Sprijin Bază de date filme (The Movie Database)

Dear, Could you please help me? Let say, i want Get Favorite Movies, i need call GET /account/{account_id}/movie/favorites But i don't know how can i get my account ID? Thanks,

11 răspunsuri (pe pagina 1 din 1)

Jump to last post

@tuoitrexuquang said:
How can i get account id?
Dear,
Could you please help me?
Let say, i want Get Favorite Movies, i need call GET /account/{account_id}/movie/favorites
But i don't know how can i get my account ID?
Thanks,

I don't use v4. So it can be different.
But I believe the ID must be your username.
In my case:
https://www.themoviedb.org/u/ticao2/favorites

Hi @ticao2 I am trying to fetch the data following this document: https://developers.themoviedb.org/4/account/get-account-lists but i don't know how to get account id?

@ticao2 that's the HTTP endpoint, not the API endpoint. The account ID requires and integer not a string, so it wouldn't be your user ID. I'm still trying to find out the answer. Anyone?

@djmtype said:

@ticao2 that's the HTTP endpoint, not the API endpoint. The account ID requires and integer not a string, so it wouldn't be your user ID. I'm still trying to find out the answer. Anyone?

Am also find Solution For that

this is a test

for god's sake somebody tell me what is an account id and where can I find it?

I have tried my username but is not the account ID. Please help

@vivek_stark said:

I have tried my username but is not the account ID. Please help

in get details you can get your id account https://developers.themoviedb.org/3/account/get-account-details

This is poorly documented, but there seem to be a v3 id and a v4 id. The v3 id is retrieved from the endpoint https://api.themoviedb.org/3/account (which can be authenticated with just an Authorization header with your bearer token), under "id", and it can only be used on v3 endpoints. For v4 endpoints, the only way I could find so far to get the id is to go through the auth process - generate a request token via the API, validate the request token by going to https://www.themoviedb.org/auth/access?request_token={request_token}, and then generating an access token via the API. On the API response which gives the access token, it also gives the v4 id as well.

Seems unnecessarily complicated in my opinion, I wish that a simple call to /account with the proper Bearer token would include the v4 id.

I just discovered that at least using v3, you could pass your session_id as a query param instead of accout_id...

https://api.themoviedb.org/3/account?api_key=[YOUR_KEY]&session_id=[YOUR_SESSION_ID]

Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.

Globale

s focalizează bara de căutare
p deschide meniul profilului
esc închide o fereastră deschisă
? deschide fereastra cu scurtături de la tastatură

Pe paginile media

b mergi înapoi (sau la părinte atunci când este cazul)
e mergi la pagina de editare

Pe paginile sezoanelor filmelor seriale

(săgeată dreapta) mergi la sezonul următor
(săgeată stânga) mergi la sezonul precedent

Pe paginile episoadelor filmelor seriale

(săgeată dreapta) mergi la episodul următor
(săgeată stânga) mergi la episodul precedent

Pe toate paginile de imagini

a deschide fereastra pentru adăugarea de imagini

Pe toate paginile de editare

t deschide selectorul de traduceri
ctrl+ s trimite formularul

Pe paginile de discuții

n crează o discuție nouă
w comută starea de vizionare
p comută publică/privată
c comută închisă/deschisă
a deschide activitatea
r răspunde la discuție
l mergi la ultimul răspuns
ctrl+ enter trimite mesajul
(săgeată dreapta) pagina următoare
(săgeată stânga) pagina precedentă

Setări

Doriți să evaluați sau să adăugați acest articol într-o listă?

Autentificare