zoomcem
#1
I’m trying to add a user to the account activity API to start receiving activities using the same endpoint that is in the TWITTER documentation and it returns error 34 referring to the fact that the resource does not exist.
Because this happens if I am using the same endpoint that is in the documentation itself, please I need an urgent response.
The code I am running is the following
$connection = new TwitterOAuth($this->consumerKey, $this->consumerSecret, $this->access_token, $this->access_token_secret);
$content = $connection->post(“account_activity/webhooks/$idWebhook/subscriptions/all”);
The answer I get is the following:
[message] => Sorry, that page does not exist
code] => 34
Documentation link:
zoomcem
#2
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.