C# 클래스 OAuth2.Client.Impl.InstagramClient

Instagram authentication client.
상속: OAuth2Client
파일 보기 프로젝트 열기: carepass/code-samples

공개 메소드들

메소드 설명
InstagramClient ( IRequestFactory factory, IClientConfiguration configuration ) : System.Linq

Initializes a new instance of the InstagramClient class.

보호된 메소드들

메소드 설명
AfterGetAccessToken ( IRestResponse response ) : void
ParseUserInfo ( string content ) : OAuth2.Models.UserInfo

Should return parsed UserInfo from content received from third-party service.

메소드 상세

AfterGetAccessToken() 보호된 메소드

protected AfterGetAccessToken ( IRestResponse response ) : void
response IRestResponse
리턴 void

InstagramClient() 공개 메소드

Initializes a new instance of the InstagramClient class.
public InstagramClient ( IRequestFactory factory, IClientConfiguration configuration ) : System.Linq
factory IRequestFactory The factory.
configuration IClientConfiguration The configuration.
리턴 System.Linq

ParseUserInfo() 보호된 메소드

Should return parsed UserInfo from content received from third-party service.
protected ParseUserInfo ( string content ) : OAuth2.Models.UserInfo
content string The content which is received from third-party service.
리턴 OAuth2.Models.UserInfo