Open SunilKumar16 opened 8 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?
@SunilKumar16 @sachin-handiekar Can you please share if the above issue is resolved and if it was solved,how did you overcome it?
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?