Based on https://github.com/mharizanov/tweeting_silicon , http://harizanov.com
twitter account : https://twitter.com/mydailyview
source : https://gist.github.com/chaeplin/32dd00 ... 130a519b72
to use oauth : make a app at https://apps.twitter.com, generate Access Token / Secret. Use 4 keys to sketch
edited)
Lib is here : https://github.com/chaeplin/esp8266twitter
Use ntp or rtc to sync time
constructors : esp8266Twitter esp8266Twitter(consumer_key, consumer_secret, access_token, access_secret);
to tweet : esp8266Twitter.tweet(message, value_timestamp, value_nonce)
Limitations
no rate limit checking
no 140 limit checking
Enjoy.