Hi Carlos, We do recommend you use AuthSub (the redirect to Google Accounts method) for web applications because it is more secure.
Currently, we don't have specific support for the Contacts API in the PHP client library, but I believe you can still use the client library to interact with the API by using the base classes. However, you may also wish to wait a bit until we can get this support added in, depending on what your timeline is to develop this application. An SQL-like interface to the APIs would be radically different from the Google Data protocol as the latter is based on the Atom Publishing Protocol and the former would be an interface that is more procedural and not really RESTful. Cheers, -Jeff On Apr 19, 2:48 am, Endorphinum <[EMAIL PROTECTED]> wrote: > Hi everyone, > i am new to the API and would like to develop a personal information > manager (PIM) > in PHP for mobile devices. > > My idea is this: you enter your login data at a page and all your > contacts and > your calendar (agenda-style) information will be fetched to show on my > PIM > PHP site. > > I already managed this:http://www.mojocafe.net/mogooglebut still do > become > an error - I think my provider is having some difficulties with the > ZEND engine :( > > So these are my questions, that you hopefully can answer: > 1. On the Mojocafe example above, you will be sent to the Google page > to get > the token. Must it be like that? How can i make it so, that the user > only needs > to enter his mail and pass into a form and the TOKEN will be retrieved > without > the redirection to the "google grant page" !? > > 2. As i menionted, i want to fetch contacts and calender data. But i > could > only find a PHP solution for the calendar - not for the contacts. Does > this > mean that i have to make a javascript, java and php mashup to put all > information together? > > 3. I saw that facebook invented something they call FQL, standing for > Facebook Query Language. It's just like simple SQL but to those like > me who know a bit of php and SQL this is awesome! > Is such a language planned or available for the google data? > > Hope to hear from you soon and thanks a lot in advance > for your support, > > Carlos --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
