I'm currently using the API for an iPhone app I'm developing. An overview there Mooviz
I'm having a problem deleting a movie from favorites. I can add it but I can't remove it. I use the call below :
POST https://api.themoviedb.org/3/account/19479604/favorite?api_key=##API_KEY##&session_id=##SESSION_ID##
With the body:
{ "media_type" : "movie", "media_id" : 726209, "favorite": false }
I have the response below:
{ "success": true, "status_code": 12, "status_message": "The item/record was updated successfully." }
But the movie has not been removed from favorites ... Is there a bug in the API ? Thanks for your help.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ ديسمبر 10, 2023 في 9:45 صباحا
I am not a TOKEN user.
But I think maybe you need to use v4 and not v3.
Remove Items
https://developer.themoviedb.org/v4/reference/list-remove-items
رد بواسطة Chris
بتاريخ ديسمبر 10, 2023 في 10:33 صباحا
Thank you but this method concerns the lists that we have created and not the list of favorites...
رد بواسطة Chris
بتاريخ ديسمبر 12, 2023 في 5:46 صباحا
Does anyone have an explanation please?
رد بواسطة El_Coloniser
بتاريخ يوليو 14, 2024 في 12:12 صباحا
I don't know what causes this, but I found you can remove an item from favourites if you try it from the items unique overview page rather than any personal list or favourites page.
رد بواسطة Travis Bell
بتاريخ يوليو 16, 2024 في 11:11 صباحا
Hi guys,
I'm not having any trouble using this code (as an example) to remove items from my favourite list:
I am getting the correct response: