Closed Bug 955265 Opened 11 years ago Closed 4 years ago

"View conversation" for tweets

Categories

(Chat Core :: Twitter, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: aleth, Unassigned)

Details

*** Original post on bio 1832 at 2012-11-27 21:06:00 UTC ***

This would be in the context menu of tweets, and open a MUC containing the reply chain of the tweet.

As of 14 weeks ago "there's currently no public API to obtain this nor a schedule I can offer to Twitter providing one."
https://dev.twitter.com/discussions/10056

Issues/Notes:
How to get the parent tweets in the chain
"When a status contains an in_reply_to_status_id field, then it is considered a reply to a preceding status, which is then fetched by requesting the particular status referenced by in_reply_to_status_id."
"Just check the JSON field "to_user", which contains screen_name of the @replied person. If its null, you can assume its not a reply."

How to get the child tweets in the chain
(I could only find "experimental API" suggestions which seemed to be unreliable or obsolete according to comments.)
"When you use the search.twitter.com, look for a field name in_reply_to_status_id This contains the original status_id to which this tweet was a reply. Next, there is a currently unsupported/undocument api call to get the whole conversation:
https://api.twitter.com/1/related_results/show/169145505824256000.json?include_entities=1
The value (169145505824256000) is the status_id you want to retrieve the conversation for."

But "related" tweets:
related_results/show/status_id
"pretty much aren't related at all. They're just recent tweets to / from the users mentioned in the original tweet, not replies to the original tweet."

Bug 1445778 removes support for Twitter due to changes in their streaming API.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.