메소드 | 설명 | |
---|---|---|
FollowedBy ( string userId ) : ApiResponse |
Get a list of users the currently authenticated user is followed by http://instagram.com/developer/endpoints/relationships/#get_users_followed_by
|
|
Follows ( string userId ) : ApiResponse |
Get a list of users this user follows http://instagram.com/developer/endpoints/relationships/#get_users_follows
|
|
RecentMedia ( string userId, string next_max_id, string prev_max_id ) : ApiResponse |
Get the most recent media published by a user http://instagram.com/developer/endpoints/users/#get_users_media_recent
|
|
Relationship ( string foreignUserId ) : ApiSingleResponse |
Get information about the currently authenticated users relationship with another user http://instagram.com/developer/endpoints/relationships/#get_relationship
|
|
RequestedBy ( ) : ApiResponse |
Get a list of users who have requested to follow the currently authenticated user http://instagram.com/developer/endpoints/relationships/#get_incoming_requests
|
|
Search ( string query ) : ApiResponse |
Search for a user by name http://instagram.com/developer/endpoints/users/#get_users_search
|
|
SelfFeed ( ) : ApiResponse |
Show the currently authenticated users feed
|
|
SelfFeed ( string next_max_id, string prev_max_id ) : ApiResponse |
Show the currently authenticated users feed
|
|
User ( ) : ApiSingleResponse |
Get basic information about the currently authenticated user http://instagram.com/developer/endpoints/users/#get_users
|
|
User ( string userId ) : ApiSingleResponse |
Get basic information about the currently authenticated user http://instagram.com/developer/endpoints/users/#get_users
|
|
UsersClient ( string token ) : System.Collections.Generic |
public FollowedBy ( string userId ) : ApiResponse |
||
userId | string | The id of the user (self if null) |
리턴 | ApiResponse |
public Follows ( string userId ) : ApiResponse |
||
userId | string | The id of the user (self if null) |
리턴 | ApiResponse |
public RecentMedia ( string userId, string next_max_id, string prev_max_id ) : ApiResponse |
||
userId | string | the id of the user (self if null) |
next_max_id | string | |
prev_max_id | string | |
리턴 | ApiResponse |
public Relationship ( string foreignUserId ) : ApiSingleResponse |
||
foreignUserId | string | The id of the user to get the current users relationship status with |
리턴 | ApiSingleResponse |
public Search ( string query ) : ApiResponse |
||
query | string | The name of the user to search form |
리턴 | ApiResponse |
public SelfFeed ( string next_max_id, string prev_max_id ) : ApiResponse |
||
next_max_id | string | |
prev_max_id | string | |
리턴 | ApiResponse |
public User ( string userId ) : ApiSingleResponse |
||
userId | string | the id of the user to get information for (self if null) |
리턴 | ApiSingleResponse |
public UsersClient ( string token ) : System.Collections.Generic | ||
token | string | |
리턴 | System.Collections.Generic |