Vik
Vik

Reputation: 9289

Instagram API returning only logged in user data rather than public

I am following https://github.com/sachin-handiekar/jInstagram/wiki/jInstagram-Usage

The below code only returns data posted by me while I need public data.

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

List<MediaFeedData> mediaFeeds = mediaFeed.getData();

Upvotes: 0

Views: 162

Answers (1)

Related Questions