Reputation: 3402
I want to develop a Facebook integration in my iPhone apps and is there any way to customize the Facebook integration so please tell me any link or any idea to develop this functionality.
Thanks in advance.
Upvotes: 0
Views: 101
Reputation: 704
Check the facebook API at http://developers.facebook.com/docs/reference/api You can use the webservices provided by facebook which ill let your application communicate to it with xml/JSON
Upvotes: 1
Reputation: 7895
Facebook has written an SDK for iOS. You can get up and running with their documentation.
http://developers.facebook.com/docs/guides/mobile/
Upvotes: 0