In my web application in PHP users need to enter comments using their facebook authentication . I need to show users name in my web site. But the comments must save in my local db..
Is there is any way for that ?
Please help
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is, using the JavaScript API, you can get their ID.. Grab their FB info (like Name), and store their FBID and NAME into your own DataBase. You will have to write your own Comment stream, of course.