Reputation: 9157
I am trying to use Facebook Connect to connect to Facebook but all the tutorials I find (including in a book) are not legible. They cause errors and some files don't exist, I am assuming they are fully outdated. I cannot find ANY working tutorials up to date. Do you know any? I am using the Facebook iOS SDK FBConnect downloaded from github. If not can you provide me with step to step details? I just want to post a certain string (some text irrelevant to the topic) onto their wall. I have implemented Twitter and mail but not Facebook. I am also aware of ShareKit but do not know how to use it, is there any clear tutorials for that?
I have created an app on the Facebook developers site so I have all the details (API key and secret key) in place. Thank you. Regards, Rohan
Upvotes: 0
Views: 4736
Reputation: 8106
Tutorial:
http://developers.facebook.com/docs/mobile/ios/build/
Sample:
https://github.com/facebook/facebook-ios-sdk/tree/master/sample/Hackbook
//run app
Upvotes: 3