Page Members

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

The Page type exposes the following members.

Constructors

  Name Description
Public method Page
Initializes a new instance of the Page class

Methods

  Name Description
Public method CreateEvent
Create a new Event on behalf of the loggedin user for the page
Protected method CreateOrGetCollection<(Of <<'(T>)>>) (Inherited from FacebookObject.)
Protected method DeleteObject (Inherited from FacebookObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Fetch(String)
Retrieve the relevant data of the object from facebook server, according to the requested fields
(Inherited from FacebookObject.)
Public method Fetch(DynamicWrapper..::..eLoadOptions)
Retrieve the relevant data of the object from facebook server, according to the requested [!:eLoadOptions]
(Inherited from FacebookObject.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetWrapped<(Of <<'(T>)>>) (Inherited from DynamicWrapper.)
Protected method InitializeAfterSet (Overrides DynamicWrapper..::..InitializeAfterSet()()()().)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method PostLink
Posts a Link on behalf of the loggedin user to this page's wall
Public method PostPhoto(String, String, String)
Posts a photo on behalf of the loggedin user to this page's wall
Public method PostPhoto(array<Byte>[]()[][], String, String, String)
Posts a photo on behalf of the loggedin user to this page's wall
Public method PostStatus
Posts a Status text on behalf of the loggedin user to this page's wall
Protected method RetrieveCollection<(Of <<'(T>)>>) (Inherited from FacebookObject.)
Public method ToString

If s_UseForamttedToStrings is set to true, returns return string.Format("Name: {0}, URL: {1}", Name, URL);

otherwise, return ToString()()()()

(Overrides Object..::..ToString()()()().)
Public method WrapOrGet<(Of <<'(T>)>>) (Inherited from DynamicWrapper.)

Fields

  Name Description
Protected field m_DynamicData (Inherited from DynamicWrapper.)
Public field Static member sr_FieldsToLoad

Properties

  Name Description
Public property AccessToken
Gets the Page admin access_token
Public property Admins
Gets the list of the Page's Admins (User objects).
Public property Albums
Gets the photo Albums of this page
Public property Category
Gets the the Page's category
Public property Checkins
Gets the Checkins made to this Place Page by the current user, and friends of the current user
Public property CheckinsCount
Gets the number of likes
Public property Cover
Gets the Cover photo of the Page
Public property Description
Gets the the Page's category
Public property Events
Gets the Event this page is attending.
Protected property FieldsToLoad (Overrides DynamicWrapper..::..FieldsToLoad.)
Public property Id
The id of the current facebook object
(Inherited from FacebookObject.)
Public property IsCommunityPage
Gets weather the page is a communtiy page or not
Public property IsPublished
Gets weather the page was published or not
Public property LikesCount
Gets the number of likes
Public property LoadState (Inherited from DynamicWrapper.)
Public property Location
Gets the Location of the Page
Public property LoggedInUserCanPost
Gets weather the current logged-in user can post on this page
Public property Name
Gets the name of the page
Public property Phone
Gets the phone number (not always normalized for country code) for the Page
Public property PhotosTaggedIn
Gets the Photos, in which the Page has been tagged.
Public property PictureURL
Gets the Link to the Page's profile picture
Public property PostedLinks
Gets The pages's posted Links.
Public property Posts
Gets the pages's own Posts
Public property Statuses
Gets The page's Status updates
Public property TalkingAboutCount
Gets the number of likes
Public property UploadedPhotos
Gets The Page's uploaded Photos
Public property URL
Gets the URL of the page on Facebook
Public property VideosUploaded
Gets the Videos the Page has uploaded
Public property WallPosts
Gets the page's wall as a collection of Post objects
Public property Website
Gets the link to the external website for the page

See Also