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