Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-Twitter CPAN distribution.

Report information
The Basics
Id: 45047
Status: resolved
Priority: 0/
Queue: Net-Twitter

People
Owner: MMIMS [...] cpan.org
Requestors: kahn [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [Net::Twitter] friends_timeline does not accept id parameter
Date: Tue, 14 Apr 2009 16:28:01 -0700
To: bug-Net-Twitter [...] rt.cpan.org
From: "Jeremy G. Kahn" <jgk [...] u.washington.edu>
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. --Jeremy (finding the whole toolkit very helpful! thanks!)
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