We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 486ee85 + 3a660c8 commit 798260eCopy full SHA for 798260e
src/OAuth/OAuth2/Service/Instagram.php
@@ -17,6 +17,7 @@ class Instagram extends AbstractService
17
* @link http://instagram.com/developer/authentication/#scope
18
*/
19
const SCOPE_BASIC = 'basic';
20
+ const SCOPE_PUBLIC_CONTENT = 'public_content';
21
const SCOPE_COMMENTS = 'comments';
22
const SCOPE_RELATIONSHIPS = 'relationships';
23
const SCOPE_LIKES = 'likes';
0 commit comments