Show in README how to change requested scopes
Consistently use ['write'] default scope
Add missing ->getToken() method
Use BearerAuthorizationTrait in OAuth to save some extra code
access_token is not needed in URL. Done automatically with HTTP headers
Improve specification of dependencies version
The version of OAuth client currently used already requires PHP 5.5, so we can safely require it too in this package.
Show in README how to change requested scopes Consistently use
['write']
default scope Add missing->getToken()
methodUse
BearerAuthorizationTrait
in OAuth to save some extra codeaccess_token
is not needed in URL. Done automatically with HTTP headersImprove specification of dependencies version The version of OAuth client currently used already requires PHP 5.5, so we can safely require it too in this package.
Prefer https links for documentation
Remove trailing space
All tests pass.