ZF-7781: statusUserTimeline() deprecated parameters
Description
Some parameters have been added and removed from Twitter's API, ie, HTTP "X-Modified-Since" header doesn't seem to be honored and is replaced by a "since_id" REST parameter.
The other new parameters are:
- user_id
- screen_name
- max_id
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-09-06T18:53:59.000+0000
I think it may be improvement or new feature
Posted by Pádraic Brady (padraic) on 2009-09-18T06:19:22.000+0000
It's definitely a bug - the method is almost useless with the current API
Posted by Pádraic Brady (padraic) on 2009-09-18T06:19:52.000+0000
Fixed in r18131 :)