Packagecom.facebook.graph.data.api.checkin
Classpublic class FacebookCheckin
InheritanceFacebookCheckin Inheritance AbstractFacebookGraphObject

A checkin.

See also

http://developers.facebook.com/docs/reference/api/checkin


Public Properties
 PropertyDefined 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
 Inheritedid : 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
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  tags : Array
The users the author tagged in the checkin.
FacebookCheckin
Public Methods
 MethodDefined 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
Protected Methods
 MethodDefined by
  
setPropertyValue(property:String, value:*):void
FacebookCheckin
Property detail
applicationproperty
public var application:FacebookApplication

Information about the application that made the checkin.

created_timeproperty 
public var created_time:Date

The time the checkin was created.

fromproperty 
public var from:FacebookUser

The ID and name of the user who made the checkin.

messageproperty 
public var message:String

The message the user added to the checkin.

placeproperty 
public var place:FacebookPage

Information about the Facebook Page that represents the location of the checkin.

tagsproperty 
public var tags:Array

The users the author tagged in the checkin.

Constructor detail
FacebookCheckin()constructor
public function FacebookCheckin()

Creates a new FacebookCheckin.

Method detail
fromJSON()method
public static function fromJSON(result:Object):FacebookCheckin

Populates and returns a new FacebookCheckin from a decoded JSON object.

Parameters
result:Object — A decoded JSON object.

Returns
FacebookCheckin — A new FacebookCheckin.
setPropertyValue()method 
protected override function setPropertyValue(property:String, value:*):void

Parameters
property:String
 
value:*
toString()method 
public override function toString():String

Provides the string value of the graph object.

Returns
String — The string value of the graph object.