Open ePirat opened 7 years ago
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?
related issue #275
I have same issue. and I tried solve by adding isJSONPOSTRequest flag. but this solution is pretty darty...
isJSONPOSTRequest
https://github.com/mironal/STTwitter/commit/3caea03b824ac5149fb227d901f76861b903e565
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?