Skip to content

Webhook Register Issue #244

Open
Open
@GhostCrawl3r

Description

@GhostCrawl3r

Hi,

How to implement Twitter Account Activity API calls in Codebird PHP?

https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference/aaa-premium

We are trying to Register a Webhook.

image

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions