C# Class Hyves.Service.HyvesService

Afficher le fichier Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Méthodes publiques

Méthode Description
HyvesService ( HyvesSession session ) : System

Initializes an instance of a HyvesService with the specified session.

HyvesService ( string consumerKey, string consumerSecret, List methods ) : System

Creates an instance of a HyvesService with the specified application and infinite session information.

HyvesService ( string consumerKey, string consumerSecret, List methods, string token, string tokenSecret, string userId ) : System

Creates an instance of a HyvesService with the specified application and infinite session information.

Method Details

HyvesService() public méthode

Initializes an instance of a HyvesService with the specified session.
public HyvesService ( HyvesSession session ) : System
session Hyves.Service.Core.HyvesSession The session associated with requests issued to the service.
Résultat System

HyvesService() public méthode

Creates an instance of a HyvesService with the specified application and infinite session information.
public HyvesService ( string consumerKey, string consumerSecret, List methods ) : System
consumerKey string The consumer-key used as an Consumer key.
consumerSecret string The consumer secret used to sign requests.
methods List The methods supported in this application.
Résultat System

HyvesService() public méthode

Creates an instance of a HyvesService with the specified application and infinite session information.
public HyvesService ( string consumerKey, string consumerSecret, List methods, string token, string tokenSecret, string userId ) : System
consumerKey string The consumer-key used as an Consumer key.
consumerSecret string The consumer secret used to sign requests.
methods List The methods supported in this application.
token string The previously saved access token.
tokenSecret string The previously saved access token secret.
userId string The user Id associated with the access token.
Résultat System