开发者

Help with facebook ios sdk

开发者 https://www.devze.com 2023-03-20 20:43 出处:网络
I\'ve found some tutorials how to connect your app to facebook with facebook ios sdk, but they all use FBSession.h which doesn\'t exist in the newest version of facebook ios sdk so I don\'t know how t

I've found some tutorials how to connect your app to facebook with facebook ios sdk, but they all use FBSession.h which doesn't exist in the newest version of facebook ios sdk so I don't know how to connect.

Can someone tell me how to connect it with the newest facebook ios sdk, or has some ne开发者_开发百科w tutorial?


Have you looked here? This guide shows you how to use the fb graph api with mobile platforms http://developers.facebook.com/docs/guides/mobile/


You can add FacebookSDK and deprecated (backwards compatibility) folder into the frameworks group. You can import Facebook.h and it usually has everything u require.

0

精彩评论

暂无评论...
验证码 换一张
取 消