Question on using Facebook to login to a site or app?

Hello,

I have seen where you are at a website and you can login using your Facebook account. I’m not sure how that works but I have a client that would like to use that option for a customer to login with their Facebook account. Does anyone know about this? I know how to do a login for Facebook in the app for posting pictures and all. Is this the same type of login? If so, how do I grab the Facebook name they logged in with so I can use it? Is that something available after they login?

Thanks!

Warren

Yes - comes back after you make a facebook.request(“me”) - although I cant remember the exact syntax, but you’ll get a JSON string that contains all the user’s details.

Yes - comes back after you make a facebook.request(“me”) - although I cant remember the exact syntax, but you’ll get a JSON string that contains all the user’s details.