I want to ask that how to send message to a friend\'s inbox in Facebook through Facebook Conne开发者_开发技巧ct API or Facebook graph API.
I am building a web app (PHP) that uses FB connect. I successfully register / sign in user with the help of the PHP lib provided by facebook. Also I can post to wall, using this code
I\'m trying to let a u开发者_C百科ser \'add a friend\' using Facebook\'s iOS SDK. NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
I am using newest SDK for facebook for iphone application. My Problem is that i could not maintain the session through out the application. everytime i have to make new facebook variable and initilize
I am running the demo application that is supplied with the facebook-ios-sdk. The application starts in the emulator, with a LogIn button. I click 开发者_开发问答the button which then launches safari
I\'m having a tough time finding any good documentation for the FBConnect iPhone SDK. I have the SDK set up to get the permissions from the user but making a simple post is escaping me. All I can find
i integrated facebook logn button in my ipad app and tried running it. when i clicked on the button it was showing login page and after i login with my fb username and password ,it showing the address
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 have noticed that when i set base sdk to 3.2 even when i run the app on a 4.+ ios device every time you switch between apps ,the app restarts .When bask sdk is 4.+ resumes from where it was left.
Is there a way to get with FQL or fb.api methods list of interactions of friends in开发者_开发百科side an application ?I don\'t believe so... at least not unless you\'re using facebook widgets or what