Closed GoogleCodeExporter closed 9 years ago
The API calls will be executed if there's something inside
$client->getAccessToken()).
The API call is guarded by the following if statement:
if ($client->getAccessToken()) {
... make an API request ...
}
Can you run a var_dump on $client->getAccessToken() in the case where no token
exists?
Original comment by chirags@google.com
on 31 Aug 2011 at 4:52
Original issue reported on code.google.com by
krkee...@gmail.com
on 17 Aug 2011 at 11:12Attachments: