C# Class DotNetOpenAuth.AspNet.Clients.InstagramClient

Instagram authentication client.
Inheritance: DotNetOpenAuth.AspNet.Clients.OAuth2Client
Afficher le fichier Open project: NorDroN/DotNetOpenAuth.AspNet.Extensions

Méthodes publiques

Méthode Description
InstagramClient ( string appId, string appSecret ) : DotNetOpenAuth.AspNet.Internal

Initializes a new instance of the InstagramClient class.

Méthodes protégées

Méthode Description
GetServiceLoginUrl ( Uri returnUrl ) : Uri

The get service login url.

GetUserData ( string accessToken ) : string>.IDictionary

The get user data.

QueryAccessToken ( Uri returnUrl, string authorizationCode ) : string

Obtains an access token given an authorization code and callback URL.

Method Details

GetServiceLoginUrl() protected méthode

The get service login url.
protected GetServiceLoginUrl ( Uri returnUrl ) : Uri
returnUrl System.Uri /// The return url. ///
Résultat System.Uri

GetUserData() protected méthode

The get user data.
protected GetUserData ( string accessToken ) : string>.IDictionary
accessToken string /// The access token. ///
Résultat string>.IDictionary

InstagramClient() public méthode

Initializes a new instance of the InstagramClient class.
public InstagramClient ( string appId, string appSecret ) : DotNetOpenAuth.AspNet.Internal
appId string /// The app id. ///
appSecret string /// The app secret. ///
Résultat DotNetOpenAuth.AspNet.Internal

QueryAccessToken() protected méthode

Obtains an access token given an authorization code and callback URL.
protected QueryAccessToken ( Uri returnUrl, string authorizationCode ) : string
returnUrl System.Uri /// The return url. ///
authorizationCode string /// The authorization code. ///
Résultat string