Skip to content

Support for new events APIs #275

@AndrewHartAR

Description

@AndrewHartAR

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions