I\'m attempting to implement the latest Facebook Connect SDK and I\'m having some troubles. For some reason the delegate callbacks for FBSessionDelegate protocol are not being fired. I\'ve followed th
I searched through all the posts about Facebook graph API and didn\'t find anything about it. Here\'s the issue.
I have the Facebook iOS SDK set up in my app. However, I 开发者_运维知识库have trouble determining when my session is finished. How to check if it\'s finished, and where (how) to store the access toke
I start writing a simple app to use FaceBook IOS SDK from GitHub. I have a few questions about it: Is there a better documentation about those Delegate .. functions ? I cannot find those except the
I\'m using this code to pop up a Facebook dialog and to allow the user to make a wall post, but the user name doesn\'t appear. I\'d like that the post seemed like \"USERNAME is using...\"
I\'m using the Facebook iOS S开发者_高级运维DK and Facebook Graph API. When I request \"me\", which should return all the properties of the current user, I\'m only actually getting a small subset of t
Does anybody know how to place Facebook \"like\" button into iOS application? I\'ve tried the method described in this blog post. But I do not really like this method, because its ugly Login dialog. A
I am trying to have 开发者_如何学运维an iPhone application using Graph API where in a user can get his/her Facebook wall updates. (Something similar to functionality of Home Tab on Facebook).
I am trying to integrate Facebook connect to my iPhone app but I have an error (code 10000): did fail: The operation couldn’t be completed. (facebookErrDomain error 10000.)
As soon as the user is logged in, I retrieve the user info using this code: [_facebook requestWithGraphPath:@\"me\" andDelegate:self];