bullexjacob212 / walkaround

Automatically exported from code.google.com/p/walkaround
Apache License 2.0
0 stars 0 forks source link

Google authorization question #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I do import from GWave to Wiab.
Project posted here https://github.com/jorkey/WaveImport.
There are two command line utilities and a small service at Wiab now.
Export from GWave done by executing "wave.robot.fetchWave" with parameter 
"rawDeltasFromVersion".
I took as a basis of communication with GWave sources of Walkaround.
Almost everything works, except user authorization to GWave.
OAuth tokens have to be set in the command line.
So I'd like to do automatic authorization.
How difficult it is to implement an authorization without GAE AppEngine and if 
possible without the Web interface?
Is it possible to login to Google from locally running instance AppEngine?

Original issue reported on code.google.com by akapla...@gmail.com on 29 Dec 2011 at 12:09

GoogleCodeExporter commented 8 years ago
I think you are looking for this documentation:
http://code.google.com/apis/accounts/docs/OAuth2.html#installed
http://code.google.com/apis/accounts/docs/OAuth2InstalledApp.html

When running locally, walkaround uses App Engine's fake testing login 
mechanism, but /import still uses Google's real OAuth.

(Closing this bug since it's not a problem with walkaround.)

Original comment by oh...@google.com on 29 Dec 2011 at 7:32

GoogleCodeExporter commented 8 years ago
Thank you very much!
This documentation helped me a lot!

Andrey.

Original comment by akapla...@gmail.com on 30 Dec 2011 at 10:10