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
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"}}