C# 클래스 Attassa.OAuthLinkedIn

상속: oAuthBase
파일 보기 프로젝트 열기: dquail/LinkedinOauth 1 사용 예제들

공개 메소드들

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

메소드 상세

APIWebRequest() 공개 메소드

WebRequestWithPut
public APIWebRequest ( string method, string url, string postData ) : string
method string WebRequestWithPut
url string
postData string
리턴 string

WebRequest() 공개 메소드

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
리턴 string

WebResponseGet() 공개 메소드

Process the web response.
public WebResponseGet ( HttpWebRequest webRequest ) : string
webRequest System.Net.HttpWebRequest The request object.
리턴 string

authorizeToken() 공개 메소드

Authorize the token by showing the dialog
public authorizeToken ( ) : String
리턴 String

getAccessToken() 공개 메소드

Get the access token
public getAccessToken ( ) : String
리턴 String

getRequestToken() 공개 메소드

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

oAuthWebRequest() 공개 메소드

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)
리턴 string