开发者

Implement twitter gem for oauth

开发者 https://www.devze.com 2023-02-22 07:34 出处:网络
Can someone point me to good twitte开发者_运维知识库r gem 1.2.0 implementation in rails 3?this is a little old but might be able to help you

Can someone point me to good twitte开发者_运维知识库r gem 1.2.0 implementation in rails 3?


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 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

0

精彩评论

暂无评论...
验证码 换一张
取 消