5

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? Commented 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. Commented Feb 3, 2012 at 21:43
  • 2
    You work with it as you would any other provider. It has a few quirks, but the basics work. Commented 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. Commented 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). Commented Feb 15, 2012 at 5:37

1 Answer 1

6

Here is a very good tutorial

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.