Closed EugeneLiang closed 9 years ago
The error happens in Flask-Oauthlib. It suggests that Client
object has no attribute client_secret
and not, as you imply, that it has no or wrong value. Are you sure that the launch script is correctly configured, as in the README file?
Hi there, it's weird. I uninstalled via pip flask-sentinal and Flask-Oauthlib and than reinstalled flask-sentinel. So now it works.
Thank you so much Sir!
Just a heads up that I ran into this issue today. My issue appears to be a duplicate of https://github.com/lepture/flask-oauthlib/issues/246 - downgrading flask-oauthlib to 0.9.1 fixes the issue.
thanks for the heads up.
Hi good day,
I was going through your example ( the CURL request example ) using Postman ( https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en ) and i had an error after POSTing with my client_id, grant_type=password, username, and password:
Apparently, I am required to pass a client_secret url parameter as well ? However, when i create a new client, I am only given the client_id, but not the client secret.
I've also tried adding in random strings for client_secret, but the same error occurs.
Am I missing anything ?
Cheers!