11
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LINE BOT をrails4とHerokuで

Posted at

っっもう本当に参考にさせていただきました。もうこれは記念みたいな投稿で。先輩方ありがとうございます。

とりあえずLINE BOT APIでオウムを作ってみた
http://qiita.com/masuidrive/items/1042d93740a7a72242a3

LINE BOT をとりあえずタダで Heroku で動かす
http://qiita.com/yuya_takeyama/items/0660a59d13e2cd0b2516#comment-e6737f3166be32597681

Rails HerokuでLINE BOTを試してみた
http://qiita.com/Arahabica/items/98e3d0d5b65269386dc4

LINE公式
https://developers.line.me/bot-api/getting-started-with-bot-api-trial

PHP + HerokuでLINE BOTを試してみる&ハマったこと
http://qiita.com/chibi929/items/a368fdc3ef3485302302
Callback URLの反映は、わたしの場合は1、2分くらいだったかな。わりとすぐでした。

動かないときは落ち着いて

heroku logs

で確認すれば大丈夫。

初心者なのでちょっとはまった。

Rails4のCSRF対策で「Can't verify CSRF token authenticity」エラー
http://qiita.com/chobi9999/items/2b59fdaf3dd8f2ed9268

NameError uninitialized constant class とかエラーが出たらapplication.rbを編集
https://hackhands.com/rails-nameerror-uninitialized-constant-class-solution/

Undefined Method `strip' とかいうエラーが出たら、なんかstring
じゃなきゃいけない値が違う型になってないか確認
http://stackoverflow.com/questions/2255801/why-am-i-getting-undefined-method-errors-for-strip-and-downcase-when-i-run-r
(わたしはLINE_CHANNEL_IEを数字にしてたw)

ぶじ、うごきました。

11
9
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
11
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?