PHP Class Horde_Ajax_Application_FacebookHandler, horde

Inheritance: extends Horde_Core_Ajax_Application_Handler
Mostrar archivo Open project: horde/horde

Public Methods

Method Description
facebookAddLike ( ) : [type] Like a status - post_id:
facebookGetStream ( ) : [type] - count: - filter: - oldest: - newest: - instance:
facebookUpdateStatus ( ) : string Update Facebook status.

Protected Methods

Method Description
_buildPost ( stdClass $post ) : string Build the Horde_View object for a FB Post.
_error ( $e )
_getFacebookObject ( )

Method Details

_buildPost() protected method

Build the Horde_View object for a FB Post.
protected _buildPost ( stdClass $post ) : string
$post stdClass The Facebook post object.
return string The HTML to render the $post.

_error() protected method

protected _error ( $e )

_getFacebookObject() protected method

protected _getFacebookObject ( )

facebookAddLike() public method

Like a status - post_id:
public facebookAddLike ( ) : [type]
return [type]

facebookGetStream() public method

- count: - filter: - oldest: - newest: - instance:
public facebookGetStream ( ) : [type]
return [type]

facebookUpdateStatus() public method

- statusText: - instance:
public facebookUpdateStatus ( ) : string
return string HTML for the post.