Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Login to my application using facebook credentials

This question might sound kiddish to you but I have to ask it.

I need to login from my application to my server using Facebook credentials. Is it actually possible? If the answer is yes, please guide me on this.

like image 881
Rohit Mandiwal Avatar asked Mar 17 '11 12:03

Rohit Mandiwal


1 Answers

Facebook supports OpenID, which you can implement in your app.

http://developers.facebook.com/blog/post/246/

You can actually log in to stackoverflow using your facebook account as it uses OpenID as well.

like image 83
Will Kru Avatar answered Oct 13 '22 09:10

Will Kru