| Package | com.facebook.graph.data.api.photo |
| Class | public class FacebookPhoto |
| Inheritance | FacebookPhoto AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| created_time : Date
The time the photo was initially published.
| FacebookPhoto | ||
| from : Object
The profile (user or page) that posted this photo.
| FacebookPhoto | ||
| height : int
The height of the photo in pixels.
| FacebookPhoto | ||
| icon : String
The icon that Facebook displays when photos are published to the Feed.
| FacebookPhoto | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| link : String
A link to the photo on Facebook.
| FacebookPhoto | ||
| name : String
The caption given to this photo.
| FacebookPhoto | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| source : String
The full-sized source of the photo.
| FacebookPhoto | ||
| tags : Array
The tagged users and their positions in this photo.
| FacebookPhoto | ||
| updated_time : Date
The last time the photo or its caption was updated.
| FacebookPhoto | ||
| width : int
The width of the photo in pixels.
| FacebookPhoto | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookPhoto.
| FacebookPhoto | ||
|
fromJSON(result:Object):FacebookPhoto
[static]
Populates and returns a new FacebookPhoto from a decoded JSON object.
| FacebookPhoto | ||
|
toString():String
Provides the string value of the graph object.
| FacebookPhoto | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookPhoto | ||
| created_time | property |
public var created_time:DateThe time the photo was initially published.
| from | property |
public var from:ObjectThe profile (user or page) that posted this photo.
| height | property |
public var height:intThe height of the photo in pixels.
| icon | property |
public var icon:StringThe icon that Facebook displays when photos are published to the Feed.
| link | property |
public var link:StringA link to the photo on Facebook.
| name | property |
public var name:StringThe caption given to this photo.
| source | property |
public var source:StringThe full-sized source of the photo.
| tags | property |
public var tags:ArrayThe tagged users and their positions in this photo.
| updated_time | property |
public var updated_time:DateThe last time the photo or its caption was updated.
| width | property |
public var width:intThe width of the photo in pixels.
| FacebookPhoto | () | constructor |
public function FacebookPhoto()Creates a new FacebookPhoto.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookPhotoPopulates and returns a new FacebookPhoto from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookPhoto —
A new FacebookPhoto.
|
| 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.
|