When using the RC dev OAuth server I get "Invalid Client_ID" when I try to authenticate.
I am using the Client ID from my app
Do I need to encode this in anyway? If so how would I encode this in Python 3 lets say?
I have tried using base64 lib with no luck