1. webhook url verify success
but I'm not know that how I get userID like https://devdocs.line.me/en/#bot-api-get-profile
2. if I write /callback that
```python
@app.route("/callback", method…
I started from a fresh LAMP stack on Ubuntu 16.04, updated it and installed the latest version of pip.
Then I installed the line bot sdk, and all the requirements.
I made a new file, test.py and cop…