Hello,

It seems that this part of the code is not entirely executed:

if (!isset($_SESSION['ACCESS_TOKEN'])) {echo "in first if ";
  if (!empty($_GET) && isset($_SESSION['REQUEST_TOKEN'])) { echo "gotm";
    $_SESSION['ACCESS_TOKEN'] = serialize($consumer->getAccessToken($_GET, 
unserialize($_SESSION['REQUEST_TOKEN'])));
  }
}



What is the output that you get from the "echo" calls? You should try to 
debug this part of the code so that you token gets upgraded to an Access 
Token.

Best,
Alain

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html

Reply via email to