flpvn / wittytwitter

Automatically exported from code.google.com/p/wittytwitter
0 stars 0 forks source link

Replies do not link to tweets #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reproduce steps:
1. Right-click a tweet, select reply and write a reply to it.
2. Go to twitter.com/home
3. Note that most @-replies (from non-Witty users) will have an "in reply 
to" link. Witty doesn't send the in_reply_to param for updates.

Expected output:
In reply to @somename link

Actual output:
No link

What version of the product are you using? On what operating system?
Version 2.1.0540
Vista

This can be solved by sending the in_reply_to_status_id parameter on 
update. See http://apiwiki.twitter.com/REST+API+Documentation#update

Original issue reported on code.google.com by ross.mas...@gmail.com on 1 Feb 2009 at 12:12

GoogleCodeExporter commented 9 years ago
I created a patch to post a reply link to reply tweets.  Currently the link only
shows when you log into the website.

Original comment by cbrol...@gmail.com on 6 Feb 2009 at 12:58

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 150 has been merged into this issue.

Original comment by jongallo...@gmail.com on 6 Feb 2009 at 10:37

GoogleCodeExporter commented 9 years ago
Applied patch

Original comment by jongallo...@gmail.com on 6 Feb 2009 at 10:40