Facebook Graph API: getting an access token with an app ID and secret

facebook, facebook-access-token, facebook-graph-api

Solution

- Goes to "https://developers.facebook.com/tools/explorer"

- Copy the code of "Access Token"

I use "Access Token" as Token for Rfacebook Packages. and it works.

Hope it can work on your side.

Problem

https://developers.facebook.com/docs/facebook-login/access-tokens/: Here is what I put in my browser: https://graph.facebook.com/?endpoint&key=value&access_token=[THE APP ID]|[THE APP SECRET] Here is the result.. an error message: (#803) Some of the aliases you requested do not exist: endpoint Help!

Original source