You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
org.jinstagram.Instagram.getRecentMediaFeed(String userId, int count, String minId, String maxId, Date maxTimeStamp, Date minTimeStamp) not reflective of current API
#164
/** * Get the most recent media published by a user. * * @param userId * @param count * @param minId * @param maxId * @param maxTimeStamp * @param minTimeStamp * @return the mediaFeed object * @throws InstagramException if any error occurs */MediaFeedgetRecentMediaFeed(StringuserId, intcount, StringminId,
StringmaxId, DatemaxTimeStamp, DateminTimeStamp) throwsInstagramException;
In the current Instagram API (https://www.instagram.com/developer/endpoints/users/) for the endpoint /users/user-id/media/recent there are no options for using the max_timestamp and the min_timestamp as there was in the old API (https://www.instagram.com/developer/deprecated/endpoints/users/#get_users_media_recent) hence the org.jinstagram.Instagram.getRecentMediaFeed method should reflect this and not allow for arguments Date maxTimeStamp and Date minTimeStamp.
The text was updated successfully, but these errors were encountered: