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?
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
Waffiq je odgovoril
dne november 22, 2024 ob 3:28 AM
DId you forget to put your API key?
novi-movies je odgovoril
dne november 22, 2024 ob 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.
Waffiq je odgovoril
dne november 22, 2024 ob 9:23 AM
API KEY uses as parameter
while API Read Access Token as bearer token