postaddictme / instagram-java-scraper

Instagram Java Scraper. Get account information, photos, videos and comments.
446 stars 149 forks source link

Account account = instagram.getAccountById();403 forbidden #118

Open wendongbao opened 6 years ago

wendongbao commented 6 years ago

403 forbidden

wendongbao commented 6 years ago

Instagram instagram=InstagramFactory.getAuthenticatedInstagramClient(); Account account =instagram.getAccountById();

It is right

wendongbao commented 6 years ago

Response code is not equal 200. Something went wrong. Please report issue.

today it is wrong

Actticus commented 5 years ago

@wendongbao Do you solve that problem?