[WMSFacebook] element index

All elements
a c d e g i l o r s w _
_
top
__toString
WMSFacebookDataStoreRow::__toString() in WMSFacebookDataStoreRow.php
__toString
WMSFacebookDataStoreProperty::__toString() in WMSFacebookDataStoreProperty.php
Returns a preformatted string containing the name and value of this property, separated by a full colon. so that empty values can be "seen".
a
top
$ASSOCATION_TYPE_ASYMMETRIC
Two-way, asymmetrical relationship.
$ASSOCATION_TYPE_DIRECTED
One-way relationship.
$ASSOCATION_TYPE_SYMMETRIC
Two-way, symmetrical relationship.
append
WMSFacebookDataStoreProperty::append() in WMSFacebookDataStoreProperty.php
Appends the name and value of this property to the end of the given array.
associate
WMSFacebookDataStoreAssociationLink::associate() in WMSFacebookDataStoreAssociationLink.php
Stores an association between two Facebook identifiers ($id1, $id2) in Facebook's Data Store. the current date and time if not explicitly set.
c
top
compress
WMSFacebookDataStore::compress() in WMSFacebookDataStore.php
Compresses the given data and makes it suitable for transmission over HTTP-based protocols. been compiled into PHP.
create
WMSFacebookDataStoreObject::create() in WMSFacebookDataStoreObject.php
Asks Facebook to create an object type based on the objectName for this instance.
create
WMSFacebookDataStoreProperty::create() in WMSFacebookDataStoreProperty.php
Asks Facebook to create an object type based on the objectName for this instance.
create
WMSFacebookDataStoreAssociationLink::create() in WMSFacebookDataStoreAssociationLink.php
Defines a new association link.
create
WMSFacebookDataStoreAssociation::create() in WMSFacebookDataStoreAssociation.php
Inserts this association from the data store.
createAssociationLink
Creates an association link of a given name, with respect to the two aliases. be an alias that represents the Facebook user's unique identifier.
createObjectType
WMSFacebookDataStore::createObjectType() in WMSFacebookDataStore.php
Creates an object type with the given name. if the object creation failed because it already exists. the error will be thrown to the calling code.
createPropertyBinary
WMSFacebookDataStoreObject::createPropertyBinary() in WMSFacebookDataStoreObject.php
Creates a data store property that contains a binary value. maximum length of the value is 64K.
createPropertyInteger
WMSFacebookDataStoreObject::createPropertyInteger() in WMSFacebookDataStoreObject.php
Creates a data store property that contains an integer value.
createPropertyString
WMSFacebookDataStoreObject::createPropertyString() in WMSFacebookDataStoreObject.php
Creates a data store property that contains a string value. length of the string is 256 characters.
d
top
decompress
WMSFacebookDataStore::decompress() in WMSFacebookDataStore.php
Decompresses the given data that was previously compressed with a call to compress.
drop
WMSFacebookDataStoreProperty::drop() in WMSFacebookDataStoreProperty.php
Asks Facebook to delete this property type. if the deletion failed because the property does not exist. the error will be thrown to the calling code.
drop
WMSFacebookDataStoreObject::drop() in WMSFacebookDataStoreObject.php
Asks Facebook to delete an object type with the given name. fail silently if the object deletion failed because it does not exist.
drop
WMSFacebookDataStoreAssociation::drop() in WMSFacebookDataStoreAssociation.php
Removes this association from the data store. remain valid.
drop
WMSFacebookDataStoreAssociationLink::drop() in WMSFacebookDataStoreAssociationLink.php
Removes this association link and all associations from the data store.
data-store.php
data-store.php in data-store.php
e
top
$ERROR_OBJECT_EXISTS
$ERROR_OBJECT_NOT_FOUND
g
top
getAssociatedObjects
WMSFacebookDataStoreAssociationLink::getAssociatedObjects() in WMSFacebookDataStoreAssociationLink.php
Given a Facebook ID ($id), this method returns all the IDs that have been associated with $id.
getFacebook
WMSFacebookObject::getFacebook() in WMSFacebookObject.php
Returns the handle to the Facebook instance.
getFacebookAPI
WMSFacebookObject::getFacebookAPI() in WMSFacebookObject.php
Helper method to get Facebook's API.
getFriend
getFriend() in WMSFacebookFriend.php
getId
WMSFacebookUser::getId() in WMSFacebookUser.php
Returns the unique identifier for the Facebook user represented by this instance.
getId
WMSFacebookDataStoreRow::getId() in WMSFacebookDataStoreRow.php
getImagePath
WMSFacebookApplication::getImagePath() in WMSFacebookApplication.php
Returns the subdirectory in which the images for the application can be found. subclasses should be programmed to provide the proper behaviour.
getObjectName
WMSFacebookDataStoreObject::getObjectName() in WMSFacebookDataStoreObject.php
getProperties
WMSFacebookDataStoreObject::getProperties() in WMSFacebookDataStoreObject.php
Returns the list of properties belonging to this data store object.
getUsers
WMSFacebookApplication::getUsers() in WMSFacebookApplication.php
Returns a list of users that have this application installed.
getValue
WMSFacebookDataStoreProperty::getValue() in WMSFacebookDataStoreProperty.php
Returns the value associated with this property.
getWMSFacebookApplication
getWMSFacebookDataStore
getWMSFacebookUser
i
top
image
WMSFacebookApplication::image() in WMSFacebookApplication.php
Echos an <img> tag to the document; includes width and height tags.
initFacebook
WMSFacebook::initFacebook() in WMSFacebook.php
initWMSFacebookApplication
initWMSFacebookDataStore
initWMSFacebookUser
insertProperties
WMSFacebookDataStoreObject::insertProperties() in WMSFacebookDataStoreObject.php
Creates a map of name/value pairs for insertion into the Facebook "table" associated with an instance of this class. an object that represents the row that was added.
isAdded
WMSFacebookApplication::isAdded() in WMSFacebookApplication.php
Indicates whether the current user has added this application.
l
top
login
WMSFacebook::login() in WMSFacebook.php
Authenticates the user's credentials. a valid instance of WMSFacebookUser. be redirected to Facebook.
o
top
$OBJECT_TYPE_BINARY
64KB BLOB
$OBJECT_TYPE_INTEGER
64-bit integer
$OBJECT_TYPE_STRING
256 characters
r
top
redirect
WMSFacebookApplication::redirect() in WMSFacebookApplication.php
Asks Facebook to redirect the user's browser to the given address.
s
top
select
WMSFacebookDataStoreRow::select() in WMSFacebookDataStoreRow.php
Retrieves a list of properties for a set of objects that have an ID matching the ID for this row.
setData
WMSFacebookDataStoreAssociation::setData() in WMSFacebookDataStoreAssociation.php
setFriend
setFriend() in WMSFacebookFriend.php
setId1
WMSFacebookDataStoreAssociation::setId1() in WMSFacebookDataStoreAssociation.php
setId2
WMSFacebookDataStoreAssociation::setId2() in WMSFacebookDataStoreAssociation.php
setImagePath
WMSFacebookApplication::setImagePath() in WMSFacebookApplication.php
Sets the subdirectory in which images for the application can be found.
setTimestamp
WMSFacebookDataStoreAssociation::setTimestamp() in WMSFacebookDataStoreAssociation.php
setValue
WMSFacebookDataStoreProperty::setValue() in WMSFacebookDataStoreProperty.php
Changes the value associated with this property. property must be appropriate to the underlying data type. if this property was created as holding an integer value, then the parameter value must be of type integer. and binary data should match with binary content.
setWMSFacebookUser
w
top
WMSFacebook
WMSFacebook::WMSFacebook() in WMSFacebook.php
Creates a new WMSFacebook instance, which wraps the $facebook instance.
WMSFacebook
WMSFacebook in WMSFacebook.php
Abstracts a minimal subset of the functionality for $facebook.
WMSFacebook.php
WMSFacebook.php in WMSFacebook.php
WMSFacebookApplication
WMSFacebookApplication in WMSFacebookApplication.php
Represents a Facebook application.
WMSFacebookApplication
Used to instantiate a new WMSFacebookApplication instance.
WMSFacebookApplication.php
WMSFacebookApplication.php in WMSFacebookApplication.php
WMSFacebookDataStore
Used to instantiate a new WMSFacebookDataStore instance.
WMSFacebookDataStore
WMSFacebookDataStore in WMSFacebookDataStore.php
Represents a database built upon Facebook's Data Store API.
WMSFacebookDataStore.php
WMSFacebookDataStore.php in WMSFacebookDataStore.php
WMSFacebookDataStoreAssociation
WMSFacebookDataStoreAssociation in WMSFacebookDataStoreAssociation.php
Represents two IDs that have been associated.
WMSFacebookDataStoreAssociation
Creates a new instance of an association with a given name.
WMSFacebookDataStoreAssociation.php
WMSFacebookDataStoreAssociation.php in WMSFacebookDataStoreAssociation.php
WMSFacebookDataStoreAssociationLink
WMSFacebookDataStoreAssociationLink in WMSFacebookDataStoreAssociationLink.php
Represents a associative link between two IDs that will be associated.
WMSFacebookDataStoreAssociationLink
Creates a new instance of an association link with a given name.
WMSFacebookDataStoreAssociationLink.php
WMSFacebookDataStoreAssociationLink.php in WMSFacebookDataStoreAssociationLink.php
WMSFacebookDataStoreObject
WMSFacebookDataStoreObject in WMSFacebookDataStoreObject.php
Represents a Facebook Object to which properties may be added.
WMSFacebookDataStoreObject
Used to instantiate a new WMSFacebookDataStoreObject instance.
WMSFacebookDataStoreObject.php
WMSFacebookDataStoreObject.php in WMSFacebookDataStoreObject.php
WMSFacebookDataStoreProperty
WMSFacebookDataStoreProperty in WMSFacebookDataStoreProperty.php
Represents a property, which is similar to a database column.
WMSFacebookDataStoreProperty
Used to instantiate a new WMSFacebookDataStoreProperty instance.
WMSFacebookDataStoreProperty.php
WMSFacebookDataStoreProperty.php in WMSFacebookDataStoreProperty.php
WMSFacebookDataStoreRow
Used to instantiate a new WMSFacebookDataStoreRow instance.
WMSFacebookDataStoreRow
WMSFacebookDataStoreRow in WMSFacebookDataStoreRow.php
Represents a row inserted into Facebook's data store, tracked by its ID.
WMSFacebookDataStoreRow.php
WMSFacebookDataStoreRow.php in WMSFacebookDataStoreRow.php
WMSFacebookFriend
WMSFacebookFriend in WMSFacebookFriend.php
Used to instantiate a new WMSFacebookFriend instance.
WMSFacebookFriend.php
WMSFacebookFriend.php in WMSFacebookFriend.php
WMSFacebookMessage
Used to instantiate a new WMSFacebookMessage instance.
WMSFacebookMessage
WMSFacebookMessage in WMSFacebookMessage.php
Represents a message that can be sent by the current user.
WMSFacebookMessage.php
WMSFacebookMessage.php in WMSFacebookMessage.php
WMSFacebookObject
WMSFacebookObject in WMSFacebookObject.php
Represents all WMSFacebook subclasses.
WMSFacebookObject
Creates a new WMSFacebookObject instance.
WMSFacebookObject.php
WMSFacebookObject.php in WMSFacebookObject.php
WMSFacebookProfile
WMSFacebookProfile in WMSFacebookProfile.php
Represents profile information for a Facebook user.
WMSFacebookProfile
Creates a new WMSFacebookProfile instance.
WMSFacebookProfile.php
WMSFacebookProfile.php in WMSFacebookProfile.php
WMSFacebookUser
WMSFacebookUser in WMSFacebookUser.php
Represents a Facebook user.
WMSFacebookUser
WMSFacebookUser::WMSFacebookUser() in WMSFacebookUser.php
Creates a new WMSFacebookUser instance.
WMSFacebookUser.php
WMSFacebookUser.php in WMSFacebookUser.php
a c d e g i l o r s w _