php - Integrating Google OAuth Authorization in my web-app -


i building web-app need access list of spreadsheets google docs (of google apps)

i want authenticate using oauth.

how can in php application?

one important thing, want authenticated on user behalf. application run in background, , user email regarding list of spreadsheets associated his/her account. don't want script need user enter his/her email-id , password everytime script runs.

first, here overview of oauth usage google: http://www.google.com/support/a/bin/answer.py?answer=61017

next, here more in-depth overview of oauth usage google: http://code.google.com/apis/accounts/docs/gettingstarted.html

next, here sample of how 2 legged oauth php: http://gdatatips.blogspot.com/2008/11/2-legged-oauth-in-php.html

finally, here google documents list api (that need use): http://code.google.com/apis/documents/

enjoy! (and remember vote if liked answer)


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -