Packagecom.distriqt.extension.facebook.login
Classpublic class Profile
InheritanceProfile Inheritance Object



Public Properties
 PropertyDefined By
  firstName : String = null
The first name of the profile.
Profile
  id : String
The id of the profile
Profile
  lastName : String = null
The last name of the profile.
Profile
  linkUrl : String = null
The link for this profile.
Profile
  middleName : String = null
The middle name of the profile.
Profile
  name : String = null
The name of the profile.
Profile
  pictureUrl : String
The Uri of the default 256x256 profile picture
Profile
Public Methods
 MethodDefined By
  
Constructor
Profile
Property Detail
firstNameproperty
public var firstName:String = null

The first name of the profile. Can be null

idproperty 
public var id:String

The id of the profile

lastNameproperty 
public var lastName:String = null

The last name of the profile. Can be null

linkUrlproperty 
public var linkUrl:String = null

The link for this profile. Can be null

middleNameproperty 
public var middleName:String = null

The middle name of the profile. Can be null

nameproperty 
public var name:String = null

The name of the profile. Can be null

pictureUrlproperty 
public var pictureUrl:String

The Uri of the default 256x256 profile picture

Constructor Detail
Profile()Constructor
public function Profile()

Constructor