Hi,
I have an virtual private assistant (VPA) web application. This app has few agents available. Each agent has a set of conversations.
Now i want to intergrate our application to twitter direct messaging chatbot.
- I have created twitter app and Enable “Read, Write and Access Direct Messages” on the permissions tab of your app page.
- Generated access tokens.
When I want to create a webhook it is showing error bellow:
{
“errors”: [
{
“code”: 32,
“message”: “Could not authenticate you.”
}
]
}
I am not able to create webhook and integrate our application to twitter direct messaging chatbot.
Please help me.
Thanks