On Mon, Dec 5, 2011 at 5:15 PM, Brandon Wirtz <[email protected]> wrote:
> I ended up building an oauth in python it was far better documented than
> Java.  You don’t like Java anyway. All the cool kids run python.
>
>
>
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Christina Ilvento
> Sent: Monday, December 05, 2011 3:39 PM
> To: [email protected]
> Subject: Re: [google-appengine] Developing App using web engine and OAuth
>
>
>
> Hi,
>
>
>
> I would recommend this walkthrough
> (http://code.google.com/appengine/articles/python/getting_started_with_tasks_api.html)
> for the Tasks API which should be a good place to get started with using
> OAuth2.
>
>
>
>
>
> Thanks,
>
> Christina
>
> On Mon, Dec 5, 2011 at 2:03 PM, Acrylix Fletcher <[email protected]> wrote:
>
> Hi,
>  I am developing an app using app engine and OAuth 2.0. What I need
> to do is data collection and then save the data into a user's google
> doc in Java.
>  I have tried the beta version of OAuth but it doesn't work for me.
> So far, I have register my app and redirect the user to login and
> redirect back with a "code" if the user consents. I can't move beyond
> that to exchange the code for a session token.
>  If anyone can show me a working simple example, that would be great.
>  Thanks
> A.F.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
>
>
>
> --
>
>
>
> Christina Ilvento | Google App Engine | [email protected] | (650)-201-9399
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.


hi there, i have just done a basic gae + gdata + oauth using java

url of the minimal example:
https://picasaimpr8.appspot.com

java source code:
https://github.com/semisided1/picasaimpr8.appspot.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to