I now have my all important keyboard shortcuts on this phone. Feels more complete now.

Double check the client ID is correct. That is assuming your email and pw are good.
//

Just for giggles did try doing it with just curl commands at the command line?
//

So b10c.result.text is empty? Yeah that is odd.
//

So out of curiosity where is it getting tripped up?
//

I tested with 3.5.1
//

Okay assuming the two files in your Python repo are the ones in question. I plugged in my info and got the 200 responses. And just to double check added another line to print the output of b10c.result.text and got the json code as expected. So from what I can tell it should be working. Mind you I ran this real quick on my laptop but it appears to work fine.

//

Okay. I'll take a peek at your code in a few and see if I can spot anything obvious if it'll help.
//

So the response object that is returned by the post has two parts. So result.status_code which is the http response code and result.text which is the json in the response.

//

I take it you sorted out your issue then?

//