Instagram-PHP-API icon indicating copy to clipboard operation
Instagram-PHP-API copied to clipboard

An easy-to-use PHP Class for accessing Instagram's API.

Results 104 Instagram-PHP-API issues
Sort by recently updated
recently updated
newest added

## 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...

Session saved Access-token, getUser works all other functions not. Please help ;-)

What can be wrong? On android, when I try to log in from my application opened in the Chrome browser, Instagramm app open over chrome authorization window opens and after...

Added the getMediaShortcode method to support the shortcode Media api call.

Hello I need to login to account with my username and password (without enter to login site) Because i want to fetch media from my favorite username and password Maybe?

Hello When i use this method(GetMediaList),it return recent media But i need to all medial Maybe?

Hello I'm trying to post an image with a caption including new line ( \r\n ) But it doesn't work and new line does not appear correctly. Please help Thanks

hi there is any lib like this for c#?

Per the recent platform changes (#182), all requests should include an access token. This change uses the token for all API calls if it's been provided, preserving support for apps...