I use iPhone Connect to connect my application with Facebook. Is there a way to allow a user to join a page / group on Facebook, directly from the application?
Here is what you want
http://angelolloqui.blogspot.com/2010/11/facebook-like-button-on-ios.html
After adding the code to the application, all you have to do is create an FBLikeButton. for instance
FBLikeButton *likeButton = [[FBLikeButton alloc] initWithFrame:frame andUrl:@"www.facebook.com/YOUR PAGE ID HERE"]; [view addSubview:likeButton];
Source: https://habr.com/ru/post/1305815/More articles:PHP - you can find if a user is browsing from behind a router and getting router information - phpHow to get Mathematica to stream a 2-variable function over two lists using functional programming methods? - wolfram-mathematicaChanging the structure of Cassandra hotkeys - cassandraSeveral things at once (Themes?) - javaerror 127 when running "git svn init" on cygwin - git-svnhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1305816/qsort-on-an-array-of-pointers-to-objective-c-objects&usg=ALkJrhh4HobqbrrmzhAdIJgdLxZ3f97XtgHow to place javascript in an ASP.NET MVC view - javascriptDoes disabling third-party cookies also disable cookies created by third-party javascript? - javascriptHow to get high resolution using sparc build? - system-callsjava - call a synchronous method from internal synchronization while waiting - javaAll Articles