How to post to a page\'s wall using FaceBook Graph API for iPhone? 开发者_如何学GoShould I need to prompt for any permission for that?
As described in the README for facebook-i开发者_开发技巧os-sdk, my app calls Facebook#authorize:delegate: before performing any API calls.
I am using facebook-ios-sdk. I want to publish on FaceBook wall with security (status, 开发者_开发知识库link, video, whatever else), so that only specific friends can see the update.
I am working with the Facebook method API with iPhone-SDK.After authorizing, I tried to upload an image, using this code:
I tried the facebook-ios-sdk and followed the steps given here. After following all the steps when I executed the applications.
I have a problem with the latest iOS sdk. I successfully login and the application comes backbut the delegation methods like fbDidLogin etc do not get called.
I am using MGTwitterEngine oAuth and LinkedIn i开发者_Python百科OS SDK in my iOS application with facebook-ios-sdk
I am using facebook latest iphone sdk, I am making multiple request to facebook from different places in my app. For all of them didReceiveResponse and didLoad methods get called, it is very difficult
I am using the Facebook iOS SDK for iPhone. I initialize the Facebook instance facebook = [[Facebook alloc] initWithAppId:kAppId];
I have been searching stackoverflow and the internet and did no find a working solution for my intention.