Skip to content

Commit

Permalink
Merge pull request #449 from donwildman/master
Browse files Browse the repository at this point in the history
Update Instagram.php
  • Loading branch information
elliotchance committed Dec 10, 2015
2 parents 486ee85 + 3a660c8 commit 798260e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OAuth/OAuth2/Service/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Instagram extends AbstractService
* @link http://instagram.com/developer/authentication/#scope
*/
const SCOPE_BASIC = 'basic';
const SCOPE_PUBLIC_CONTENT = 'public_content';
const SCOPE_COMMENTS = 'comments';
const SCOPE_RELATIONSHIPS = 'relationships';
const SCOPE_LIKES = 'likes';
Expand Down

0 comments on commit 798260e

Please sign in to comment.