squirreltown
12 years agoRoku Guru
Tweet out
Hopefully someone (RokuChris?) has messed with this and can help a little. I am trying to send a tweet. I am able to retrieve tweets from a home_timeline or a certain #hashtag no problem. The main dif...
strx = screen.GetText()
oa = Oauth()
http = NewHttpPost("https://api.twitter.com/1.1/statuses/update.json")
oa.sign(http,true)
http.PostFromStringWithTimeout( "status="+ strx ,10)
Http: # 418 done status: 400 time: 273ms request: POST https://api.twitter.com/1.1/statuses/update.json
body: oauth_consumer_key=XXX&oauth_nonce=XXX&oauth_signature=XXX&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1383531222&oauth_token=XXX&oauth_version=1.0