Open ndvbd opened 6 years ago
Why is so complicated ... cause spammer ?
Yes, of course its not me, it's for a user that is using an application, and its access token is valid and has the "email" permission. It's an API called from a server, to facebook's servers. So I want to supply a user id and an access token.
@nadavb maybe try the debug mode and log the response?
When I do this:
https://graph.facebook.com/USER_ID/permissions?access_token=THE_TOKEN
I get:
However when I do:
https://graph.facebook.com/USER_ID?fields=email&access_token=THE_TOKEN
I don't get the email. How facebook did such a simple thing so complicated?
Why?