こんにちは、Twilio api で SMS を送信しようとしています。彼らの Web サイトでは機能しますが、私のローカル サーバーでは機能しません。これが私のコードです。
<?php
// Get the PHP helper library from twilio.com/docs/php/install
require_once('Services/Twilio.php'); // Loads the library
// Your Account Sid and Auth Token from twilio.com/user/account
$sid = "I wrote my Sid(test sid also doesn't work)";
$token = "my token";
$client = new Services_Twilio($sid, $token);
$sms = $client->account->sms_messages->create("From","To","Jenny please?! I love you <3", array());
?>
このコードを実行すると、次のようになります。 Uncaught exception 'Services_Twilio_TinyHttpException' with message 'Failed connect to api.twilio.com:443; エラーはありません....