-
Provide a simple application example of how to integrate web2py with rauth for Google OAuth2.
-
What happened to this example?
I have trouble implementing Twitter like the facebook example:
1) get_authorize_url and redirect to callback
2) get the details to get get_auth_session()
Get user det…
-
This has come up before, see #26 for instance. Unfortunately we were unable to merge that patch given the breaking changes in 0.5.0.
However I would like to revisit this. There seems to be interest o…
-
Hello,
I received this error when i launched
# python interactive_console.py
I did give correct "consumer key" and "consumer secret" when prompted
I am using latest python and installed required m…
-
As an OS packager/porter, I'm not necessarily interested in pep/flake style development testing (though I will fix things and report upstream if I can).
While these of course are highly relevant to …
koobs updated
11 years ago
-
Hi Kamal,
I have downloaded the latest and followed the instructions:
This is the structure I have.
![selection_021](https://f.cloud.github.com/assets/1832933/669285/aaa01376-d828-11e2-8831-38415a…
-
I get the following when using this code with the OAuth2 get_session. This seems to work fine if i use get_auth_session(), but due to the raw JSON response back from an API, i am using the get_session…
-
http://pythonhosted.org/rauth/
I think this is outdated.
I was using this because it came up as one of the top doc search result.
```
response = service.get_access_token(method='GET'
…
-
At home I can use howdoi, no problem. At work I get this:
edwardd@lnxedwardd> howdoi say hello in german
Failed to establish network connection
edwardd@lnxedwardd>
I edited howdoi.py to print the Con…
-
For some reasons the requests version is forced to 1.1.0 and I need to use requests 1.2.0.
It would be nice if the version is not forced at all, or in a more permissive way (ie >= 1.1.0).
Thanks,
C…