|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstagramException | |
---|---|
com.sola.instagram | |
com.sola.instagram.auth | |
com.sola.instagram.model |
Uses of InstagramException in com.sola.instagram |
---|
Methods in com.sola.instagram that throw InstagramException | |
---|---|
java.util.ArrayList<Media> |
InstagramSession.getFeed(int pageNumber)
Gets the recent media in the current user's feed. |
java.util.List<User> |
InstagramSession.getFollowers(int userId,
int pageNumber)
|
java.util.List<User> |
InstagramSession.getFollowRequests()
|
java.util.List<User> |
InstagramSession.getFollows(int userId,
int pageNumber)
Gets a list of users that the user, whose id is passed, follows. |
java.util.List<Media> |
InstagramSession.getLikedMedia(int pageNumber)
Gets the recent media that the current user has liked. |
Location |
InstagramSession.getLocation(int locationId)
|
Media |
InstagramSession.getMedia(java.lang.String mediaId)
Gets the media with the id passed. |
java.util.List<Media> |
InstagramSession.getPopularMedia()
Finds and returns the most popular media on instagram. |
java.util.List<Media> |
InstagramSession.getRecentMediaForTag(java.lang.String tagName,
int pageNumber)
|
java.util.List<Media> |
InstagramSession.getRecentMediaFromLocation(int locationId,
int pageNumber)
|
java.util.List<Media> |
InstagramSession.getRecentPublishedMedia(int userId,
int pageNumber)
Finds and returns the most recent media published by the user with the id passed. |
Relationship |
InstagramSession.getRelationshipWith(int userId)
|
Tag |
InstagramSession.getTag(java.lang.String tagName)
|
User |
InstagramSession.getUserById(int userId)
Finds and returns a user with the given id. |
boolean |
InstagramSession.likeMedia(java.lang.String mediaId)
|
boolean |
InstagramSession.modifyRelationship(int userId,
Relationship.Action action)
|
Comment |
InstagramSession.postComment(java.lang.String mediaId,
java.lang.String text)
|
boolean |
InstagramSession.removeComment(java.lang.String mediaId,
java.lang.String commentId)
|
boolean |
InstagramSession.removeMediaLike(java.lang.String mediaId)
|
java.util.List<Media> |
InstagramSession.searchMedia(java.lang.Object latitude,
java.lang.Object longitude,
java.lang.Object minTimestamp,
java.lang.Object maxTimestamp,
java.lang.Object distance)
Searches for media by location and creation time. |
java.util.List<Tag> |
InstagramSession.searchTags(java.lang.String tagName)
|
java.util.List<User> |
InstagramSession.searchUsersByName(java.lang.String name)
Searches for users by name. |
Uses of InstagramException in com.sola.instagram.auth |
---|
Methods in com.sola.instagram.auth that throw InstagramException | |
---|---|
InstagramSession |
InstagramAuthentication.build(java.lang.String code)
|
AccessToken |
InstagramAuthentication.getAccessToken()
|
java.lang.String |
InstagramAuthentication.getAuthorizationUri()
|
Uses of InstagramException in com.sola.instagram.model |
---|
Methods in com.sola.instagram.model that throw InstagramException | |
---|---|
java.lang.String |
User.getBio()
|
java.util.List<Comment> |
Media.getComments()
Lazy-loads and returns a list of comments for this media |
int |
User.getFollowerCount()
|
int |
User.getFollowingCount()
|
java.util.List<User> |
Media.getLikers()
Lazy-Loads and returns a list of users who have liked this media |
int |
User.getMediaCount()
|
java.lang.String |
User.getWebsite()
|
Constructors in com.sola.instagram.model that throw InstagramException | |
---|---|
Comment(org.json.JSONObject obj,
java.lang.String accessToken)
|
|
Media.Caption(org.json.JSONObject captionObject)
Makes a new caption object out of a JSONObject |
|
Media(org.json.JSONObject obj,
java.lang.String accessToken)
Makes a new Media object out of a JSONObject |
|
Relationship(org.json.JSONObject obj,
java.lang.String accessToken)
|
|
Tag(org.json.JSONObject obj,
java.lang.String accessToken)
|
|
User(org.json.JSONObject obj,
java.lang.String accessToken)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |