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

Fixing X-Ratelimit-Remaining #224

Open HonzaBartos opened 7 years ago

HonzaBartos commented 7 years ago

Resolve problem with missing X-Ratelimit-Remaining in response header. It was resolved by simple 'isset' condition for check existence.