I'm following this steps:
Bearer ${requestToken}
,
},
};But got error: { status_code: 7, status_message: 'Invalid API key: You must be granted a valid key.', success: false }
Am I doing right?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Waffiq
on November 22, 2024 at 3:28 AM
DId you forget to put your API key?
Reply by novi-movies
on November 22, 2024 at 5:43 AM
In my profile api settings (https://www.themoviedb.org/settings/api) two types of keys: "API Key" and "API Read Access Token". I didn't find out in what cases I have to use the "API Key". But you are right that if I use my "API Read Access Token" the request will succseed. But I was sure than I have to use new request_token to get new session_id.
Reply by Waffiq
on November 22, 2024 at 9:23 AM
API KEY uses as parameter
while API Read Access Token as bearer token