E
E
Edward Ghore2016-11-25 18:09:06
JavaScript
Edward Ghore, 2016-11-25 18:09:06

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:
416c92b3574143b1a35bbb8232f42a2e.PNG
How can I parse the contents of the underlined field?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Philipp, 2016-11-25
@zoonman

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

M
Maxim Timofeev, 2016-11-25
@webinar

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 question

Ask a Question

731 491 924 answers to any question