Issue
I just need to know one thing that is suppose, a user comes to my website and find option to get login using Facebook account then once he login, can i get and save the details of user to my database for communication purposes? If it's possible then what's the way to implement this feature in php? ..
Good ideas will be welcomed !
Solution
Yes, you can implement a "Facebook login" to your website (as you can do it with Twitter, Google+, Steam and much more..). To do it, you must use the OAuth2 API. You can do it with JavaScript or PHP. Check this link, it can help you.
I hope it helps you.
Answered By - Victor Castro
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.