I don't have the app, so I provided the address to Postman https://www.postman.com/
I followed the instructions https://developer.themoviedb.org/reference/authentication-how-do-i-generate-a-session-id
I work through postman
https://api.themoviedb.org/3/account/###/favorite?api_key=###&session_id="####"
{
"media_type" : "movie",
"media_id" : 1184918,
"favorite": true
}
error Authentication failed: You do not have permissions to access the service
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ اکتبر 29, 2024 ساعت 12:59 ب.ض
Hi @Arman2000,
To start with, the URL you posted above has quotes in it, you should delete those.
Is what you should be using.
پاسخ توسط Arman2000
در تاریخ اکتبر 30, 2024 ساعت 12:46 ق.ض
the documentation says that session_id type String https://developer.themoviedb.org/reference/account-add-favorite
Thank you very much, it helped