Keyboard Shortcuts
Zaawansowane wyszukiwanie
How to Add movies to favourite list How to fetch favourite movie list
I do not use this feature. Have you read this? https://developers.themoviedb.org/3/lists/v4-or-v3-lists
@ticao2 It's not a list (as defined by the API) feature.
@anup316 You need to first create a session ID, which you can do by following the guide here. Once you have a session ID, you can make a call to submit a favourite with this method.
It's a post request to this url 'https://api.themoviedb.org/3/account/{account_id}/favorite' then add session_id and api_key and in the body put some thing like this: { "media_id": 763215, "media_type": "movie", "favorite": true }
session_id
api_key
Nie mo偶esz znale藕膰 filmu lub serialu? Zaloguj si臋, aby go utworzy膰.
Zaloguj
Zarejestruj si臋
Want to rate or add this item to a list?
Not a member?
Zarejestruj si臋 i do艂膮cz do spo艂eczno艣ci
Odpowied藕 u偶ytkownika ticao2 馃嚙馃嚪 pt-BR
12 grudnia 2018 o godz. 10:04AM
I do not use this feature.
Have you read this? https://developers.themoviedb.org/3/lists/v4-or-v3-lists
Odpowied藕 u偶ytkownika Travis Bell
12 grudnia 2018 o godz. 10:20AM
@ticao2 It's not a list (as defined by the API) feature.
@anup316 You need to first create a session ID, which you can do by following the guide here. Once you have a session ID, you can make a call to submit a favourite with this method.
Odpowied藕 u偶ytkownika Omar
3 maja 2024 o godz. 4:53AM
It's a post request to this url 'https://api.themoviedb.org/3/account/{account_id}/favorite' then add
session_id
andapi_key
and in the body put some thing like this: { "media_id": 763215, "media_type": "movie", "favorite": true }