Hi Jeff,

Thanks for taking the time to reply.

I'd be using an application user name and password in most instances
and only using an application created user name (or other unique
identifier) to retrieve data about the user.

Thanks,
John

On Dec 5, 1:13 pm, Jeff S <[EMAIL PROTECTED]> wrote:
> Hi john,
>
> The approach I've most often seen is to write a request handler which
> will query the datastore and pass back the data in the desired format
> (XML, JSON, etc.). Depending on your security concerns, there are
> several options for authenticating/authorizing access from the
> external HTTP client (BasicAuth+HTTPS, DigestAuth, Public Key digital
> signatures, etc.). I'm assuming that you are creating your own list of
> usernames and passwords in this case, since I recommend against asking
> for a user's Google Account password. Would this data be user
> specific?
>
> Thank you,
>
> Jeff
>
> On Dec 4, 9:07 am, JT <[EMAIL PROTECTED]> wrote:
>
> > hey, does anyone know how to fetch data from the datastore, from an
> > external URL?
>
> > I'm working withinMySpaceand would like to fetch data base at the
> > Google data store.  Is it possible?  I'm guessing HTTP GET with user
> > name/password attached to the request.  Any thoughts?
>
> > Thanks,
> > john
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
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