Guys, please tell me, what kind of token should I use for the facebook sharing button?

And then the link is given to developers.facebook where 4 tokens are described, and I can not understand which one I need.

    1 answer 1

    You need an application access token

    This marker allows you to read and change application settings. It can also be used to publish Open Graph actions.

    Facebook counters are collected via the Graph API:

    https://graph.facebook.com/?id={url}&access_token={accessToken}