Objective-C - Publish to Facebook
I’m wanting to c开发者_StackOverflow中文版reate a iPhone application where the user has the option to publish data to their facebook page.
Does anyone have any sample extracts of code or reading material I can have a look to get a background understanding of what I wish to create.
Have you bothered yourself trying Facebook sample code at least?
https://github.com/facebook/facebook-iphone-sdk
Look at the official facebook developer documentation, there's a video:
http://developers.facebook.com/blog/post/213/
By far the easiest way to accomplish this is with ShareKit, a framework with interfaces for sharing to LOTS of different social networks.
精彩评论