Using Auth0 for getting Social media Tokens for accessing their API's

I have a system where we currently have our own login system.
I need the get an access and refresh token from the social media accounts that the user selects and logs into. I will use these tokens to gain Access to social media accounts API’s on behalf of the user. Accessing the social media API’s will happen from my API.

I am currently in doubt about how to proceed. As far as I can read in the documentation, Auth0 can “secure” my solution behind social media logins.

Can anyone give me a hint about the direction I should search?

The following documentation outlines how to obtain the identity provider access token after a user authenticates with that provider:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.