SampleOAuth2_UsingPythonClient
SampleOAuth2_UsingPythonClient copied to clipboard
proper returnURL should be documented
trafficstars
Took me a bit to realize why I wasn't progressing to the connected page. This is because the returnURL needs to be app/callback for that to happen. Should probably have the README clarify the proper returnURL is http://localhost:8000/app/callback
Thanks!