alakin
alakin

Reputation: 161

Possible to use the native facebook app to log into a mobile html5 app? On the iPhone

I'm trying to have my html5 site open the native iPhone Facebook app to authenticate users.

The site currently uses OAuth 2 on the server side - so it redirects everyone to the web version of Facebook. This is a problem because I dont want to force people to log in on a tiny keyboard.

Can you get the html5 app to open in Safari and authenticate through the native FB app?

If this is not possible with Facebook is it possible with Twitter apps? What is the experience like on android?

I do know that you can authenticate between a native iPhone app and the native Facebook app.

Upvotes: 16

Views: 2567

Answers (1)

Ram G Athreya
Ram G Athreya

Reputation: 4952

Yes you can do this just use the boilerplate code in facebook developers section of the site and following the guide exactly... I have tried this and it worked for me you just need to find a way to connect your oAuth to this...

Upvotes: 1

Related Questions