If i get someone to login to my website/mobileApp using Facebook can I access his profile details? How?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Yes, you could. You only have to hask for permitions: For example, for Facebook, using jQuery you could do that: 1- Create a app at facebook devellopers and get his id (http://developers.facebook.com/). 2- Call the facebook Javascript SDK:
3- Call the facebook login function:
Where scope are the thing that you whant to access and need permission. You could see all scope variables here: http://developers.facebook.com/docs/reference/login/#permissions |
||||
|
|
