osks
unread,Sep 1, 2009, 8:47:38 AM9/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to contextvoice-dev
Hi,
I'm looking into using "threaded=true", mainly with Twitter, to group
retweets together with their parent (with the JSON format). I use the
"since" parameter to not have to re-fetch everything for every new
reaction, but I noticed a problem when combining these two parameters:
If the original tweet isn't returned in the same response as the
retweet, the retweet won't be listed as a child and it doesn't contain
a "parent" pointer either.
Is there any way to get this information without having to paginate
through all old information with the current API? If not, would it be
possible for you to fix this in some way? For us, the best way would
probably be to always list re-tweets as children, that is always
include the parent, even if it's older than the "since" value.
Another option that perhaps could work (from our point of view) is if
the retweet included something like "parent": "<url>". Just to know
that it's a retweet helps a little bit, but to know what the parent is
would really help a lot.
Best regards,
Oskar