codebird-php icon indicating copy to clipboard operation
codebird-php copied to clipboard

Webhook Register Issue

Open GhostCrawl3r opened this issue 7 years ago • 8 comments

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

GhostCrawl3r avatar Oct 16 '18 08:10 GhostCrawl3r

Hi Mynetx,

Could you please update on this?

Regards, Nick

GhostCrawl3r avatar Oct 29 '18 12:10 GhostCrawl3r

Hi Mynetx,

Could you please update on this?

Regards, Nick

GhostCrawl3r avatar Oct 30 '18 09:10 GhostCrawl3r

Hi Mynetx,

Could you please update on this?

Regards, Nick

GhostCrawl3r avatar Oct 30 '18 12:10 GhostCrawl3r

Hi Mynetx,

Could you please update on this?

Regards, Nick

GhostCrawl3r avatar Oct 31 '18 13:10 GhostCrawl3r

Hi Mynetx,

Could you please update on this? Is this under development so we can check for some different solution?

Regards, Nick

GhostCrawl3r avatar Nov 13 '18 07:11 GhostCrawl3r

@iceblitz0077 I will have a solution for calling these methods over the weekend. Please stay tuned! :)

mynetx avatar Nov 15 '18 17:11 mynetx

@iceblitz0077 Please re-test with the revision f2265fc.

mynetx avatar Nov 18 '18 16:11 mynetx

@iceblitz0077 Please re-test with the revision f2265fc.

Hey,

We have followed your instructions with the new revision & updated the package, we are still facing the same issues, can you help us?

GhostCrawl3r avatar Apr 25 '19 08:04 GhostCrawl3r