Skip to content

Commit 798260e

Browse files
committed
Merge pull request #449 from donwildman/master
Update Instagram.php
2 parents 486ee85 + 3a660c8 commit 798260e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OAuth/OAuth2/Service/Instagram.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Instagram extends AbstractService
1717
* @link http://instagram.com/developer/authentication/#scope
1818
*/
1919
const SCOPE_BASIC = 'basic';
20+
const SCOPE_PUBLIC_CONTENT = 'public_content';
2021
const SCOPE_COMMENTS = 'comments';
2122
const SCOPE_RELATIONSHIPS = 'relationships';
2223
const SCOPE_LIKES = 'likes';

0 commit comments

Comments
 (0)