asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
543 stars 154 forks source link

# Bug fix: UnauthorizedException (Token invalid) #83

Closed Chofoteddy closed 9 years ago

Chofoteddy commented 9 years ago

Updated parameters based on the Google API PHP library. With this change work correctly the examples mentioned in the README file.

asimlqt commented 9 years ago

The access token should be a string not an object.

I'm sorry that the docblock for the constructor isn't complete, i'll fix that now.