Skip to content

Commit

Permalink
Merge pull request #458 from sajjadrad/master
Browse files Browse the repository at this point in the history
Add instagram friend lists scope
  • Loading branch information
elliotchance committed Feb 11, 2016
2 parents 769fea1 + b8ec088 commit 8a97b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OAuth/OAuth2/Service/Instagram.php
Expand Up @@ -21,6 +21,7 @@ class Instagram extends AbstractService
const SCOPE_COMMENTS = 'comments';
const SCOPE_RELATIONSHIPS = 'relationships';
const SCOPE_LIKES = 'likes';
const SCOPE_FOLLOWER_LIST = 'follower_list';

public function __construct(
CredentialsInterface $credentials,
Expand Down

0 comments on commit 8a97b77

Please sign in to comment.