Hello, I am new to using the twitter api, I have been trying to register my webhook with the following url https://twitter01.ipdialbox.com/webhook/twitter.php,
being the documentation content = connection-> post (“account_activity / all / Activity2 / webhooks”, [“url” => $ url]), but I still have the same error.
stdClass Object
(
[errors] => Array
(
[0] => stdClass Object
(
[code] => 214
[message] => Webhook URL does not meet the requirements. Please, check your SSL Configuration.
)
)
)
Someone could help me with an example or tell me what I’m failing.