NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
dunno if you had success with this (Score:2)
But I found two things:
1) user_timeline() returns an arrayref, not an array (docs are unclear)
2) If you pass an ID explicitly to user_timeline() it seems to work, even if the ID is the same as the authenticating user and is therefore redundant. For instance, this works:
But if I remove the 'id' parameter from user_timeline() it does not.
Reply to This