Nikunj Jadav
Nikunj Jadav

Reputation: 3402

How to integrate with Facebook in iPhone?

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

Answers (4)

Amol Gupta
Amol Gupta

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

Shrey
Shrey

Reputation: 1977

Check out theses links, All your answers are present.

  1. Tutorial for FBConnect

  2. Add a Like Button

Upvotes: 0

visakh7
visakh7

Reputation: 26400

Try ShareKit or FBConnect

Upvotes: 0

dtuckernet
dtuckernet

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

Related Questions