Objective-C API facebook

Can anyone point me to the Objective-C facebook API. I need to use it for iOS SDK 4.2. I found twitter API but not face book. Please, help.

+6
source share
3 answers

I don’t know what you are trying to do, but if you are just trying to share something on Facebook, ShareKit should do it very simply: http://www.getsharekit.com/

Otherwise, you will have to use the SDK for iOS, which allows you to increase functionality, but also includes writing more code: http://github.com/facebook/facebook-ios-sdk

+8
source

You can use sdk from Facebook on github:

https://github.com/facebook/facebook-ios-sdk

+4
source

Why no body points to the obvious true source of Facebook for iOS API

https://developers.facebook.com/docs/ios

+1
source

Source: https://habr.com/ru/post/892212/


All Articles