Google App Engine provides an experimental, bleeding-edge OAuth service in its Python SDK, but fails to provide simple example to work with. Has anyone succeeded in working with it? If so, could you provide a snippet?
5
-
What, you mean apart from the detailed documentation?Daniel Roseman– Daniel Roseman2012-02-03 21:40:31 +00:00Commented Feb 3, 2012 at 21:40
-
Yes, apart from it. This documentation does not state, for instance, how the "client secret" is passed to the service provider. Or is it managed internally? I was really confused after reading it, I felt like a lot was missing.qdii– qdii2012-02-03 21:43:44 +00:00Commented Feb 3, 2012 at 21:43
-
2You work with it as you would any other provider. It has a few quirks, but the basics work.Robert Kluin– Robert Kluin2012-02-04 07:21:45 +00:00Commented Feb 4, 2012 at 7:21
-
@RobertKluin: "but the basics work", but the question was: how do I use the basic functions. Your response is rather unhelpful.Adam Parkin– Adam Parkin2012-02-14 18:11:50 +00:00Commented Feb 14, 2012 at 18:11
-
@AdamParkin, you literally work with it as you would with any other oauth provider. This is all clearly documented in the docs (see Daniel's comment).Robert Kluin– Robert Kluin2012-02-15 05:37:23 +00:00Commented Feb 15, 2012 at 5:37
Add a comment
|