Skip to content

Commit b8ec088

Browse files
committed
Change friend_lists const name to follower_list
1 parent 0a97673 commit b8ec088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth/OAuth2/Service/Instagram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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';
24+
const SCOPE_FOLLOWER_LIST = 'follower_list';
2525

2626
public function __construct(
2727
CredentialsInterface $credentials,

0 commit comments

Comments
 (0)