C# Class Attassa.OAuthLinkedIn

Inheritance: oAuthBase
Afficher le fichier Open project: dquail/LinkedinOauth Class Usage Examples

Méthodes publiques

Méthode Description
APIWebRequest ( string method, string url, string postData ) : string

WebRequestWithPut

WebRequest ( Method method, string url, string postData ) : string

Web Request Wrapper

WebResponseGet ( HttpWebRequest webRequest ) : string

Process the web response.

authorizeToken ( ) : String

Authorize the token by showing the dialog

getAccessToken ( ) : String

Get the access token

getRequestToken ( ) : String

Get the linkedin request token using the consumer key and secret. Also initializes tokensecret

oAuthWebRequest ( Method method, string url, string postData ) : string

Submit a web request using oAuth.

Method Details

APIWebRequest() public méthode

WebRequestWithPut
public APIWebRequest ( string method, string url, string postData ) : string
method string WebRequestWithPut
url string
postData string
Résultat string

WebRequest() public méthode

Web Request Wrapper
public WebRequest ( Method method, string url, string postData ) : string
method Method Http Method
url string Full url to the web resource
postData string Data to post in querystring format
Résultat string

WebResponseGet() public méthode

Process the web response.
public WebResponseGet ( HttpWebRequest webRequest ) : string
webRequest System.Net.HttpWebRequest The request object.
Résultat string

authorizeToken() public méthode

Authorize the token by showing the dialog
public authorizeToken ( ) : String
Résultat String

getAccessToken() public méthode

Get the access token
public getAccessToken ( ) : String
Résultat String

getRequestToken() public méthode

Get the linkedin request token using the consumer key and secret. Also initializes tokensecret
public getRequestToken ( ) : String
Résultat String

oAuthWebRequest() public méthode

Submit a web request using oAuth.
public oAuthWebRequest ( Method method, string url, string postData ) : string
method Method GET or POST
url string The full url, including the querystring.
postData string Data to post (querystring format)
Résultat string