Skip to content

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

@antonrifco

Description

@antonrifco
  • 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"}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions