C# Class Facebook.FacebookOAuthResult

Represents the authentication result of Facebook.
Mostra file Open project: liquidboy/X Class Usage Examples

Private Properties

Property Type Description
FacebookOAuthResult System

Protected Methods

Method Description
FacebookOAuthResult ( ) : System

Initializes a new instance of the FacebookOAuthResult class.

Private Methods

Method Description
FacebookOAuthResult ( object>.IDictionary parameters ) : System

Initializes a new instance of the FacebookOAuthResult class.

The values of parameters should not be url encoded.

Method Details

FacebookOAuthResult() protected method

Initializes a new instance of the FacebookOAuthResult class.
protected FacebookOAuthResult ( ) : System
return System