Skip to content

Commit

Permalink
Change friend_lists const name to follower_list
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadrad committed Feb 11, 2016
1 parent 0a97673 commit b8ec088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth/OAuth2/Service/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Instagram extends AbstractService
const SCOPE_COMMENTS = 'comments';
const SCOPE_RELATIONSHIPS = 'relationships';
const SCOPE_LIKES = 'likes';
const SCOPE_FRIEND_LISTS = 'follower_list';
const SCOPE_FOLLOWER_LIST = 'follower_list';

public function __construct(
CredentialsInterface $credentials,
Expand Down

0 comments on commit b8ec088

Please sign in to comment.