Skip to content

Commit

Permalink
Update Instagram.php
Browse files Browse the repository at this point in the history
Added new public_content to allow fetching of media.
  • Loading branch information
donwildman committed Dec 6, 2015
1 parent d47849e commit 3a660c8
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 3a660c8

Please sign in to comment.