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.
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.
If you call “GET” function you get json parsed data.So, you get array.
POST statuses/update
POST favorites/create
POST favotites/destroy
POST statuses/retweet
POST statuses/destroy
GET account/verify_credentials
POST friendships/create
POST friendships/destroy
GET statuses/mentions_timeline
GET statuses/home_timeline
GET statuses/user_timeline
GET statuses/retweets_of_me
POST direct_messages/new
GET direct_messages/sent
GET direct_messages
POST direct_messages/destroy
GET followers/ids
GET username_available?(may be unofficial api)
Check exist user of argument id. So,reverse of return real status (true false), because this for check exist. Sorry... I can't write english well.
GET account/rate_limit_status
GET friendships/show
UserStream
public Sample
Copyright © alphaKAI @alpha_ka_NET 2012-2013 alpha-kai-net.info GPLv3 LICENSE See LICENSE.txt