FacebookRequest property is filled when request is coming though Facebook iFrame (e.g. fan pages).

Namespace: DotNetNuke.Services.ClientCapability
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public FacebookRequest FacebookRequest { get; set; }
Visual Basic
Public Property FacebookRequest As FacebookRequest
	Get
	Set

Implements

IClientCapability..::..FacebookRequest

Remarks

FacebookRequest property is populated based on data in "signed_request" headers coming from Facebook. In order to ensure request is coming from Facebook, FacebookRequest.IsValidSignature method should be called with the secrety key provided by Facebook.

See Also