Answer the question
In order to leave comments, you need to log in
How to parse access_token from Facebook debugger page?
First, the user logs in to the Facebook application, after which the script opens the link https://developers.facebook.com/tools/debug/access...
in a new window
and you can see something like this:
How can I parse the contents of the underlined field?
Answer the question
In order to leave comments, you need to log in
You don't need to parse anything. Just use the out-of-the-box Javascript SDK to work with Facebook.
https://developers.facebook.com/docs/facebook-login/web
The facebook debugger is for the convenience of developing and checking what a particular request will return. All this needs to be received via api.
https://developers.facebook.com/docs/javascript
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question