Instagram-PHP-API
Instagram-PHP-API copied to clipboard
Impossible to search by tags
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 :) .
:+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.
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
.
Hey guys! Check this out: https://github.com/raiym/instagram-php-scraper
Scraper that allows you get info without tokens