Packagecom.myflashlab.air.extensions.fb
Classpublic class Profile
InheritanceProfile Inheritance Object

This class represents a basic Facebook profile.



Public Properties
 PropertyDefined By
  firstName : String
[read-only] Getter for the first name of the profile.
Profile
  id : String
[read-only] Getter for the id of the profile.
Profile
  lastName : String
[read-only] Getter for the last name of the profile.
Profile
  link : String
[read-only] Getter for the link of the profile.
Profile
  middleName : String
[read-only] Getter for the middle name of the profile.
Profile
  name : String
[read-only] Getter for the name of the profile.
Profile
  picture : String
[read-only] Getter for the Url of the profile picture.
Profile
Property Detail
firstNameproperty
firstName:String  [read-only]

Getter for the first name of the profile.


Implementation
    public function get firstName():String
idproperty 
id:String  [read-only]

Getter for the id of the profile.


Implementation
    public function get id():String
lastNameproperty 
lastName:String  [read-only]

Getter for the last name of the profile.


Implementation
    public function get lastName():String
linkproperty 
link:String  [read-only]

Getter for the link of the profile.


Implementation
    public function get link():String
middleNameproperty 
middleName:String  [read-only]

Getter for the middle name of the profile.


Implementation
    public function get middleName():String
nameproperty 
name:String  [read-only]

Getter for the name of the profile.


Implementation
    public function get name():String
pictureproperty 
picture:String  [read-only]

Getter for the Url of the profile picture.


Implementation
    public function get picture():String