Documentation

Horde_Ajax_Application_FacebookHandler extends Horde_Core_Ajax_Application_Handler
in package

Defines the AJAX actions used in the Facebook client.

Tags
author

Michael J Rubinsky <mrubinsk.horde.org>

category

Horde

license

http://www.horde.org/licenses/lgpl LGPL-2

Table of Contents

facebookAddLike()  : mixed
Like a status - post_id:
facebookGetStream()  : mixed
- count: - filter: - oldest: - newest: - instance:
facebookUpdateStatus()  : string
Update Facebook status.
_buildPost()  : string
Build the Horde_View object for a FB Post.
_error()  : mixed
_getFacebookObject()  : mixed

Methods

facebookAddLike()

Like a status - post_id:

public facebookAddLike() : mixed
Return values
mixed

facebookGetStream()

- count: - filter: - oldest: - newest: - instance:

public facebookGetStream() : mixed
Return values
mixed

facebookUpdateStatus()

Update Facebook status.

public facebookUpdateStatus() : string
  • statusText:
  • instance:
Return values
string

HTML for the post.

_buildPost()

Build the Horde_View object for a FB Post.

protected _buildPost(stdClass $post) : string
Parameters
$post : stdClass

The Facebook post object.

Return values
string

The HTML to render the $post.

_error()

protected _error(mixed $e) : mixed
Parameters
$e : mixed
Return values
mixed

_getFacebookObject()

protected _getFacebookObject() : mixed
Return values
mixed

Search results