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

Impossible to search by tags

Open mouhradBendjillali opened this issue 8 years ago • 3 comments

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 :) .

mouhradBendjillali avatar Apr 19 '16 13:04 mouhradBendjillali

:+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.

davelima avatar Apr 26 '16 18:04 davelima

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.

florianbeer avatar Apr 27 '16 15:04 florianbeer

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

Scraper that allows you get info without tokens

raiym avatar Jun 03 '16 12:06 raiym