Represents a associative link between two IDs that will be associated.
Represents a associative link between two IDs that will be associated. Associations are allow an application to retrieve stored data. A common association is between the user's Facebook ID and an ID belonging to a "row" of data that has been added to the Facebook data store (i.e., the Facebook database).
Located in /WMSFacebookDataStoreAssociationLink.php (line 22)
WMSFacebookObject | --WMSFacebookDataStoreAssociationLink
Inherited from WMSFacebookObject
WMSFacebookObject::$ASSOCATION_TYPE_ASYMMETRIC
WMSFacebookObject::$ASSOCATION_TYPE_DIRECTED
WMSFacebookObject::$ASSOCATION_TYPE_SYMMETRIC
WMSFacebookObject::$ERROR_OBJECT_EXISTS
WMSFacebookObject::$ERROR_OBJECT_NOT_FOUND
WMSFacebookObject::$OBJECT_TYPE_BINARY
WMSFacebookObject::$OBJECT_TYPE_INTEGER
WMSFacebookObject::$OBJECT_TYPE_STRING
Creates a new instance of an association link with a given name.
Creates a new instance of an association link with a given name.
Stores an association between two Facebook identifiers ($id1, $id2) in Facebook's Data Store. the current date and time if not explicitly set.
Stores an association between two Facebook identifiers ($id1, $id2) in Facebook's Data Store. The optional timestamp parameter will be set to the current date and time if not explicitly set.
Defines a new association link.
Defines a new association link.
Removes this association link and all associations from the data store.
Removes this association link and all associations from the data store.
Given a Facebook ID ($id), this method returns all the IDs that have been associated with $id.
Given a Facebook ID ($id), this method returns all the IDs that have been associated with $id.
Inherited From WMSFacebookObject
WMSFacebookObject::WMSFacebookObject()
WMSFacebookObject::getFacebook()
WMSFacebookObject::getFacebookAPI()
Documentation generated on Mon, 17 Dec 2007 20:10:42 -0800 by phpDocumentor 1.4.0