I want to use facebook api in my future iphone project..
I have got App id...App Secret...and api key from the facebook..
Now I want to use it in my FBConnect..
Where should I use this details in the fbConnect?
|
|
|
Use the appID to create the facebook object
decide what permissions you want to get
and then login using
also dont forget to add the URL fb[appID] to the URL Types key in the info.plist file. |
|||
|
|