sachin-handiekar / jInstagram

A Java library for the Instagram API.
MIT License
385 stars 167 forks source link

Getting Tagged media feed data #185

Open SunilKumar16 opened 7 years ago

SunilKumar16 commented 7 years ago

String tagName = "snow"; TagMediaFeed mediaFeed = instagram.getRecentMediaTags(tagName);

List mediaFeeds = mediaFeed.getData();

This doesn't work anymore using 1.1.8. It returns zero data. I would like to search a tag and get images with the tag back but it returns nothing. How can I fix this?

kdesineedi commented 6 years ago

@SunilKumar16 @sachin-handiekar Can you please share if the above issue is resolved and if it was solved,how did you overcome it?