OAuth2PythonSampleApp
OAuth2PythonSampleApp copied to clipboard
Can you just provide a single script that shows how to authenticate?
Just a single script. Not sure why the sample needs to be so complicated.
I found this, and it was much more useful:
https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples-collections/python/python_oauth_client
...except the example doesn't work. that's fun.
Near as I can tell, there isn't a single script to show the workflow because the client_credentials
grant isn't supported. A user with a browser needs to be "in the loop", hence the bloated web flow example for the authorization_code
grant.
That's disappointing...
The whole process is so convoluted. They simply push the burden of integration on us. Either don't offer APIs or make it easy please.