-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook Configure / Setup Script Not working on newly created Page/App (using v3.2 Graph API) #128
Comments
@antonrifco You can change to v3.1 as a workaround in setup.js under the facebook folder in the source code. |
got it. but, shouldn't we make a proper fix to support this? |
Sorry as I'm new to this and end user, but where is this folder located? (or are there any hacky workarounds as I'm just doing an initial PoC) |
Having the same issue here. Would someone mind showing me how to make the change to use API v3.1 in Maybe @stojanovic or @antonrifco? Cool with a hacky workaround, just don't see a place to do so. Thanks 🙏 |
I believe But I'm not sure how to change the version. |
copying from @andhess 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 🙏' |
Check PR #133 - it should solve this |
I have the same issue here, it appears like this is an issue since some time ago and it's still open, the only workaround is editing or forking the library? |
Same issue here.. |
This project is dead, Jim. |
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"}}
The text was updated successfully, but these errors were encountered: