I am developing a iPhone application开发者_StackOverflow社区 which get facebook album with this URL https://graph.facebook.com/me/albums?access_token=2227470867|2.ZJr73vaEvFeN4fI_A70RFw__.3600.1297090
I try to post a message to feed, but her show only in profile. How to do make this message show on news feed and profile feed?
I am trying to integrate Facebook chat in iPhone, when I searched related stuff I found xmpp framework. I download it and run but it is not showing anything. Is there any tutorial available for th开发
Today I received of one of my app users a complaint about an error code 3000. I could not find any information about this error, nor do I have a clue what caused this error, because i have no trackin
here\'s my code keypoints that I\'m using in order to upload photo to my fan page _permissions =[[NSArray arrayWithObjects:@\"read_stream\", @\"offline_access\", @\"publish_stream\", @\"manage_pages\
I tried this in my web browser: https://graph.facebook.com/<facebookID>/statuses?access_token=<my access token>
I implemented Facebook Graph API in my iPhone App and I succ开发者_开发技巧essfully post it in a wall. But each time I end my application and come back it stores my credentials (in Safari I guess as a
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 want to encapsulate all my Facebook interactions within a FacebookFacade class to keep things clean and tidy. I have an instance of the iOS SDK Facebook class within my FacebookFacade.
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