PHP Class Horde_Ajax_Application_FacebookHandler, horde

Inheritance: extends Horde_Core_Ajax_Application_Handler
Afficher le fichier Open project: horde/horde

Méthodes publiques

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

Méthodes protégées

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

Method Details

_buildPost() protected méthode

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

_error() protected méthode

protected _error ( $e )

_getFacebookObject() protected méthode

protected _getFacebookObject ( )

facebookAddLike() public méthode

Like a status - post_id:
public facebookAddLike ( ) : [type]
Résultat [type]

facebookGetStream() public méthode

- count: - filter: - oldest: - newest: - instance:
public facebookGetStream ( ) : [type]
Résultat [type]

facebookUpdateStatus() public méthode

- statusText: - instance:
public facebookUpdateStatus ( ) : string
Résultat string HTML for the post.