Implement in_reply_to_status_id

Bug #258385 reported by Andrew Min
2
Affects Status Importance Assigned to Milestone
TwitKit
Status tracked in 1.0
1.0
Confirmed
Wishlist
Hans Engel

Bug Description

From http://www.louisgray.com/live/2008/08/twitter-implements-threaded-comments.html

    "I'm happy to announce a minor change to the API that should have a major impact on the Twitter community. The /statuses/update method now takes an optional parameter: in_reply_to_status_id. As you might guess, this allows API clients to specify which status a status to be posted is in reply to, rather than our system assuming that it's in reply to the last message posted by the user specified by "@username". "

What does this mean? Essentially now any Twitter client can now associate another post as a reply to another existing post. This means that Twhirl or TweetDeck can allow a user to post a normal status update, and provide a "+" sign underneath (or "@" similar to the Twhirl FriendFeed client), and a new post can be appended as a reply to the previous post.

Revision history for this message
Hans Engel (hansengel) wrote :

I saw this email on the mailing list but I'm having a bit of trouble deciding how we could make this work. When the 'reply' button is clicked, we can set a variable saying that the next tweet sent will be a reply to that tweet, but what if the user decides against it and deletes the '@user' part? We'll have no way of knowing and the next tweet would display as 'in reply to @user' when it actually isn't.

Revision history for this message
Hans Engel (hansengel) wrote :

Actually, now that I think about it - we could check if the field still contains '@user' for a keypress event.

P.S. - please add feature requests to Blueprints, not Bugs.

Changed in twitkit:
importance: Undecided → Wishlist
milestone: none → 1.2
status: New → Triaged
assignee: nobody → hansengel
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.