-
Notifications
You must be signed in to change notification settings - Fork 16
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
How to update status from app #10
Comments
Currently the best approach IMO would be to use the twitter gem: http://twitter.rubyforge.org/ You have access to all necessary tokens through the user model. I might add a nicer interface for it. |
So just to be clear. Devise-twitter for twitter authentication and the twitter gem for twitter interaction right? |
Yes. I just looked at the documentation for the twitter gem
should work. |
Lovely, thanks for the prompt reply :-) |
Additionally, will devise-twitter support communicating with the twitter api (i.e. updating twitter status, etc) or is this beyond the scope of this gem, since it is only meant for devise and twitter authentication? |
I'll support integration with the twitter gem but no more, since that clearly falls in the domain of the twitter gem. |
tried installing the twitter gem with rails 3 and get an error on startup (issue: http://github.com/jnunemaker/twitter/issues#issue/67). Instead, I am now using: twitter_oauth (http://github.com/moomerman/twitter_oauth) which works without any problems |
Is there a way to connect to twitter's api to upate a users status using this gem? Or should another approach be used for this?
In theory the app should communicate with http://dev.twitter.com/doc/post/statuses/update to update a users status. Is this already supported or still has to be implemented?
The text was updated successfully, but these errors were encountered: