postaddictme / instagram-java-scraper

Instagram Java Scraper. Get account information, photos, videos and comments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location field in Media is never filled in.

evdh opened this issue · comments

When getting the media from an account, I get back the posts including the caption. However, although the post contains a location, this is never returned in the 'location' field of the media. Is this supposed to work? Or is there another way to find the location?

Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/type/TypeReference
at me.postaddict.instagram.scraper.Instagram.(Instagram.java:25)
at application.Main.main(Main.java:27)