Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Login Permissions #246

Open
enginedilema opened this issue Aug 3, 2017 · 1 comment
Open

New Login Permissions #246

enginedilema opened this issue Aug 3, 2017 · 1 comment

Comments

@enginedilema
Copy link

Add new login permissions

Instagram.php line 74
private $_scopes = array('basic', 'likes', 'comments', 'relationships','public_content');

link: https://www.instagram.com/developer/authorization/

getUserLikes

Instagram.php line 167
APIInvalidParametersError" ["error_message"]=> string(31) "Count must be larger than zero.

public function getUserLikes($limit = 0)
to
public function getUserLikes($limit = 10)

@Dhavalptel
Copy link

Also, there is another one scope 'follower_list' need to add.

Error: getLoginUrl() - The parameter isn't an array or invalid scope permissions used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants