Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up.update returns last tweet, not the duplicate #743
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi @ponny, there are actually two methods here, |
stve
closed this
Mar 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ponny commentedNov 16, 2015
You can see the code here:
https://github.com/sferik/twitter/blob/master/lib/twitter/rest/tweets.rb#L127
In the event of a duplicate tweet, it returns the users last tweet and not the actual duplicate. This is very misleading. I suggest either throwing an error like the library used to or perferably somehow returning a reference to the tweet that the update would be a duplicate of.