cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 782 forks source link

Dev #228

Open gabrielpires opened 7 years ago

gabrielpires commented 7 years ago

Fixing basic list of scope to intersect validation.

Add new permissions to the list.

private $_scopes = array('basic', 'likes', 'comments', 'relationships', 'public_content', 'follower_list');

gabrielpires commented 7 years ago

Fixing basic list of scope to intersect validation.

Add new permissions to the list.

private $_scopes = array('basic', 'likes', 'comments', 'relationships', 'public_content', 'follower_list');