From 3a660c8fbfd35921a0b736aa6729a89d18e79783 Mon Sep 17 00:00:00 2001 From: Don Wildman Date: Sun, 6 Dec 2015 20:29:25 +0200 Subject: [PATCH] Update Instagram.php Added new public_content to allow fetching of media. --- src/OAuth/OAuth2/Service/Instagram.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OAuth/OAuth2/Service/Instagram.php b/src/OAuth/OAuth2/Service/Instagram.php index c60c455f..0ab9c71e 100644 --- a/src/OAuth/OAuth2/Service/Instagram.php +++ b/src/OAuth/OAuth2/Service/Instagram.php @@ -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';