I want to receive direct messages from my account via api.
For that I did:
- Register a webhook
(GET account_activity/all/:env/webhooks show id an valid = true)
- I subscribed my account
(GET account_activity/all/:env/subscriptions/list show user_id)
- Do activity with my account (send tweet, direct message or select a favorite)
- I receive access to the url of the webhook but POST (and request) are empty.
What is missing or configure? Thanks