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
{{ message }}
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.
Is this a bug, security, feature request, or feedback: bug
Steps to Reproduce
Talk to my bot
Observed
Something went wrong: 400 - {"error":{"message":"(#100) Tried accessing nonexisting field (name) on node type (MessengerPageScopedID)","type":"OAuthException","code":100,"fbtrace_id":"EH1sMyJphfS"}}
broid-messenger tries to get some fields relative to connected user. These are name, first_name, last_name (see adapter.js line 202).
I checked the properties available from my account with the following request:
GET https://graph.facebook.com/v2.8/<myid>?&access_token=<mytoken>
Is the name field really needed.
I tried to run a bot with botpress.io and it worked well so the problem is not with my account.
Maybe first_name and last_name is sufficient ?
The text was updated successfully, but these errors were encountered:
Overview
Steps to Reproduce
Talk to my bot
Observed
broid-messenger tries to get some fields relative to connected user. These are name, first_name, last_name (see adapter.js line 202).
I checked the properties available from my account with the following request:
and I get:
No sign of
name
field.Expected
Is the
name
field really needed.I tried to run a bot with botpress.io and it worked well so the problem is not with my account.
Maybe
first_name
andlast_name
is sufficient ?The text was updated successfully, but these errors were encountered: