You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see the code/documentation for there in [bot.py](pymessenger.bot.py)
12
27
13
28
The functions return the full JSON body of the actual API call to Facebook.
14
29
15
30
### Register for an Access Token
16
31
17
-
You'll need to setup a Facebook App, Facebook Page, get the Page Access Token and link the App to the Page before you can really start to use the Send/Receive service.
32
+
You'll need to setup a [Facebook App](https://developers.facebook.com/apps/), Facebook Page, get the Page Access Token and link the App to the Page before you can really start to use the Send/Receive service.
18
33
19
34
[This quickstart guide should help](https://developers.facebook.com/docs/messenger-platform/quickstart)
0 commit comments