I\'m using FBConnect sdk in order to publish posts to a user\'s profile via my application. I\'m having a number of problems with this:
I have integrated facebook connect into my Xcode 4 project for an iPhone. Here is the code for iPhone FBconnec. FBconnect.h and 开发者_StackOverflow社区FBSession.h already included.
Because my app depends much on Network, I wish my app should not hang up. So i tried to use Asyncask I have a
I\'m having problems with my app saving the access_token. The problem is, when an iPhone hasn\'t the Facebook app installed, safari will handle this and there is no problem. But as soon as the iPhone
I have used the following code to get user\'s friend list: NSString* fql = [NSString stringWithFormat:@\"SELECT name,uid FROM user WHERE uid IN ( SELECT uid2 FROM friend WHERE uid1=%lld )\",appDelega
I use FBConnect provided for iPhone Facebook integration. When I try to post something to my wall it prompts me the security captcha page and it doesnt load the image to enter text. I use following di
I need help in topic. I use GraphAPI. I can post to my own wall with using: [facebook requestWithGraphPath:@\"me/photos\"
I just imported all of the newest FBConnect classes into my xCode project and it has no error or warnings. I clicked the box add to group folder too. Now I am stuck. I want to actually get to the codi
I am using Facebook Login button in my website. Visitors can log in via facebook successfully. FB login is working integrated with my own membership.
image for iphone with facebook feed dialog I share on facebook through the following method in the delegate who is called from al开发者_JAVA百科l portions sharing in my app the feed dialog pops up wi