Open enginedilema opened 7 years ago
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)
Also, there is another one scope 'follower_list' need to add.
Error: getLoginUrl() - The parameter isn't an array or invalid scope permissions used.
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)