Skip to content

Commit 8a97b77

Browse files
committed
Merge pull request #458 from sajjadrad/master
Add instagram friend lists scope
2 parents 769fea1 + b8ec088 commit 8a97b77

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
@@ -21,6 +21,7 @@ class Instagram extends AbstractService
2121
const SCOPE_COMMENTS = 'comments';
2222
const SCOPE_RELATIONSHIPS = 'relationships';
2323
const SCOPE_LIKES = 'likes';
24+
const SCOPE_FOLLOWER_LIST = 'follower_list';
2425

2526
public function __construct(
2627
CredentialsInterface $credentials,

0 commit comments

Comments
 (0)