Packagecom.facebook.graph.data.api.group
Classpublic class FacebookGroup
InheritanceFacebookGroup Inheritance AbstractFacebookGraphObject

A Facebook group.

See also

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


Public Properties
 PropertyDefined by
  description : String
A brief description of the group.
FacebookGroup
  icon : String
The URL for the group's icon.
FacebookGroup
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  link : String
The URL for the group's website.
FacebookGroup
  name : String
The name of the group.
FacebookGroup
  owner : Object
The profile that created this group.
FacebookGroup
  privacy : String
The privacy setting of the group.
FacebookGroup
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  updated_time : Date
The last time the group was updated.
FacebookGroup
Public Methods
 MethodDefined by
  
Creates a new FacebookGroup.
FacebookGroup
  
fromJSON(result:Object):FacebookGroup
[static] Populates and returns a new FacebookGroup from a decoded JSON object.
FacebookGroup
  
toString():String
Provides the string value of the graph object.
FacebookGroup
Property detail
descriptionproperty
public var description:String

A brief description of the group.

iconproperty 
public var icon:String

The URL for the group's icon.

linkproperty 
public var link:String

The URL for the group's website.

nameproperty 
public var name:String

The name of the group.

ownerproperty 
public var owner:Object

The profile that created this group.

privacyproperty 
public var privacy:String

The privacy setting of the group.

updated_timeproperty 
public var updated_time:Date

The last time the group was updated.

Constructor detail
FacebookGroup()constructor
public function FacebookGroup()

Creates a new FacebookGroup.

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

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

Parameters
result:Object — A decoded JSON object.

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

Provides the string value of the graph object.

Returns
String — The string value of the graph object.