Package | Description |
---|---|
com.sola.instagram |
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<Media> |
InstagramSession.getFeed()
Gets the recent media in the current user's feed
|
PaginatedCollection<User> |
InstagramSession.getFollowers(int userId) |
PaginatedCollection<User> |
InstagramSession.getFollows(int userId)
Gets a list of users that the user, whose id is passed, follows.
|
PaginatedCollection<Media> |
InstagramSession.getLikedMedia()
Gets the recent media that the current user has liked.
|
PaginatedCollection<Media> |
InstagramSession.getRecentMediaForTag(String tagName) |
PaginatedCollection<Media> |
InstagramSession.getRecentMediaFromLocation(int locationId) |
PaginatedCollection<Media> |
InstagramSession.getRecentPublishedMedia(int userId)
Finds and returns the most recent media published by the user with the id
passed.
|
Copyright © 2013. All Rights Reserved.