claudiajs / claudia-bot-builder

Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
https://claudiajs.com/claudia-bot-builder.html
MIT License
1.84k stars 253 forks source link

Facebook Configure / Setup Script Not working on newly created Page/App (using v3.2 Graph API) #128

Open antonrifco opened 5 years ago

antonrifco commented 5 years ago

{"error":{"message":"(#100) The parameter subscribed_fields is required.","type":"OAuthException","code":100,"fbtrace_id":"xxxxxxx"}}

after awhile, it exit with following error: {"error":{"message":"(#100) The parameter subscribed_fields is required.","type":"OAuthException","code":100,"fbtrace_id":"xxxxxxx"}}

rrohan92 commented 5 years ago

@antonrifco You can change to v3.1 as a workaround in setup.js under the facebook folder in the source code.

antonrifco commented 5 years ago

got it. but, shouldn't we make a proper fix to support this?

djangobeatty commented 5 years ago

@antonrifco You can change to v3.1 as a workaround in setup.js under the facebook folder in the source code.

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)

andhess commented 5 years ago

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 🙏

94929 commented 5 years ago

@djangobeatty

I believe <PROJECT_FOLDER>/node_modules/claudia-bot-builder/lib/facebook/setup.js is the file.

But I'm not sure how to change the version.

AmrZoheir commented 5 years ago

copying from @andhess '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 🙏'

prathmj commented 5 years ago

Check PR #133 - it should solve this

bionicmaster commented 4 years ago

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?

rluisnpt1 commented 3 years ago

Same issue here..

tomchiverton commented 6 months ago

This project is dead, Jim.