Packagecom.milkmangames.nativeextensions.ios
Classpublic class GVFacebookFriend
InheritanceGVFacebookFriend Inheritance Object

Facebook Friend



Public Properties
 PropertyDefined By
  bio : String
[read-only] Bio
GVFacebookFriend
  gender : String
[read-only] Gender
GVFacebookFriend
  id : String
Friend Facebook ID
GVFacebookFriend
  installed : Boolean
[read-only] True if they have your app installed (must have come from a request with an 'installed' field property or will return false)
GVFacebookFriend
  link : String
[read-only] Profile Link
GVFacebookFriend
  locationName : String
[read-only] Location Name
GVFacebookFriend
  name : String
Friend Display Name
GVFacebookFriend
  properties : Object
A generic Object with any other key/values for this user
GVFacebookFriend
Public Methods
 MethodDefined By
  
GVFacebookFriend(name:String, id:String, extras:Object)
Create New GVFacebookFriend
GVFacebookFriend
  
email():String
Email
GVFacebookFriend
  
getPropertyString(property:String):String
Retrieve a particular property for this facebook User.
GVFacebookFriend
  
toString():String
Return String Representation
GVFacebookFriend
Property Detail
bioproperty
bio:String  [read-only]

Bio


Implementation
    public function get bio():String
genderproperty 
gender:String  [read-only]

Gender


Implementation
    public function get gender():String
idproperty 
public var id:String

Friend Facebook ID

installedproperty 
installed:Boolean  [read-only]

True if they have your app installed (must have come from a request with an 'installed' field property or will return false)


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

Profile Link


Implementation
    public function get link():String
locationNameproperty 
locationName:String  [read-only]

Location Name


Implementation
    public function get locationName():String
nameproperty 
public var name:String

Friend Display Name

propertiesproperty 
public var properties:Object

A generic Object with any other key/values for this user

Constructor Detail
GVFacebookFriend()Constructor
public function GVFacebookFriend(name:String, id:String, extras:Object)

Create New GVFacebookFriend

Parameters
name:String
 
id:String
 
extras:Object
Method Detail
email()method
public function email():String

Email

Returns
String
getPropertyString()method 
public function getPropertyString(property:String):String

Retrieve a particular property for this facebook User.

Parameters

property:String — the name of the property you wish to retrieve (for instance, "link")

Returns
String — the property as a string, if it is available. Otherwise, null.
toString()method 
public function toString():String

Return String Representation

Returns
String