jInstagram
jInstagram copied to clipboard
A Java library for the Instagram API.
Hi. It works for some month and now it get me: `{"error_message": "Matching code was not found or was already used.", "code": 400, "error_type": "OAuthException"}` I see this issue on...
how to fetch user stories using this library ?
Hi, I'm getting **(java.lang.String) Cannot extract an access token. Response was: {"error_type": "OAuthException", "code": 400, "error_message": "Matching code was not found or was already used."}** while accessing access token. The...
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...
I can download photos but I can not find a methods to upload a photo, Please help me
Hello friends, I have been using API for a long time and I found that now it is no longer returning data from recent customer media, no photo or information....
Add constant type to carousel in org.jinstagram.entity.users.feed.MediaFeedData
HI, I need to use your library to get all the comments that the authenticated user has received in all their publications. The application is in sandbox mode, both the...
I'm trying to use the API, already can get the profile information, but can't get around to get the list of the following users of my instagram, it returns empty...