Show / Hide Table of Contents

Class FacebookRequest

Inheritance
object
FacebookRequest
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.ClientCapability
Assembly: DotNetNuke.dll
Syntax
public class FacebookRequest

Constructors

FacebookRequest()

Declaration
public FacebookRequest()

Properties

Algorithm

Declaration
public string Algorithm { get; set; }
Property Value
Type Description
string

AppData

Declaration
public string AppData { get; set; }
Property Value
Type Description
string

Expires

Declaration
public DateTime Expires { get; set; }
Property Value
Type Description
DateTime

IsValid

Declaration
public bool IsValid { get; set; }
Property Value
Type Description
bool

IssuedAt

Declaration
public DateTime IssuedAt { get; set; }
Property Value
Type Description
DateTime

OauthToken

Declaration
public string OauthToken { get; set; }
Property Value
Type Description
string

PageId

Declaration
public string PageId { get; set; }
Property Value
Type Description
string

PageLiked

Declaration
public bool PageLiked { get; set; }
Property Value
Type Description
bool

PageUserAdmin

Declaration
public bool PageUserAdmin { get; set; }
Property Value
Type Description
bool

ProfileId

Declaration
public long ProfileId { get; set; }
Property Value
Type Description
long

RawSignedRequest

Declaration
public string RawSignedRequest { get; set; }
Property Value
Type Description
string

UserCountry

Declaration
public string UserCountry { get; set; }
Property Value
Type Description
string

UserID

Declaration
public string UserID { get; set; }
Property Value
Type Description
string

UserLocale

Declaration
public string UserLocale { get; set; }
Property Value
Type Description
string

UserMaxAge

Declaration
public long UserMaxAge { get; set; }
Property Value
Type Description
long

UserMinAge

Declaration
public long UserMinAge { get; set; }
Property Value
Type Description
long

Methods

IsValidSignature(string)

Declaration
public bool IsValidSignature(string secretKey)
Parameters
Type Name Description
string secretKey
Returns
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS