Skip to content

Commit

Permalink
Merge pull request #2 from Jonliney/patch-1
Browse files Browse the repository at this point in the history
Scope separator modification
  • Loading branch information
DraperStudio committed May 25, 2016
2 parents bf3369b + cbb33db commit cf08410
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ class Provider extends AbstractProvider implements ProviderInterface
* {@inheritdoc}
*/
protected $scopes = ['https://www.googleapis.com/auth/youtube.readonly'];

/**
* {@inheritdoc}
*/
protected $scopeSeparator = ' ';

/**
* {@inheritdoc}
Expand Down

0 comments on commit cf08410

Please sign in to comment.