DEV Community

Discussion on: How to change Twitter Source Label

Collapse
 
blancoharsh profile image
Harsh #34

Do you have the code for that? That would be very helpful

Thread Thread
 
sunilaleti profile image
Sunil Aleti • Edited

instead of using
api.update_status(status =(tweet))
use api.update_status("your reply", in_reply_to_status_id = tweetid)

Thread Thread
 
blancoharsh profile image
Harsh #34

ok but what if i want to reoky to a specific tweet?

Thread Thread
 
sunilaleti profile image
Sunil Aleti

Copy the link of the tweet

Ex: twitter.com/AndroidPolice/status/1... and last "1308397020034420736" is the tweet id

Thread Thread
 
blancoharsh profile image
Harsh #34

Thank You so muchπŸ™

Some comments have been hidden by the post's author - find out more