-1
私はこののfile_get_contentsや電報API(reply_markup)
のようなボタンでメッセージを送信するコマンドを作りたいので、私はこの
$url = "https://api.telegram.org/" . $token . "/sendMessage?chat_id=" . $message_chat_id . "&text=" . urlencode($message_text) . '&reply_markup={"inline_keyboard":[[{"text":"Visualizza spoiler!","url":"http://google.com/"}]]}';
を行なったし、それがこのURL
を作りますhttps://api.telegram.org/censored/sendMessage?chat_id=censored&text=%2Fspoiler+ciao&reply_markup={"inline_keyboard":[[{"text":"Visualizza spoiler!","url":"http://google.com/"}]]}
ブラウザでこのURLを使用すると動作しますが、file_get_contentsを使用するとしない
誰かが私を助けることができますか?
CURLを試しましたか? PHPのどのバージョンですか?サーバー上でfile_get_contentsが有効になっているかどうか確認しましたか? – wast
nop、今まで私はfile_get_contentsを使用していました。 php5.6;はい、私はそれが動作する単純なメッセージを送信したい場合は有効です – Dekus
あなたは簡単なカールで試すことができますか? https://stackoverflow.com/questions/7794604/file-get-contents-not-working – wast