Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
418 views
in Technique[技术] by (71.8m points)

javascript - Facebook API Mutual Likes'message:(#100)尝试访问节点类型(User)上不存在的字段(context)'(Facebook API Mutual Likes 'message:(#100) Tried accessing nonexisting field (context) on node type (User)')

I got this error when pass the facebook mutual likes.

(通过facebook共同喜欢时出现此错误。)

Other API call are fine, but this, i cant call

(其他API调用也可以,但是我不能调用)

How can i solved?

(我该如何解决?)

This is my code:

(这是我的代码:)

request.fbData(
      `/${facebookId}?fields=context.fields%28mutual_likes%29&access_token=${facebookToken}`,
      'get',
    )

and i got this error:

(我得到了这个错误:)

message:(#100) Tried accessing nonexisting field (context) on node type (User)
type:OAuthException
code:100
fbtrace_id:AY6lqig30DrZoAyqc0Q5V6U

Anyone can help me?

(有人可以帮助我吗?)

  ask by Alisson Blaas translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...