Instagram-PHP-API
Instagram-PHP-API copied to clipboard
A PHP implementation of the official Instagram API
README file's extension was missing which is why it wasn't formatted.
getUserRecent(USER_ID) returns the following (local testing) : array( 'pagination' => array(), 'meta' => array( 'code' => (int) 200 ), 'data' => array() ) Any idea why ? Getting user data...
Been using this code for months and it just stopped working on Apr 20 I'm not getting another response (empty) for about 25 different tags I'm looking for. Anyone know...