| Package | com.facebook.graph.data.api.checkin |
| Class | public class FacebookCheckin |
| Inheritance | FacebookCheckin AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| application : FacebookApplication
Information about the application that made the checkin.
| FacebookCheckin | ||
| created_time : Date
The time the checkin was created.
| FacebookCheckin | ||
| from : FacebookUser
The ID and name of the user who made the checkin.
| FacebookCheckin | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| message : String
The message the user added to the checkin.
| FacebookCheckin | ||
| place : FacebookPage
Information about the Facebook Page that represents the location of the checkin.
| FacebookCheckin | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| tags : Array
The users the author tagged in the checkin.
| FacebookCheckin | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookCheckin.
| FacebookCheckin | ||
|
fromJSON(result:Object):FacebookCheckin
[static]
Populates and returns a new FacebookCheckin from a decoded JSON object.
| FacebookCheckin | ||
|
toString():String
Provides the string value of the graph object.
| FacebookCheckin | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookCheckin | ||
| application | property |
public var application:FacebookApplicationInformation about the application that made the checkin.
| created_time | property |
public var created_time:DateThe time the checkin was created.
| from | property |
public var from:FacebookUserThe ID and name of the user who made the checkin.
| message | property |
public var message:StringThe message the user added to the checkin.
| place | property |
public var place:FacebookPageInformation about the Facebook Page that represents the location of the checkin.
| tags | property |
public var tags:ArrayThe users the author tagged in the checkin.
| FacebookCheckin | () | constructor |
public function FacebookCheckin()Creates a new FacebookCheckin.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookCheckinPopulates and returns a new FacebookCheckin from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookCheckin —
A new FacebookCheckin.
|
| 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.
|