Parse PHP with Facebook Login

I am new to Parse and I am trying to develop an application that may be available on a website or in a smartphone application.

I was looking for Parse tutorials and samples, but I did not find an example on how to integrate Parse PHP and Facebook Login. Does anyone have a sample to share? Or some tips on how this works?

+4
source share
1 answer

Everything is explained here very well, you also need one parsing command

ParseUser::logInWithFacebook($id, $accessToken);

https://developers.facebook.com/docs/facebook-login/web

+1
source

All Articles