can't reply to a specific tweet

20 views
Skip to first unread message

MM

unread,
Mar 15, 2014, 5:27:18 PM3/15/14
to twe...@googlegroups.com
When I try, my app just posts a tweet @anotheruser but not in reply to the tweet they just posted

Here's my code:

tweet_id = tweet.id_str
status = '@' + user.screen_name + ' great point!'

api.update_status(status, in_reply_to_status_id_str = tweet_id)


any help would be appreciated!



Aaron Hill

unread,
Mar 20, 2014, 5:04:03 PM3/20/14
to twe...@googlegroups.com
You should try converting id_str to an int first.

Aaron Hill

unread,
Mar 21, 2014, 9:37:14 PM3/21/14
to twe...@googlegroups.com
Try converting tweet_id to an int first
Reply all
Reply to author
Forward
0 new messages