Packagecom.facebook.graph.data.api.event
Classpublic class FacebookEvent
InheritanceFacebookEvent Inheritance AbstractFacebookGraphObject

Specifies information about an event, including the location, event name, and which invitees plan to attend.

See also

http://developers.facebook.com/docs/reference/api/event


Public Properties
 PropertyDefined by
  description : String
The long-form description of the event.
FacebookEvent
  end_time : Date
The end time of the event, as you want it to be displayed on facebook.
FacebookEvent
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  location : String
The location for this event.
FacebookEvent
  name : String
The event title.
FacebookEvent
  owner : Object
The profile that created the event.
FacebookEvent
  privacy : String
The visibility of this event.
FacebookEvent
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  start_time : Date
The start time of the event, as you want it to be displayed on facebook.
FacebookEvent
  updated_time : Date
The last time the event was updated.
FacebookEvent
  venue : FacebookLocation
The location of this event.
FacebookEvent
Public Methods
 MethodDefined by
  
Creates a new FacebookEvent.
FacebookEvent
  
fromJSON(result:Object):FacebookEvent
[static] Populates and returns a new FacebookEvent from a decoded JSON object.
FacebookEvent
  
toString():String
Provides the string value of the graph object.
FacebookEvent
Protected Methods
 MethodDefined by
  
setPropertyValue(property:String, value:*):void
FacebookEvent
Property detail
descriptionproperty
public var description:String

The long-form description of the event.

end_timeproperty 
public var end_time:Date

The end time of the event, as you want it to be displayed on facebook.

locationproperty 
public var location:String

The location for this event.

nameproperty 
public var name:String

The event title.

ownerproperty 
public var owner:Object

The profile that created the event.

privacyproperty 
public var privacy:String

The visibility of this event.

start_timeproperty 
public var start_time:Date

The start time of the event, as you want it to be displayed on facebook.

updated_timeproperty 
public var updated_time:Date

The last time the event was updated.

venueproperty 
public var venue:FacebookLocation

The location of this event.

Constructor detail
FacebookEvent()constructor
public function FacebookEvent()

Creates a new FacebookEvent.

Method detail
fromJSON()method
public static function fromJSON(result:Object):FacebookEvent

Populates and returns a new FacebookEvent from a decoded JSON object.

Parameters
result:Object — A decoded JSON object.

Returns
FacebookEvent — A new FacebookEvent.
setPropertyValue()method 
protected override function setPropertyValue(property:String, value:*):void

Parameters
property:String
 
value:*
toString()method 
public override function toString():String

Provides the string value of the graph object.

Returns
String — The string value of the graph object.