[This is preliminary documentation and is subject to change.]

The FacebookHttpRequest type exposes the following members.

Constructors

  NameDescription
FacebookHttpRequestOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Init
A static initializer for FacebookHttpRequest.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Merge
Copies data from the specified HttpContext object into the FacebookHttpRequest object.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Current
Gets a reference to the FacebookHttpRequest object for the current HTTP request.
InCanvas
Gets a Boolean value representing whether the current HTTP request came from the Facebook Canvas.
InProfileTab
Gets a Boolean value representing whether the current HTTP request came from a Profile Tab.
IsLoggedOutOfFacebook
Gets a Boolean value representing whether the current user is not logged into Facebook.
IsPageAdded
Gets a Boolean value representing whether the Page has added the current application if the HTTP request is on the behalf of a Page.
IsReady
Gets a value representing whether all Facebook HTTP objects have been initialized for the current HTTP request.
PageId
Gets the id of the Page if the HTTP request is on the behalf of a Page.
ProfileSessionKey
Gets the session key for the profile owner which must be used to render the user's profile tab content.
ProfileUserId
Gets the UID of the Facebook user that is the owner of the profile for requests coming from a Profile Tab.
Uid
Gets the UID of the user making the request.

See Also

FacebookHttpRequest Class
Facebook.Web Namespace