Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
squirreltown
Roku Guru

Post output

This is what the debugger is showing me from a POST request to twitter. I don't know how to see what is actually being sent, and twitter still doesn't like it so my question is in the example below is the word "body:" being sent? And if so is that standard POST practice?
thanks

Http: # 2427 done status: 400 time: 842ms 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=1383931600&oauth_token=XXX&oauth_version=1.0&status=TestTweet
Kinetics Screensavers
0 Kudos
2 REPLIES 2
RokuChris
Roku Employee
Roku Employee

Re: Post output

The word "body" is not being sent. See line 323 of url.brs
0 Kudos
squirreltown
Roku Guru

Re: Post output

Thanks Chris.
Kinetics Screensavers
0 Kudos