public class Insta extends Object
| Constructor and Description |
|---|
Insta() |
Insta(String ip,
int port) |
Insta(String username,
String password) |
Insta(String username,
String password,
String ip,
int port) |
public Insta()
throws IOException
IOExceptionpublic Insta(String ip, int port) throws IOException
IOExceptionpublic Insta(String username, String password) throws IOException
IOExceptionpublic Insta(String username, String password, String ip, int port) throws IOException
IOExceptionpublic User getUser(String username) throws IOException
IOExceptionpublic String getUsernameById(String instaId) throws IOException
IOExceptionpublic Post getPost(String shortcode) throws IOException
IOExceptionpublic PostResponse getUserPosts(String instaId) throws IOException
IOExceptionpublic PostResponse getUserPosts(String instaId, String after) throws IOException
IOExceptionpublic PostResponse getUserPosts(String instaId, int first) throws IOException
IOExceptionpublic PostResponse getUserPosts(String instaId, int first, String after) throws IOException
IOExceptionpublic CommentResponse getComment(String shortcode) throws IOException
IOExceptionpublic CommentResponse getComment(String shortcode, String after) throws IOException
IOExceptionpublic CommentResponse getComment(String shortcode, int first) throws IOException
IOExceptionpublic CommentResponse getComment(String shortcode, int first, String after) throws IOException
IOExceptionpublic com.afollestad.ason.Ason login(String username, String password) throws IOException
IOExceptionpublic boolean isLogin()
public FollowResponse getFollowers(String instaId) throws Exception
Exceptionpublic FollowResponse getFollowers(String instaId, String after) throws Exception
Exceptionpublic FollowResponse getFollowers(String instaId, int first) throws Exception
Exceptionpublic FollowResponse getFollowers(String instaId, int first, String after) throws Exception
Exceptionpublic FollowResponse getFollowing(String instaId) throws Exception
Exceptionpublic FollowResponse getFollowing(String instaId, String after) throws Exception
Exceptionpublic FollowResponse getFollowing(String instaId, int first) throws Exception
Exceptionpublic FollowResponse getFollowing(String instaId, int first, String after) throws Exception
Exceptionpublic Comment addComment(String shortcode, String text) throws Exception
Exceptionpublic boolean deleteComment(Comment comment, Post post) throws Exception
Exceptionpublic Location getLocation(String locationId) throws IOException
IOExceptionpublic SuggestedResponse getSuggestedUser() throws IOException
IOExceptionpublic SuggestedResponse getSuggestedUser(ArrayList<String> seenIds) throws IOException
IOExceptionpublic ExploreResponse getExplore() throws Exception
Exceptionpublic ExploreResponse getExplore(int first) throws Exception
Exceptionpublic ExploreResponse getExplore(String after) throws Exception
Exceptionpublic ExploreResponse getExplore(int first, String after) throws Exception
Exceptionpublic LikerResponse getLiker(String shortcode, int first, String after) throws Exception
Exceptionpublic String getUsername()
public String getPassword()
public String getCsrf()
public String getRhx_gis()
public String getUserAgent()
public User getUser()
Copyright © 2018. All rights reserved.