C# Class FLaSH.Instagram.Insta

Afficher le fichier Open project: c4wrd/Insta

Méthodes publiques

Méthode Description
Get ( string URL ) : dynamic
Insta ( string username, string password ) : System
Insta ( string username, string password, RestSharp.RestClient session ) : System
Login ( ) : bool
Post ( string URL, System.Dynamic.ExpandoObject postData, string contentType = HttpContentTypes.ApplicationJson ) : string
SetPassword ( string password ) : void
SetProxy ( System proxy ) : void
SetUsername ( string username ) : void

Private Methods

Méthode Description
generateIds ( ) : void
signMessage ( string message ) : string

Method Details

Get() public méthode

public Get ( string URL ) : dynamic
URL string
Résultat dynamic

Insta() public méthode

public Insta ( string username, string password ) : System
username string
password string
Résultat System

Insta() public méthode

public Insta ( string username, string password, RestSharp.RestClient session ) : System
username string
password string
session RestSharp.RestClient
Résultat System

Login() public méthode

public Login ( ) : bool
Résultat bool

Post() public méthode

public Post ( string URL, System.Dynamic.ExpandoObject postData, string contentType = HttpContentTypes.ApplicationJson ) : string
URL string
postData System.Dynamic.ExpandoObject
contentType string
Résultat string

SetPassword() public méthode

public SetPassword ( string password ) : void
password string
Résultat void

SetProxy() public méthode

public SetProxy ( System proxy ) : void
proxy System
Résultat void

SetUsername() public méthode

public SetUsername ( string username ) : void
username string
Résultat void