question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 5 years ago
  • Reactions:2
  • Comments:9

github_iconTop GitHub Comments

1reaction
andhesscommented, Feb 3, 2019

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 🙏

0reactions
rluisnpt1commented, Jan 11, 2021

Same issue here…

Read more comments on GitHub >

github_iconTop Results From Across the Web

v3.2 - Graph API - Meta for Developers
We are introducing a new ads run status where a campaign, ad set, or ad can be set to WITH_ISSUES if it can't...
Read more >
Quickstart - Facebook SDK for JavaScript - Meta for Developers
This quickstart will show you how to setup the SDK and get it to make some basic Graph API calls. If you don't...
Read more >
Graph API - Documentation - Meta for Developers - Facebook
The Graph API allows you to read and write data to and from the Facebook social graph.
Read more >
User - Graph API - Meta for Developers - Facebook
The app user's App-Scoped User ID. This ID is unique to the app and cannot be used by other apps. Core. about. string....
Read more >
v3.0 - Graph API - Facebook for Developers
Version 3.0. Graph API | Marketing API. Changelog entries are categorized in the following way: New Features — New products or services, including ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found