Keyboard Shortcuts
Advanced Search
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
Can't find a movie or TV show? Login to create it.
เข้าสู่ระบบ
ลงทะเบียน
ต้องการให้คะแนนหรือเพิ่มรายการนี้ไปยังรายการหรือไม่
ไม่ใช่สมาชิกเหรอ
ลงทะเบียนและเข้าร่วมชุมชน
Reply by ticao2 🇧🇷 pt-BR
on December 12, 2018 at 10:04 ก่อนเที่ยง
I do not use this feature.
Have you read this? https://developers.themoviedb.org/3/lists/v4-or-v3-lists
Reply by Travis Bell
on December 12, 2018 at 10:20 ก่อนเที่ยง
@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.
Reply by Omar
on May 3, 2024 at 4:53 ก่อนเที่ยง
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 }