LoginSignup
6
7

More than 5 years have passed since last update.

キノコならわかる!LINE bot ロリポップサーバーで動いた

Last updated at Posted at 2016-04-12

LINE botを動かしてみた。

サーバー:ロリポップ ライトプラン / 言語 PHP5.4

botsample.png

この後、キノコ派と答えるかタケノコ派と答えるかで、運命がきまる :bomb:

まずはビジネスアカウントを登録しよう!
http://linecorp.com/ja/pr/news/ja/2016/1320

linebot1.png

linebot2.png

linebot3.png

必要な情報は、
Channel ID
Channel Secret
MID
Callback URL
Server IP Whitelist

参考サイト:http://qiita.com/srea/items/58ba0f7d870a6ee3da2a

うまく動かなかったが、cur_execの戻りをechoすればエラーの原因がわかるかと。
キノコの場合、サーバーIPのホワイトリストが正しく設定できていなかった。

$result = curl_exec($ch);

また、PHPで配列にarrayの代わりに[]を使えるのはPHP5.4以降なので、ロリポップのPHPバージョンにも注意。

6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7