On Tue Apr 14 19:28:21 2009, KAHN wrote:
Show quoted text> Net::Twitter::friends_timeline documentation says "It’s also possible to
> request another user’s friends_timeline via the id parameter below." but
> passing 'id' parameters gets the following warning:
>
> Unknown argument id passed, discarding.
The Twitter API may have changed since your report. It no longer
documents the "id" parameter for friends_timeline, and when passed,
appears to be ignored on Twitter's end, as well.
The current API documentation for friends_timeline is here:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-friends_timeline
In the shortly to be released 3.00 version of Net::Twitter (and in the
most current dev release (2.99000_05), Net::Twitter will pass any
arbitrary parameters to Twitter. Twitter may ignore or respond with an
error to parameters it does not recognize, but Net::Twitter no longer
makes an attempt to validate parameters.
This is a "feature" allowing immediate access to new parameters added by
Twitter without requiring an update to Net::Twitter.
I've marked this bug resolved. If I'm mistaken, please reply.
-Marc