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: 87683
Status: rejected
Priority: 0/
Queue: Net-Twitter

People
Owner: Nobody in particular
Requestors: grimoire [...] cultofperf.org.uk
Cc:
AdminCc:

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



Subject: Retweeted always false in search results
Date: Wed, 7 Aug 2013 21:35:44 +0100
To: bug-Net-Twitter [...] rt.cpan.org
From: Dave Page <grimoire [...] cultofperf.org.uk>
I have a script which iterates over search results looking for tweets which have been retweeted by the authenticating user. The "retweeted" attribute of a search result is always false, even when it's been reweeted by the authenticating user. Here's a sample script; insert your auth tokens and search for a term that will include some tweets you've retweeted. Cheers, Dave -- Dave Page <grimoire@cultofperf.org.uk> Jabber: grimoire@jabber.earth.li

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #87683] Retweeted always false in search results
Date: Wed, 7 Aug 2013 14:19:37 -0700
To: bug-Net-Twitter [...] rt.cpan.org
From: Marc Mims <marc [...] questright.com>
On Wed, Aug 7, 2013 at 1:36 PM, Dave Page via RT <bug-Net-Twitter@rt.cpan.org> wrote: Show quoted text
> > I have a script which iterates over search results looking for tweets which > have been retweeted by the authenticating user. > > The "retweeted" attribute of a search result is always false, even when it's > been reweeted by the authenticating user. Here's a sample script; insert your > auth tokens and search for a term that will include some tweets you've > retweeted.
Try https://dev.twitter.com/discussions for that. Maybe someone from Twitter can explain how and when retweeted is set in search. Net::Twitter makes no attempt to set it, it just reports the value returned by Twitter. Let me know what you discover. I'm curious.