Step 1
Get your Bearer token:
Visit the Authentication page to know how to get your
bearer token
Step 2
Create a Request Token:
- Call the
https://api.themoviedb.org/3/authentication/token/newendpoint to generate a request token.
Your Request token expires after 60 minutes (1 hour) if not used.
Step 3
Ask User to Approve the Token:Replace the
- Redirect the user to TMDB’s authentication page to approve the request token:
{REQUEST_TOKEN} with your request_tokenIn our quickstart page we will be making an API request using
our bearer token to one of the endpoint