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?
yes, correct!
Thank you <:appwritecheck:851487062112731146>
[SOLVED] OAuth Bearer {access_token}
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...