Skip to content

Commit

Permalink
Document expected behavior for duplicate retweets
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Oct 6, 2012
1 parent 30ee1c7 commit 2de3f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/twitter/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2101,6 +2101,7 @@ def status_destroy(*args)
# @see https://dev.twitter.com/docs/api/1/post/statuses/retweet/:id
# @rate_limited Yes
# @authentication_required Yes
# @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 2de3f3f

Please sign in to comment.