Class FacebookRequest
Inheritance
FacebookRequest
Assembly: DotNetNuke.dll
Syntax
public class FacebookRequest
Constructors
FacebookRequest()
Declaration
Properties
Algorithm
Declaration
public string Algorithm { get; set; }
Property Value
AppData
Declaration
public string AppData { get; set; }
Property Value
Expires
Declaration
public DateTime Expires { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
IssuedAt
Declaration
public DateTime IssuedAt { get; set; }
Property Value
OauthToken
Declaration
public string OauthToken { get; set; }
Property Value
PageId
Declaration
public string PageId { get; set; }
Property Value
PageLiked
Declaration
public bool PageLiked { get; set; }
Property Value
PageUserAdmin
Declaration
public bool PageUserAdmin { get; set; }
Property Value
ProfileId
Declaration
public long ProfileId { get; set; }
Property Value
RawSignedRequest
Declaration
public string RawSignedRequest { get; set; }
Property Value
UserCountry
Declaration
public string UserCountry { get; set; }
Property Value
UserID
Declaration
public string UserID { get; set; }
Property Value
UserLocale
Declaration
public string UserLocale { get; set; }
Property Value
UserMaxAge
Declaration
public long UserMaxAge { get; set; }
Property Value
UserMinAge
Declaration
public long UserMinAge { get; set; }
Property Value
Methods
IsValidSignature(string)
Declaration
public bool IsValidSignature(string secretKey)
Parameters
Type |
Name |
Description |
string |
secretKey |
|
Returns
Extension Methods