some_id
some_id

Reputation: 29896

How to use facebook connect in an iphone app

I have looked at the facebook iphone api and watched the tutorial they offer but an not sure if one needs to have a facebook app as well to be able to connect an iphone app to facebook.

I would like to allow my users to be able to share things on their profile. e.g. set their status from within my iphone app.

How is this done?

Upvotes: 0

Views: 600

Answers (1)

willcodejavaforfood
willcodejavaforfood

Reputation: 44063

Try the Facebook iPhone SDK

--edit--

You need to register your application to use the API. Authentication Docs

Upvotes: 1

Related Questions