FacebookRequest property is filled when request is coming though Facebook iFrame (e.g. fan pages).
Namespace: DotNetNuke.Services.ClientCapabilityAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
FacebookRequest FacebookRequest { get; set; } |
Visual Basic |
---|
Property FacebookRequest As FacebookRequest Get Set |
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.
Most of the properties in IClientCapability doesnot apply to Facebook