为 oauth 实施 twitter gem
有人可以向我指出 Rails 3 中良好的 twitter gem 1.2.0 实现吗?
Can someone point me to good twitter gem 1.2.0 implementation in rails 3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这有点旧,但也许可以帮助你
这是一个展示如何验证和发送推文的示例,非常基本但有用
https://github。 com/markchang/omniauth-twitter-example
或
https://github.com /sos4nt/jack-of-all-tweets
它更加充实(参见关注者等)并且有现场演示
this is a little old but might be able to help you
its an example that shows how to verify and send a tweet, very basic but useful
https://github.com/markchang/omniauth-twitter-example
or
https://github.com/sos4nt/jack-of-all-tweets
which is a little more fleshed out (see followers, etc.) and has a live demo
Omniauth 是一个非常好的实现。我首先会看看 Simple Omniauth Railscast,以便让您快速上手。
http://railscasts.com/episodes/241-simple-omniauth
Omniauth is a pretty good implementation. I'd start by looking at the Simple Omniauth railscast to get you off the ground quickly.
http://railscasts.com/episodes/241-simple-omniauth