Satyam
Satyam

Reputation: 15894

ios - integrating facebook with ios5 app

I'm trying to integrate facebook in my iOS 5 application.
As mentioned in facebook documentation, i'm doing everything as they mentioned.
Usually when facebook is initiated to authorize, it will take the user to browser opening facebook website and asks to authenticate. but in my case, it opens browser and immediately it goes back to the app. I didn't understand what's happening.
Here's the video of the issue that I'm facing

I noticed that if the facebook app is installed on iphone, above mentioned problem is noticed

Upvotes: 2

Views: 990

Answers (1)

Omar Garcia
Omar Garcia

Reputation: 70

Is your app ID on your project .plist?

Look at "Modify the app property list file" on the Facebook iOS tutorial

Upvotes: 1

Related Questions