1

I am a beginner of using ChatterOn on creating chatbot integrated on facebook messenger. The problem is that I cannot sync my facebook pages and it keeps saying this error "#100 Tried Accessing non-existing fields (perms) on node type (UserAccountsEdgeData).

How can I resolve this problem?

enter image description here

Earl. Fojas
  • 79
  • 3
  • 12

1 Answers1

1

You may have figured this out already but Facebook deprecated the perms field when asking for a user's account permissions and replaced it with tasks (https://developers.facebook.com/docs/pages/access-tokens#page-tasks).

In your case ChatterOn probably have an updated version that supports this.

Tama
  • 1,625
  • 15
  • 11