yes i just did I understand
so I have the provider access token now
and I want to get the github username using it
could you please guide me with the end point to which I would have to make the request to get it with the access token as the Authentication header
Also, did you take a look at the rest of the data in the session object?
yes
what's in providerUid?
it is the Uid of the provider
I gues
did you actually look at the value?
I tried it out
in implementation initially i thought it might give me what i wanted but it returned a number
is it related to my github account ?
anyways, you'll have to look up how to use the github api
could this somehow fetch me my username
yes...
how
look up how to use the github api
found this I guess this might help and would pass the auth token as the access token
though the appwrite part is resolved thanks a lot
Hey @Steven made it work thanks a lot
its working and I am getting the desired data
[SOLVED] How to get Data from OAuth2 Providers?
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...