An object represnting a facebook page
The GraphApi reference page for this object:
[!:https://developers.facebook.com/docs/reference/api/page/]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
[SerializableAttribute] public class Page : FacebookObject |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Page _ Inherits FacebookObject |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Page : public FacebookObject |
Remarks
Pages may contain category-specific fields.
To read a Page object, issue an HTTP GET request to /CHECKIN_ID with one of the above permissions.
.NET Framework Security
| Permission | Description |
|---|---|
| Access to certain Pages may be restricted based on demographic information such as the current user's age or location. Access may also be restricted to only a Page's administrators. |
Inheritance Hierarchy
System..::..Object
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..Page
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..Page