]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commit
updates the twitter plugin to use the new api 1.1
authorMatthias H <apoc@sixserv.org>
Fri, 19 Jul 2013 14:26:24 +0000 (16:26 +0200)
committerMatthias H <apoc@sixserv.org>
Fri, 19 Jul 2013 14:26:24 +0000 (16:26 +0200)
commit41fe156959823cf02179bc2c8a478038d98a846c
tree929c205ee3cedf186a18211a91d5c6e3fd1e5d1d
parent6ba608d67e27b62db1442c1504a144756a7c7244
updates the twitter plugin to use the new api 1.1

The old 1.0 api is no longer available.
Its using oauth2 for application-only authentication and
oauth(1.0a) for user authentication.
Now requests and parses json (the new API doesn't support XML)
data/rbot/plugins/twitter.rb