Method | Description | |
---|---|---|
facebookAddLike ( ) : [type] | Like a status - post_id: | |
facebookGetStream ( ) : [type] | - count: - filter: - oldest: - newest: - instance: | |
facebookUpdateStatus ( ) : string | Update Facebook status. |
Method | Description | |
---|---|---|
_buildPost ( stdClass $post ) : string | Build the Horde_View object for a FB Post. | |
_error ( $e ) | ||
_getFacebookObject ( ) |
protected _buildPost ( stdClass $post ) : string | ||
$post | stdClass | The Facebook post object. |
return | string | The HTML to render the $post. |
public facebookAddLike ( ) : [type] | ||
return | [type] |
public facebookGetStream ( ) : [type] | ||
return | [type] |
public facebookUpdateStatus ( ) : string | ||
return | string | HTML for the post. |