Twitter API request with JSON body
ePirat opened this issue · 2 comments
ePirat commented
I was trying to send a request to the Twitter API with JSON data instead of the usual form-encoded data but was not able to find any method that I could do this with.
Is this not possible currently with STTwitter?
mironal commented
I have same issue. and I tried solve by adding isJSONPOSTRequest
flag.
but this solution is pretty darty...