I need to integrate Facebook in iphone app. Earlier I thought of using sharekit but somehow I found they do not use latest facebook sdk(graph api). But my sharing needs are only to post on the user's wall, and post custom messages with a link. So my point is should I use sharekit even if it d开发者_C百科oes not use the latest graph api?
There's pull request with Facebook's Graph API support for ShareKit on github https://github.com/ideashower/ShareKit/pull/158
If you just need to add facebook, use the facebook ios sdk directly instead of ShareKit. ShareKit is for if you have a multiple services you are looking to add.
精彩评论