Facebook Configure / Setup Script Not working on newly created Page/App (using v3.2 Graph API)
See original GitHub issue-
Expected behaviour: After running
claudia update --configure-fb-bot
, the bot should exit successfully (indicating succesful bot setup) -
What actually happens: However, on newly created App (using newly created Page), it seems that this App is mandatorily using v.3.2 Graph API, and it exit with following error:
{"error":{"message":"(#100) The parameter subscribed_fields is required.","type":"OAuthException","code":100,"fbtrace_id":"xxxxxxx"}}
-
Which bot engine (facebook, skype…): Facebook
-
Link to a minimal, executable project that demonstrates the problem:
-
Steps to install the project: Any Standard Facebook Bot
-
Steps to reproduce the problem: On a newly created Facebook App (on newly created Facebook Page), run:
claudia create --region ap-southeast-1 --api-module bot
then, run :claudia update --configure-fb-bot
after awhile, it exit with following error:
{"error":{"message":"(#100) The parameter subscribed_fields is required.","type":"OAuthException","code":100,"fbtrace_id":"xxxxxxx"}}
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:9
Top GitHub Comments
Having the same issue here.
Would someone mind showing me how to make the change to use API v3.1 in
lib/facebook/setup.js
?Maybe @stojanovic or @antonrifco? Cool with a hacky workaround, just don’t see a place to do so. Thanks 🙏
Same issue here…