Basic Workflow
- Generate a new request token.
- Send the user to TMDB to approve the token.
- With an approved request token, generate a fresh access token.
Generating a Request Token
A request token is a temporary token waiting for the TMDB user to authorize on your behalf. It serves no other purpose and cannot be used for authenticating requests. Unused request tokens will automatically expire after 15 minutes.Asking for Approval on TMDB
To get a user to approve your request token, direct them to the following URL:/auth/access/approve
page on TMDB or redirected to the redirect_to
path you specified when you made the request token. This can also be a local callback on mobile iOS and Android.