C# Класс instagrammer.UsersClient

Наследование: BaseClient
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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