Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Best way to authentiacte google API using Python?

1) oauth 2) AuthSub

Is there any tutorials for oauth2.o + python + google

share|improve this question

2 Answers

You can try: https://bitbucket.org/smartproject/oauth2python

It is well tested and documented library. It runs smoothly on google app engine.

Demo that connects with Google and Facebook: http://esmeoauth.appspot.com/

share|improve this answer

why you would write full separate code in python ? there is already a module of python which is really easy and useful http://code.google.com/p/gdata-python-client/ use that module it's quick and reliable.

share|improve this answer
Or code.google.com/p/google-api-python-client depending on what APIs you're interacting with. – bossylobster Nov 16 '12 at 3:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.