Will this format work (with the right URL) ? Or does the POST body need to be in the “data” item below?
thanks
{
"data": "",
"json": null,
"origin": "XX.XX.7XX.XX",
"form": {
"oauth_consumer_key": "XXXXXXXX",
"oauth_signature_method": "HMAC-SHA1",
"status": "TestTweet1719",
"oauth_timestamp": "1384715839",
"oauth_nonce": "740051602",
"oauth_signature": "XXXXXXXXX",
"oauth_version": "1.0",
"oauth_token": "XXXXXXXXXX"
},
"args": {},
"url": "http://httpbin.org/post",
"headers": {
"User-Agent": "Roku/DVP-5.1 (025.01E01195A)",
"Content-Type": "application/x-www-form-urlencoded",
"Connection": "close",
"Accept": "*/*",
"Content-Length": "272",
"Host": "httpbin.org",
"Accept-Encoding": "deflate, gzip"
},
"files": {}
}