nst / STTwitter

A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
BSD 3-Clause "New" or "Revised" License
999 stars 165 forks source link

Twitter API request with JSON body #282

Open ePirat opened 6 years ago

ePirat commented 6 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?

mironal commented 6 years ago

related issue #275

mironal commented 6 years ago

I have same issue. and I tried solve by adding isJSONPOSTRequest flag. but this solution is pretty darty...

https://github.com/mironal/STTwitter/commit/3caea03b824ac5149fb227d901f76861b903e565