I try opening a simple dialog from 开发者_Python百科my iOS app to post something on a user\'s wall. However it seems the \"name\" parameter is completely ignored.
Using Facebook authentication, the procedures are that Facebook library will open either Safari/installed Facebook app for executing the authentication and then return back to the app.
I have a website that uses Facebook authentication for logging in users. It uses the oAuth 2.0 server side flow for authentication and it all works fine.
I am using Facebook iOS SDK to do the single sign on. Now when the app first launch I have a modal view controller showing the login page with 2 buttons, login with twitter and Facebook. When I press
On The Github page, it states: In Xcode, open the Facebook SDK by selecting File->Open... and selecting src/facebook-ios-sdk.xcodeproj.
Building an app using the Facebook iOS SDK. When testing on the simulator, I am able 开发者_运维问答to log into Facebook (using Mobile Safari) and get a valid auth token. However, when I move to my te
The second time I tried to authorize an app in Facebook it gives me back a window You have already authorized ap开发者_JAVA百科p name. Press okay to continue.
I am trying to fetch the friends of the user (who is logged in into his FaceBook account) based upon the gender of his friends and based upon the pic_big!=NULL (Every friend should have a big profile
I just run the demo app for 开发者_运维技巧the single sign on Facebook and I am getting the following:
I downloaded 开发者_如何学PythonFacebook SDK and my goal is to develop a complete Facebook client. I need to know if the SDK contains all methods and classes i have to use to develop a complete FB cli