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 769fea1 + b8ec088 commit 8a97b77Copy full SHA for 8a97b77
src/OAuth/OAuth2/Service/Instagram.php
@@ -21,6 +21,7 @@ class Instagram extends AbstractService
21
const SCOPE_COMMENTS = 'comments';
22
const SCOPE_RELATIONSHIPS = 'relationships';
23
const SCOPE_LIKES = 'likes';
24
+ const SCOPE_FOLLOWER_LIST = 'follower_list';
25
26
public function __construct(
27
CredentialsInterface $credentials,
0 commit comments