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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 13, 2013 at 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.
Reply by samrad
on March 15, 2013 at 8:44 AM
Howdy Travis, thanks for the speedy reply!
What a doofus, I really should pay closer attention... DERP