STTwitter icon indicating copy to clipboard operation
STTwitter copied to clipboard

Support for new events APIs

Open AndrewHartAR opened this issue 7 years ago • 1 comments

The new events APIs require a JSON body to be attached to each request, for example with Direct Messages:

https://dev.twitter.com/rest/reference/post/direct_messages/events/new

There doesn't appear to be a working way to do this with STTwitter currently. Passing in a JSON body as a parameter dictionary causes an error on encodedParametersDictionaries when it attempts to string encode the first value, which itself is a dictionary.

AndrewHartAR avatar Apr 09 '17 11:04 AndrewHartAR

related issue #282

mironal avatar Oct 30 '17 06:10 mironal