Description
Hi,
How to implement Twitter Account Activity API calls in Codebird PHP?
We are trying to Register a Webhook.
For above call we got response as below:
{#784 ▼
+"errors": array:1 [▼
0 => {#778 ▼
+"code": 200
+"message": "Forbidden."
}
]
+"httpstatus": 403
+"rate": null
}
Also we tried to call using codebird function syntax below:
Changed call to $response = $this->api->accountActivity_all_ENV_NAME_webhooks($params); something like this but the response was "To call the templated method "account_activity/all/:env/_n_a_m_e/webhooks", specify the parameter value for "env"." This seems something wrong in the retrieving the original URL function.
For all other API calls codebird works fine.
Kindly specify something about using Twitter Account Activity API in your docs. It will be much appreciated.
Regards,
Nick