| Package | com.facebook.graph.data.api.user |
| Class | public class FacebookUser |
| Inheritance | FacebookUser AbstractFacebookGraphObject |
See also
| Property | Defined 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 | ||
![]() | id : 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 | ||
![]() | rawResult : 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 | ||
| Method | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookUser | ||
| about | property |
public var about:StringThe blurb that appears under the user's profile picture.
| bio | property |
public var bio:StringThe user's biography.
| birthday | property |
public var birthday:StringThe user's birthday.
| education | property |
public var education:ArrayA list of the user's education history.
| property |
public var email:StringThe proxied or contact email address granted by the user.
| first_name | property |
public var first_name:StringThe user's first name.
| gender | property |
public var gender:StringThe user's gender.
| hometown | property |
public var hometown:ObjectThe user's hometown.
| interested_in | property |
public var interested_in:StringThe genders the user is interested in.
| last_name | property |
public var last_name:StringThe user's last name.
| link | property |
public var link:StringA link to the user's profile.
| locale | property |
public var locale:StringThe user's locale.
| location | property |
public var location:ObjectThe user's current location.
| meeting_for | property |
public var meeting_for:StringThe types of relationships the user is seeking.
| name | property |
public var name:StringThe user's full name.
| picture | property |
public var picture:StringThe user's profile picture.
| political | property |
public var political:StringThe user's political view.
| quotes | property |
public var quotes:StringThe user's favorite quotes.
| relationship_status | property |
public var relationship_status:StringThe user's relationship status.
| religion | property |
public var religion:StringThe user's religion.
| significant_other | property |
public var significant_other:FacebookUserThe user's significant other.
| third_party_id | property |
public var third_party_id:StringAn anonymous, but unique identifier for the user.
| timezone | property |
public var timezone:NumberThe user's timezone offset from UTC.
| updated_time | property |
public var updated_time:DateThe last time the user's profile was updated.
| username | property |
public var username:StringThe user's Facebook username.
| verified | property |
public var verified:BooleanThe user's account verification status.
| website | property |
public var website:StringThe URL of the user's personal website.
| work | property |
public var work:ArrayA list of the user's work history.
| FacebookUser | () | constructor |
public function FacebookUser()Creates a new FacebookUser.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookUserPopulates and returns a new FacebookUser from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookUser —
A new FacebookUser.
|
| setPropertyValue | () | method |
protected override function setPropertyValue(property:String, value:*):voidParameters
property:String |
|
value:* |
| toString | () | method |
public override function toString():StringProvides the string value of the graph object.
ReturnsString — The string value of the graph object.
|