postaddictme/instagram-java-scraper

Get an error when calling instagram.getMediasByTag

Closed this issue · 12 comments

When I call instagram.getMediasByTag, I get the following error:

me.postaddict.instagramscraper.exception.InstagramException: Response code is not equal 200. Something went wrong. Please report issue.
at me.postaddict.instagramscraper.Instagram.getMediasByTag(Instagram.java:196)
at Driver.main(Driver.java:101)

This used to work, but all of a sudden it stopped working.

raiym commented

@jasoncartercs yes. Instagram now requires auth tags and locations

Please take a look:
postaddictme/instagram-php-scraper#71

raiym commented

Library will support web login

and maybe official API as well

raiym commented

FYI
I has been fixed in php library

Awesome thank you so much @raiym!!!!

Do you have a time estimate on when this library will support web login?

raiym commented

@jasoncartercs i just have released update with web login

raiym commented

@jasoncartercs or you need some different requirements?

@raiym I will check it out!

raiym commented

I thought i am in php scraper thread

raiym commented

@jasoncartercs at weekends

@raiym No problem. I'll wait until then!

raiym commented
Instagram instagram = new Instagram();
instagram.withCredentials("username", "password");
instagram.login();
instagram.getMediasByTag("hi");