Add call from facebook

Options
Hi! How i can add other call from Facebook? I need to implement:
• User oauth with Facebook - done✅
• User give access to his pages and business manager - done✅
• User get data about pages and ad statistics in my Bubble.io app - not done


I create a new call. As i understand, Xano stored access token inside and i dont have to used access token in my call as input[Снимок экрана 2021-12-20 в 22.20.37.png]
When i set up this call in Bubble i just need to add access token from Xano[Снимок экрана 2021-12-20 в 22.26.16.png]
When i make request to this call i get wrong response
[Снимок экрана 2021-12-20 в 22.27.20.png]But when i do the same in Bubble plugin creator interface i get correct response
[Снимок экрана 2021-12-20 в 22.28.37.png][Снимок экрана 2021-12-20 в 22.28.59.png]
What i'm doing wrong and how i can implement it?

Comments

  • Evgeny Sporykhin
    Options
     as i understand, i should request access token and used it in each api call, right? For example, it should be something like this but for other call:[Снимок экрана 2021-12-21 в 16.33.13.png]
    Or can I still somehow take the token from Xano itself?

    I really hope for help