Hello,
>        I want to make a web app using web.py which takes input from user
> that is username and password, and in turn communicates with google server.
> I am not sure how should I proceed. I thought of making a form which ask
> for username and password and then pass it to that python function. Please
> tell me if I am on right path?
>

I don't think taking username/password is a good idea. You should use OAuth
instead. That will take a user to google login page and redirects to your
app with a token, which you can use to talk to google services.

Anand

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to