I have an Android app with facebook sdk integrated. This works perfectly. I connect to my facebook app and get the access token.
I download the Facebook PHP sdk too. I connect correctly with this too. Get my info user like the examples.
But I want to get the access token in Android app(easy), send it to PHP server and if the user has access to my facebook app return data to my Android app.
I look for the way to autenticate the token in php but I'm confused.
Someone knows how to do this?