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.