Skip to content

Commit

Permalink
Document expected behavior for duplicate retweets
Browse files Browse the repository at this point in the history
Closes sferik#312.
  • Loading branch information
sferik committed Sep 30, 2012
1 parent b191fc5 commit 57ef117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/twitter/api.rb
Expand Up @@ -1809,6 +1809,7 @@ def status_destroy(*args)
# @see https://dev.twitter.com/docs/api/1.1/post/statuses/retweet/:id
# @rate_limited Yes
# @authentication_required Requires user context
# @raise [Twitter::Error::Forbidden] Error raised when tweet has already been retweeted.
# @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid.
# @return [Array<Twitter::Tweet>] The original tweets with retweet details embedded.
# @overload retweet(*ids)
Expand Down

0 comments on commit 57ef117

Please sign in to comment.