i try to find the most efficient way for Facebook connect.
after some search i think that facebook connect with php and js sdk combined is common.
is it too much difference over the pure php sdk?
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.
With javascript sdk, you can get access token and with the function of php sdk named setaccesstoken, you can get the user. However, in php sdk, you do all operations including getting access token in server side and this ascribe server. Php sdk with js is better.