Community Discussion
OAuth2 flow for end user
16 days ago by Lam Nguyen
HI Support team,
I'm integrating Taboola into our application, so I need to send my end user to login to the Taboola account and then get the Authorization code, which then I can use to get access_token. But I have some questions here:
- Is this login url correct?
- Does my [redirect_uri] need to be whitelisted by your team? If needed, and later I want to alternate it, do I need to email support again?
- What response will I get from question 1? If this is authorization_code, how can I use it to get access_token? Your docs only guide by using client_id and client_secret (https://developers.taboola.com/backstage-api/reference/client-credentials-flow).
Hope to hear from your team soon.
Thanks.