Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Twitter::Status#retweet convenience method #16

Open
mbbx6spp opened this issue Jul 18, 2011 · 0 comments
Open

Add Twitter::Status#retweet convenience method #16

mbbx6spp opened this issue Jul 18, 2011 · 0 comments
Assignees
Labels

Comments

@mbbx6spp
Copy link
Member

Should provide the following usages (assume @twitter is client object):


timeline = @twitter.timeline_for(:user, :id => "SusanPotter")
latest_tweet = timeline.first
latest_tweet.retweet # OR
latest_tweet.retweet(:quote, "text to be appended to quoted RT")

I am considering it a bug since I intended to add it to v0.7.0 before releasing and then I forgot! Doh!:(

@ghost ghost assigned mbbx6spp Jul 18, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant