C# 클래스 instagrammer.UsersClient

상속: BaseClient
파일 보기 프로젝트 열기: jonezy/instagrammer 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FollowedBy() 공개 메소드

Get a list of users the currently authenticated user is followed by http://instagram.com/developer/endpoints/relationships/#get_users_followed_by
public FollowedBy ( string userId ) : ApiResponse
userId string The id of the user (self if null)
리턴 ApiResponse

Follows() 공개 메소드

Get a list of users this user follows http://instagram.com/developer/endpoints/relationships/#get_users_follows
public Follows ( string userId ) : ApiResponse
userId string The id of the user (self if null)
리턴 ApiResponse

RecentMedia() 공개 메소드

Get the most recent media published by a user http://instagram.com/developer/endpoints/users/#get_users_media_recent
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

Relationship() 공개 메소드

Get information about the currently authenticated users relationship with another user http://instagram.com/developer/endpoints/relationships/#get_relationship
public Relationship ( string foreignUserId ) : ApiSingleResponse
foreignUserId string The id of the user to get the current users relationship status with
리턴 ApiSingleResponse

RequestedBy() 공개 메소드

Get a list of users who have requested to follow the currently authenticated user http://instagram.com/developer/endpoints/relationships/#get_incoming_requests
public RequestedBy ( ) : ApiResponse
리턴 ApiResponse

Search() 공개 메소드

Search for a user by name http://instagram.com/developer/endpoints/users/#get_users_search
public Search ( string query ) : ApiResponse
query string The name of the user to search form
리턴 ApiResponse

SelfFeed() 공개 메소드

Show the currently authenticated users feed
public SelfFeed ( ) : ApiResponse
리턴 ApiResponse

SelfFeed() 공개 메소드

Show the currently authenticated users feed
public SelfFeed ( string next_max_id, string prev_max_id ) : ApiResponse
next_max_id string
prev_max_id string
리턴 ApiResponse

User() 공개 메소드

Get basic information about the currently authenticated user http://instagram.com/developer/endpoints/users/#get_users
public User ( ) : ApiSingleResponse
리턴 ApiSingleResponse

User() 공개 메소드

Get basic information about the currently authenticated user http://instagram.com/developer/endpoints/users/#get_users
public User ( string userId ) : ApiSingleResponse
userId string the id of the user to get information for (self if null)
리턴 ApiSingleResponse

UsersClient() 공개 메소드

public UsersClient ( string token ) : System.Collections.Generic
token string
리턴 System.Collections.Generic