Hey Travis,
I am able to add a movie to my watchlist with as POST:
but the same with movie_watchlist=false does not remove the movie, it returns my watchlist
Am I doing something wrong?
Thanks for helpin and dedicating your time!
Sam
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 13 martie 2013 la ora 10:18 AM
Hey Sam,
Yes, you are ;)
You need to post a JSON body to the server (not params). There are examples of this if you look at the docs depending on the language you are using. It should point you in the right direction though.
Răspuns de samrad
pe data de 15 martie 2013 la ora 8:44 AM
Howdy Travis, thanks for the speedy reply!
What a doofus, I really should pay closer attention... DERP