Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add Facebook authentication and friend location without showing the user a browser?

I'm working on a multiplatform game (PC/iOS/Android) and was looking into using Facebook as a login method and friend finder. I know Battle.net does this without having to bring up a browser window and ask a user for permissions, and they ask for your email and password when doing so.

Is there a known API for doing this, or did Blizzard work out something with Facebook to do this, or are they using some back end service to add those permissions behind the scenes?

like image 795
AzHP Avatar asked Jan 09 '12 23:01

AzHP


People also ask

Who can see my location on Facebook?

Facebook Places only announces your location to anybody if you open up the Facebook app or Web site on your mobile phone and click the "check-in" button.


1 Answers

Based on this post, Blizzard had worked out a special deal with Facebook to allow that functionality. Couple that with this post from Facebook which states

There is no way to do this for security reasons. Either you can wait for Facebook Connect for Mobile/Iphone, or you can use browser based authentication as it currently exists.

it looks like you're out of luck.

like image 179
Mike Cluck Avatar answered Sep 23 '22 15:09

Mike Cluck