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 ?
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од ticao2 🇧🇷 pt-BR
дана 23. јул 2023. у 6:29 PM
I will replace your API Key with THE_KEY expression.
It is not good to show your Key to all forum users.
Одговор од robbie3999
дана 24. јул 2023. у 1:09 PM
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.