I don't remember the exact link but you can do google with curl php class and you should get it whatever you need. But its low level and bit hard path as you need to make your own api.
Regards, Ashvin On Mar 31, 1:12 pm, sebastian de comocomo <[email protected]> wrote: > Hi Ashvin, > > I already check this: > > http://code.google.com/apis/ajaxsearch/documentation/reference.html#_... > onje > > Is there a specific section for Curl & PHP that I don't know of? > > Could you send me the link? > > Thanks, > Sebastian > > On 30/03/09 21:37, "Ashvin Savani" <[email protected]> wrote: > > > > > Sebastian, > > > Use Curl library for PHP. That should help. > > > Regards, > > > Ashvin > > > On Mar 30, 5:23 pm, Sebastian <[email protected]> wrote: > >> Hi everyone, > > >> I'm new to Contacts API, and I'm a bit confused. > > >> I managed to register my domain, and to get it granted, so that it > >> returns me a url with a TOKEN. > > >>https://www.google.com/accounts/AuthSubRequest?scope=http%3A%2F%2Fwww... > > >> I don't know what I should do next. I use PHP, and in the google > >> developer's guide, says we should use this: > > >> GET /accounts/AuthSubSessionToken HTTP/1.1 > >> Content-Type: application/x-www-form-urlencoded > >> Authorization: AuthSub token="yourAuthToken" > >> User-Agent: Java/1.5.0_06 > >> Host:www.google.com > >> Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 > >> Connection: keep-alive > > >> Is this PHP? > > >> How do I implement this on my webpage? > > >> I don't see any of your codes containing this. > > >> Should I use $_GET['token'] to get the token? > > >> Any guide would be appreciated, > > >> Sebastian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Contacts 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-contacts-api?hl=en -~----------~----~----~----~------~----~------~--~---
