Hi Jeff,

you are right ..... thanks.

i have anothe question for you ....
i couldnt figure out how the below line of code works ....

 auth_token = gdata.auth.extract_auth_sub_token_from_url
(self.request.uri)

i suppose only GenerateAuthSubURL()  function can generate the url
with tokens ....  but i have seen the
above line of code before calling GenerateAuthSubURL() in the example:
http://code.google.com/appengine/articles/gdata.html

how come we receive the auth_token from the requirest uri? (its just
the application uri without any token right?)

please share links to essential tutorials if you think i am missing
some vital information, i am new to html
(and for that matter, to python also :-) )

here is my assumption:
based on the app.yaml file client request will be routed to the script
and
it will call the get function of the class assigned for handling that
particular uri parameter ..........
correct me if i am wrong.

Thank you,
Tom.

On Dec 8, 8:28 pm, Jeff S <[EMAIL PROTECTED]> wrote:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to