macuenca / Instagram-PHP-API

A PHP implementation of the official Instagram API
181 stars 60 forks source link

getRecentTags stopped working about a month ago #17

Open montagemob opened 11 years ago

montagemob commented 11 years ago

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 of known issues or changes in the API? Thanks in Advance

macuenca commented 11 years ago

Nothing has particularly changed on that specific date, in fact, further development is stalled on my part because I don't have the time I would like to dedicate to this project. It was just a hack I did in a couple of days and I'm very glad it has been very helpful for so many people.

That being said, can you be a little bit more specific on your issue? Do you recall upgrading your PHP version or operating system on that date? Is your implementation running on a shared environment? Do you have all debugging options (display_errors, error_reporting) set to on?

Check also, this issue: https://github.com/macuenca/Instagram-PHP-API/issues/8 is a very common one.