i am getting this message when i am trying to fetch data using api request but example api (https://api.themoviedb.org/3/movie/550?api_key=THE_KEY) is working fine and also i am seeing a lot of people with API Read Access Token (v4 auth) but mine is plane API Read Access Token. is this the problem ?
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de ticao2 🇧🇷 pt-BR
no 23 de xullo do 2023 ás 6:29PM
I will replace your API Key with THE_KEY expression.
It is not good to show your Key to all forum users.
Resposta de robbie3999
no 24 de xullo do 2023 ás 1:09PM
Hi @anuragKumar_CB_2, please read the authentication basics for details about authentication. Note that you get two authentication tokens, the api key and the read access token, they are two distinct and separate things, and you must use the key in the url and the token in the authorization header.
If this doesn't answer your question, then you will need to provide more information, such as what you are doing and what api calls you are trying to make.