https://developer.themoviedb.org/reference/authentication-create-session-from-login
The request described above returns request_token instead of session_id unlike the same request but without login and password which returns the expected session_id. What is its meaning? Either I am completely confused
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת superboy97
ב-מרץ 6, 2024 ב-11:47לפני חצות יום
The complete process is described here.
תגובה מאת lLump
ב-מרץ 6, 2024 ב-5:36אחרי חצות יום
I saw that. But on the link i've sent wrote "This would replace step 3 from the How do I generate a session id? guide." And on link you have sent describes that step 3 returns session_id. So please look again on the Response here
תגובה מאת superboy97
ב-מרץ 6, 2024 ב-5:38אחרי חצות יום
Despite what is written, this is the first step.
תגובה מאת lLump
ב-מרץ 6, 2024 ב-5:39אחרי חצות יום
Oh.. i get it. Thank you
תגובה מאת lLump
ב-מרץ 6, 2024 ב-5:42אחרי חצות יום
Wait i don't. It require request_token to get same request_token. What's the point?
תגובה מאת Travis Bell
ב-מרץ 7, 2024 ב-10:29לפני חצות יום
The API key and API request token that get issued together when you register an API key are application based authentication keys. That is outlined here.
When you go through the flow of creating a session, or a request token that is authorized by a user, this is user based authentication and the docs for that are here.
The difference is that one is scoped without any user privileges, while the other is scoped with user privileges.