Packagecom.facebook.graph.data.api.note
Classpublic class FacebookNote
InheritanceFacebookNote Inheritance AbstractFacebookGraphObject

A Facebook note.

See also

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


Public Properties
 PropertyDefined by
  created_time : Date
The time the note was initially published.
FacebookNote
  from : Object
The profile that created the note.
FacebookNote
  icon : String
The icon that Facebook displays with notes.
FacebookNote
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  message : String
The content of the note.
FacebookNote
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  subject : String
The title of the note.
FacebookNote
  updated_time : Date
The time the note was last updated.
FacebookNote
Public Methods
 MethodDefined by
  
Creates a new FacebookNote.
FacebookNote
  
fromJSON(result:Object):FacebookNote
[static] Populates and returns a new FacebookNote from a decoded JSON object.
FacebookNote
  
toString():String
Provides the string value of the graph object.
FacebookNote
Property detail
created_timeproperty
public var created_time:Date

The time the note was initially published.

fromproperty 
public var from:Object

The profile that created the note.

iconproperty 
public var icon:String

The icon that Facebook displays with notes.

messageproperty 
public var message:String

The content of the note.

subjectproperty 
public var subject:String

The title of the note.

updated_timeproperty 
public var updated_time:Date

The time the note was last updated.

Constructor detail
FacebookNote()constructor
public function FacebookNote()

Creates a new FacebookNote.

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

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

Parameters
result:Object — A decoded JSON object.

Returns
FacebookNote — A new FacebookNote.
toString()method 
public override function toString():String

Provides the string value of the graph object.

Returns
String — The string value of the graph object.