$_facebook
$_facebook : \Horde_Service_Facebook
Open streams API
Copyright 2009-2017 Horde LLC (http://www.horde.org/)
$_facebook : \Horde_Service_Facebook
__construct(\Horde_Service_Facebook $facebook)
Constructor
\Horde_Service_Facebook |
getStream(string $filter = null, array $options = array()) : object
Return the logged in user's news stream.
string | $filter | A named stream filter to apply. |
array | $options | Additional options:
|
post(string $uid, string $message, array $options = array()) : string
Post a message to a user's stream.
string | $uid | The user id of the user whose stream we are posting the message to. |
string | $message | The message body to post. |
array | $options | Additional post options:
|
The UID of the new post.