|
show_status is returning the status for the status ID of the status, not the user ID associated with the status. This appears to be how the Twitter API (statuses/show) is designed.
The Net::Twitter documentation makes it appear the user's last status should be returned.
|