jdolitsky / AppDotNetPHP

PHP library for the App.net Stream API
34 stars 19 forks source link

new api functionality #29

Closed ghost closed 11 years ago

ghost commented 11 years ago
//todo describe
public function getUserUnifiedStream($params = array()) {
    return $this->httpReq('get',$this->_baseUrl.'posts/stream/unified?'.$this->buildQueryString($params));
}

//todo describe
public function interactions($params = array()) {
    return $this->httpReq('get',$this->_baseUrl.'users/me/interactions?'.$this->buildQueryString($params));
}