Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for new events APIs #275

Open
AndrewHartAR opened this issue Apr 9, 2017 · 1 comment
Open

Support for new events APIs #275

AndrewHartAR opened this issue Apr 9, 2017 · 1 comment

Comments

@AndrewHartAR
Copy link

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.

@mironal
Copy link
Contributor

mironal commented Oct 30, 2017

related issue #282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants