Packagecom.facebook.graph.data.api.user
Classpublic class FacebookUser
InheritanceFacebookUser Inheritance AbstractFacebookGraphObject

A user profile.

See also

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


Public Properties
 PropertyDefined by
  about : String
The blurb that appears under the user's profile picture.
FacebookUser
  bio : String
The user's biography.
FacebookUser
  birthday : String
The user's birthday.
FacebookUser
  education : Array
A list of the user's education history.
FacebookUser
  email : String
The proxied or contact email address granted by the user.
FacebookUser
  first_name : String
The user's first name.
FacebookUser
  gender : String
The user's gender.
FacebookUser
  hometown : Object
The user's hometown.
FacebookUser
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  interested_in : String
The genders the user is interested in.
FacebookUser
  last_name : String
The user's last name.
FacebookUser
  link : String
A link to the user's profile.
FacebookUser
  locale : String
The user's locale.
FacebookUser
  location : Object
The user's current location.
FacebookUser
  meeting_for : String
The types of relationships the user is seeking.
FacebookUser
  name : String
The user's full name.
FacebookUser
  picture : String
The user's profile picture.
FacebookUser
  political : String
The user's political view.
FacebookUser
  quotes : String
The user's favorite quotes.
FacebookUser
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  relationship_status : String
The user's relationship status.
FacebookUser
  religion : String
The user's religion.
FacebookUser
  significant_other : FacebookUser
The user's significant other.
FacebookUser
  third_party_id : String
An anonymous, but unique identifier for the user.
FacebookUser
  timezone : Number
The user's timezone offset from UTC.
FacebookUser
  updated_time : Date
The last time the user's profile was updated.
FacebookUser
  username : String
The user's Facebook username.
FacebookUser
  verified : Boolean
The user's account verification status.
FacebookUser
  website : String
The URL of the user's personal website.
FacebookUser
  work : Array
A list of the user's work history.
FacebookUser
Public Methods
 MethodDefined by
  
Creates a new FacebookUser.
FacebookUser
  
fromJSON(result:Object):FacebookUser
[static] Populates and returns a new FacebookUser from a decoded JSON object.
FacebookUser
  
toString():String
Provides the string value of the graph object.
FacebookUser
Protected Methods
 MethodDefined by
  
setPropertyValue(property:String, value:*):void
FacebookUser
Property detail
aboutproperty
public var about:String

The blurb that appears under the user's profile picture.

bioproperty 
public var bio:String

The user's biography.

birthdayproperty 
public var birthday:String

The user's birthday.

educationproperty 
public var education:Array

A list of the user's education history.

emailproperty 
public var email:String

The proxied or contact email address granted by the user.

first_nameproperty 
public var first_name:String

The user's first name.

genderproperty 
public var gender:String

The user's gender.

hometownproperty 
public var hometown:Object

The user's hometown.

interested_inproperty 
public var interested_in:String

The genders the user is interested in.

last_nameproperty 
public var last_name:String

The user's last name.

linkproperty 
public var link:String

A link to the user's profile.

localeproperty 
public var locale:String

The user's locale.

locationproperty 
public var location:Object

The user's current location.

meeting_forproperty 
public var meeting_for:String

The types of relationships the user is seeking.

nameproperty 
public var name:String

The user's full name.

pictureproperty 
public var picture:String

The user's profile picture.

politicalproperty 
public var political:String

The user's political view.

quotesproperty 
public var quotes:String

The user's favorite quotes.

relationship_statusproperty 
public var relationship_status:String

The user's relationship status.

religionproperty 
public var religion:String

The user's religion.

significant_otherproperty 
public var significant_other:FacebookUser

The user's significant other.

third_party_idproperty 
public var third_party_id:String

An anonymous, but unique identifier for the user.

timezoneproperty 
public var timezone:Number

The user's timezone offset from UTC.

updated_timeproperty 
public var updated_time:Date

The last time the user's profile was updated.

usernameproperty 
public var username:String

The user's Facebook username.

verifiedproperty 
public var verified:Boolean

The user's account verification status.

websiteproperty 
public var website:String

The URL of the user's personal website.

workproperty 
public var work:Array

A list of the user's work history.

Constructor detail
FacebookUser()constructor
public function FacebookUser()

Creates a new FacebookUser.

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

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

Parameters
result:Object — A decoded JSON object.

Returns
FacebookUser — A new FacebookUser.
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.