python-oauth2 icon indicating copy to clipboard operation
python-oauth2 copied to clipboard

Upgraded examples from python-oauth to python-oauth2

Open jace opened this issue 13 years ago • 3 comments

I've upgraded example/server.py and example/client.py to use oauth2 instead of oauth. Running the server and then the client executes a sample transaction between the two.

jace avatar Mar 28 '11 16:03 jace

Thanks you!!!

kmccarthy avatar Apr 06 '11 13:04 kmccarthy

Is it merged?

imxiaobo avatar Jul 22 '11 07:07 imxiaobo

Not yet merged, but it's not a particularly useful example. Both server and client make HTTP requests with full URLs (including http:// and the domain) which should only be done with a proxy server. The pair will effectively only work with each other.

jace avatar Jul 26 '11 08:07 jace