C# Class FLaSH.Instagram.Insta

ファイルを表示 Open project: c4wrd/Insta

Public Methods

Method 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

Method Description
generateIds ( ) : void
signMessage ( string message ) : string

Method Details

Get() public method

public Get ( string URL ) : dynamic
URL string
return dynamic

Insta() public method

public Insta ( string username, string password ) : System
username string
password string
return System

Insta() public method

public Insta ( string username, string password, RestSharp.RestClient session ) : System
username string
password string
session RestSharp.RestClient
return System

Login() public method

public Login ( ) : bool
return bool

Post() public method

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

SetPassword() public method

public SetPassword ( string password ) : void
password string
return void

SetProxy() public method

public SetProxy ( System proxy ) : void
proxy System
return void

SetUsername() public method

public SetUsername ( string username ) : void
username string
return void