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 786 forks source link

Impossible to search by tags #206

Open mouhradBendjillali opened 8 years ago

mouhradBendjillali commented 8 years ago

If you want to use the method searchTags($name), you have to change the second parameter of _makeCall() to true. With last update of the API, you can only access to content with a token.

Maybe others methods have to be update but i'm not sure. Thanks for the library, it's helpful :) .

davelima commented 8 years ago

:+1:

Method searchUser now require an access token too. I'll look for any other method that needs to be updated and open a pull request soon.

florianbeer commented 8 years ago

Don't bother. The author of this library is currently not maintaining it as it seems. I already made a fork with all the necessary changes for the API changes but my pull request was never merged.

You can take a look at it here: https://github.com/florianbeer/Instagram-PHP-API

Composer lets you use the alternative repo if you want. Just add the link and require dev-master.

raiym commented 8 years ago

Hey guys! Check this out: https://github.com/raiym/instagram-php-scraper

Scraper that allows you get info without tokens