Package | Description |
---|---|
com.sola.instagram | |
com.sola.instagram.model |
Modifier and Type | Method and Description |
---|---|
Media |
InstagramSession.getMedia(String mediaId)
Gets the media with the id passed.
|
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<Media> |
InstagramSession.getFeed()
Gets the recent media in the current user's feed
|
PaginatedCollection<Media> |
InstagramSession.getLikedMedia()
Gets the recent media that the current user has liked.
|
List<Media> |
InstagramSession.getPopularMedia()
Finds and returns the most popular media on instagram.
|
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.
|
List<Media> |
InstagramSession.searchMedia(Object latitude,
Object longitude,
Object minTimestamp,
Object maxTimestamp,
Object distance)
Searches for media by location and creation time.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageMedia |
class |
VideoMedia |
Modifier and Type | Method and Description |
---|---|
static Media |
Media.fromJSON(JSONObject obj,
String accessToken) |
Copyright © 2013. All Rights Reserved.