i got this resolved after changing the url to all activities.
https://api.twitter.com/1.1/account_activity/all/env-beta/webhooks.json
but now i’m stuck with following error.
{
“errors”: [
{
“code”: 214,
“message”: “Non-200 response code during CRC GET request (i.e. 404, 500, etc).”
}
]
}
i have tested the webhook url response time with tools.pingdom.com and curl, this looks fine and less than 1 sec
time_namelookup: 0.128601n
time_connect: 0.209992n
time_appconnect: 0.000000n
time_pretransfer: 0.000000n
time_redirect: 0.000000n
time_starttransfer: 0.000000
time_total: 0.590536nn
i don’t see even the log statements specified in the webhook method are printed on console[looks like the twitter is not hitting my webhook method]. i’m using POSTMAN to register the webhook URL.