Where should i store facebook token?

Options
Hi all! I want to recieve data from Facebook Graph API

I set up Facebook OAuth for signin/signup and add new scopes for business manager access

Now i want request users pages and users ad companyes, but i dont know where i can find and store fb token

It also doesnt work with this call https://graph.facebook.com/me[Снимок экрана 2021-11-16 в 0.10.59.png]

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    Hey you won't need to store the access token for the Oauth flow, this is generated from a different function (getaccesstoken) and automatically passed to this function in the /continue, /login, or /signup endpoints
  • Evgeny Sporykhin
    Options
     Thanks! I understand it:) But i want to add new call like "get user pages", "get user ad companies" etc. And for testing i need access token. But it isnt working in "getaccesstoken function"
  • Evgeny Sporykhin
    Options
    in other words, how i can use access token for other api calls?