I am integrating my app with FaceBook on iPhone. When the first time user log\'s in I would like to ask him to enter the FaceBook credentials, but after than whenever he come back to my app I don\'t h
I am using FaceBook SDK for iOS. For login a UIWebView comes and we have to add username and password. I don\'t want to login like this.
Im relatively new to iPhone development and Im trying to implement Facebook functions in my app. I tried the Facebook connect DemoApp, but it doesn\'t seem to save my session. I have to login everytim
I\'m working through the Facebook API for my iPhone app, and have two questions: All documentation/examples seem to put everything in the appDelegate: instantiating the Facebook object and authorizin
I am using Graph API to get facebook user information as follows: [facebook requestWithGraphP开发者_如何学Goath:@\"me\" andDelegate:self];
I implemented FaceBook connect a while back and it looks like there is a new api. What are the changes in implemen开发者_运维技巧tation or what are the differences?
I tried to integrate Facebook in my iOS app, using the new Facebook iOS SDK. I managed to authorize the app I created on Facebook, but after the iOS app reloads (after logging in), delegates like -(vo
I occasionally need to cancel a FaceBook graph request, but there seem开发者_StackOverflows to be no cancel or similar method in their API to do so. At the moment, crashes sometimes occur as the deleg
I am developing a iPhone application in which I want to Comment or Like a Photo on Facebook. For Facebo开发者_JS百科ok integration I am using FBConnect and Graph API.
I want to use Facebook Ads API in my iOS project. I didn\'t find any discussion forum, sample etc on Facebook Ads.