Does anyone have a working example of how to authenticate against the myplex API in python?
I've tried a number of different ways, but keep getting back a HTTP error code of 422 (Unprocessable Entity). I'm mainly using urllib2, but also tried httplib without success.
I'm attempting a POST against https://my.plexapp.com/users/sign_in.xml using basic Authentication with my working userid/password.