Skip to content

Commit e613df7

Browse files
edit documentation
1 parent cf2cff0 commit e613df7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,13 @@ The project has a **Swagger** that has documented the most important endpoints o
246246

247247
This documentation can be enabled or disabled from the [configuration](#configurations) files.
248248

249+
- Default: `http://localhost:8080/api-docs`
250+
251+
#### URL Scheme
252+
```
253+
<http|https>://<server_url><port>/api-docs
254+
```
255+
249256
<a name="setup-the-facebook-app"></a>
250257
## 📱 Setup the Facebook App
251258

@@ -356,7 +363,9 @@ With the local server and the connection tunnel initialized, we will configure t
356363
357364
5. These are the last settings to be made and are optional.
358365
It consists in executing a curl script in the terminal to implement some options, don't forget to put the access token to make it work.
359-
366+
367+
> 💬 Note: You can run these scripts from Swagger, but you must adjust the files that are inside the `./templates/configs` folder
368+
360369
#### Add button Get Started
361370

362371
```bash

config/development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"params": {
1313
"fbApiVersion": "v8.0",
1414
"verifyToken": "my_awesome_bot_verify_token",
15-
"accessToken": "EAAFCamUGNZBQBAGNabKR5pZBvOF8ZBvdOuEI6shdZA9MXiKFowFBraik8iU0ScE7zQOZCeTrksWAiE5081dPSvQcZCv8BFgRxkOHBbpc9VOEBBiPiIoMQe4ZAZBK7bVpMXPsrPHzfeE8ZApB5tV0ZCuIoW4oJz23RQRhU2j7Cv1dDMCwZDZD",
15+
"accessToken": "",
1616
"subscribedFields": "messages,messaging_postbacks",
1717
"userFields": "id,name,first_name,last_name,email",
1818
"secrets": ""

0 commit comments

Comments
 (0)