whitechris969

Results 2 comments of whitechris969

I've tried the code with the Github API but I must be doing something wrong: ``` import requests_oauthlib from oauthlib.oauth2 import BackendApplicationClient client_id = "my_client_id" client_secret = "my_client_secret" token_url =...

I tried the above code (changing the client_id, secret, token url, etc) against my flask-oauthlib server and get an error: {"error": "invalid_client"}. The client_id and secret is valid and are...