TwitRuby

This is one of the Twitter Library Copyright (C) alphaKAI @alpha_kai_NET 2013 alpha-kai-net.info GPLv3 LICENSE Current Version:0.0.1_alpha FIX05 This is one of the Twitter Library This is development version. So very unstable. You must accept it when you use this.

Usage

Please require this liblary.

#code
#define
consumer_key = ""
consumer_secret = ""
access_token = ""
access_token_secret = ""
#Authentication
cunsmer_array=[]
cunsmer_array << consumer_key << consumer_secret << access_token << access_token_secret
twi=TwitRuby.new
twi.initalize_connection(cunsmer_array)
#example
twi.update("sample")#example, update tweet.

APIs

RESET API(POST/GET)

If you call “GET” function you get json parsed data.So, you get array.

Streaming API

Copyright © alphaKAI @alpha_ka_NET 2012-2013 alpha-kai-net.info GPLv3 LICENSE See LICENSE.txt