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אחרי חצות יום
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אחרי חצות יום
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.