Event Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Specifies information about an event, including the location, event name, and which invitees plan to attend. The User, Page, and Application objects have an events connection The GraphApi reference page for this object: [!:https://developers.facebook.com/docs/reference/api/event/]

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
[SerializableAttribute]
public class Event : FacebookObject
Visual Basic
<SerializableAttribute> _
Public Class Event _
	Inherits FacebookObject
Visual C++
[SerializableAttribute]
public ref class Event : public FacebookObject

Remarks

To read an Event, you need: - a generic access_token for public events (those whose privacy is set to OPEN) - the user_events permission for non-public events - the friends_events permission for non-public events of the user's friends

Inheritance Hierarchy

See Also