I have written a python script which communicates with google server using
gdata API. Now I want to write a google chrome extension which only allows
java script and html. So, I thought of hosting a web app using web.py which
fulfill my requirement. Please guide me how should I proceed further.

Regards,
Madhvi

On Thu, Mar 22, 2012 at 9:52 AM, Anand Chitipothu <anandol...@gmail.com>wrote:

>
>
> 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.
>

-- 
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