We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instagram.php line 74 private $_scopes = array('basic', 'likes', 'comments', 'relationships','public_content');
link: https://www.instagram.com/developer/authorization/
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)
The text was updated successfully, but these errors were encountered:
Also, there is another one scope 'follower_list' need to add.
Error: getLoginUrl() - The parameter isn't an array or invalid scope permissions used.
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: