Packagecom.marpies.ane.facebook.data
Classpublic class BasicUserProfile
InheritanceBasicUserProfile Inheritance Object
Subclasses ExtendedUserProfile

Provides access to basic user's properties shortly after logging the user into Facebook. This profile is available by default and does not need to be explicitly requested.



Public Properties
 PropertyDefined By
  firstName : String
[read-only] User's first name.
BasicUserProfile
  id : String
[read-only] User's ID.
BasicUserProfile
  lastName : String
[read-only] User's last name.
BasicUserProfile
  linkURI : String
[read-only] Link to user's Facebook profile.
BasicUserProfile
  middleName : String
[read-only] User's middle name.
BasicUserProfile
  name : String
[read-only] User's full name.
BasicUserProfile
Property Detail
firstNameproperty
firstName:String  [read-only]

User's first name. Can be null.


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

User's ID.


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

User's last name. Can be null.


Implementation
    public function get lastName():String
linkURIproperty 
linkURI:String  [read-only]

Link to user's Facebook profile. Can be null.


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

User's middle name. Can be null.


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

User's full name. Can be null.


Implementation
    public function get name():String