Is there an "easy" way to fetch the user profile f...
# support-questions
c
Is there an "easy" way to fetch the user profile for thirdparty oauth users? This is not really a supertokens question but more to the whole community. It must be a pretty common thing to do ๐Ÿ˜„ As far as I can tell I need the access token for the third party system, and then I make some calls. Should be easy enough to write my own code, just asking if anyone's done anything shareable ๐Ÿ˜„
r
Hey @CaptainPhoton at the moment you will have to fetch the info yourself as you mentioned.
We are working on making it so that you get the profile info given by us automatically. But that update will take a month or so maybe
u
@rp is there an open issue for this?
u
Thank you
r
Whilst itโ€™s open in the node SDK, it applies to python and golang too
u
So we'll need equivalent functionality in all 3 languages, backend, correct?
r
I donโ€™t think I understood your question
c
This would be awesome to have!
u
The issue is in the node sdk repository, but we need equivalent functionality in the python and golang sdks?
r
Yes. Correct. And even in node SDK of course