#[SOLVED] OAuth Bearer {access_token}

3 messages · Page 1 of 1 (latest)

plush idol
#

Hi, I have setup facebook login for my Appwrite project and it works great. I would like to extend this by calling the Facebook Graph API. To do this i need the Authorization: Bearer {access_token} to make my request. Is Appwrite's Session Object "providerAccessToken" meant to used for such a case to Authorization for my request?

plush idol
#

Thank you appwritecheck