↧
Answer by Mason G. Zhwiti for Why does Facebook iOS dialog for feed publish...
It turns out the issue is the same as those reporting that the dialog disappears immediately for them. There is a bug in the Facebook SDK in regards to handling error -999, with the solution described...
View ArticleAnswer by Michal Zaborowski for Why does Facebook iOS dialog for feed publish...
Did you implemented facebook protocol FBSession in your view controller ?To detect that user is authenticated you have to call isSessionValid:if (![[self.fbAppDelegate facebook] isSessionValid]) {...
View ArticleWhy does Facebook iOS dialog for feed publish disappear after login?
I'm trying to use the Facebook iOS "feed" dialog call to allow my app's user to share something on their Facebook wall. When the facebook app is not installed, it attempts to let them authenticate...
View Article