Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hunkim/Wit-Facebook into avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
hunkim committed Apr 24, 2016
2 parents a190cf5 + fabd26a commit b8ed58a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ First you need to make a Facebook Page at https://www.facebook.com/pages/create/

![image](https://cloud.githubusercontent.com/assets/901975/14757285/78e65248-0924-11e6-9ffb-e6226a7d434f.png)

### Launch Server in Heruku
### Launch Server in Heroku

* Run heroku create and push to heroku:

Expand Down Expand Up @@ -174,4 +174,4 @@ I reused soruce code and configuration from:
* https://developers.facebook.com/docs/messenger-platform/quickstart

## Contribution
We welcome your comments and PRs!
We welcome your comments and PRs!
6 changes: 3 additions & 3 deletions README_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ I see it’s sunny in Seoul today! # bot

![image](https://cloud.githubusercontent.com/assets/901975/14757285/78e65248-0924-11e6-9ffb-e6226a7d434f.png)

### 서버를 Heruku 에서 돌리기
heroku.com는 본인의 프로그램을 5개 까지 무료로 deploy 해주므로 이 서비스를 이용하여 우리 봇 서버를 돌립니다. 자세한 heroic 사용법은 heroku.com 참조.
### 서버를 Heroku 에서 돌리기
heroku.com는 본인의 프로그램을 5개 까지 무료로 deploy 해주므로 이 서비스를 이용하여 우리 봇 서버를 돌립니다. 자세한 Heroku 사용법은 heroku.com 참조.

* 'heroku create' 명령을 실행한 다음 heroku로 push하여 deploy 합니다.

Expand Down Expand Up @@ -123,7 +123,7 @@ git push heroku master
```bash
curl -X POST "https://graph.facebook.com/v2.6/me/subscribed_apps?access_token=<PAGE_ACCESS_TOKEN>"
```
* You may see:
* Success 신호를 받으면 정상입니다.
```bash
{"success":true}
```
Expand Down

0 comments on commit b8ed58a

Please sign in to comment.