Skip to content

Commit 0a97673

Browse files
Sajjad RadSajjad Rad
authored andcommitted
Add instagram friend lists scope
1 parent 769fea1 commit 0a97673

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_FRIEND_LISTS = 'follower_list';
2425

2526
public function __construct(
2627
CredentialsInterface $credentials,

0 commit comments

Comments
 (0)