Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Objective-C facebook API

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

like image 288
sumderungHAY Avatar asked Jul 07 '11 08:07

sumderungHAY


2 Answers

I don't know what you're trying to do, but if you're simply trying to share something on Facebook, ShareKit should make things very simple: http://www.getsharekit.com/

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

like image 93
EdoDodo Avatar answered Oct 13 '22 01:10

EdoDodo


You can use the sdk from Facebook on github:

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

like image 43
Matteo Alessani Avatar answered Oct 13 '22 01:10

Matteo Alessani