Refused to display document because display forbidden by X-Frame-Options

后端 未结 3 1462
我寻月下人不归
我寻月下人不归 2021-01-01 13:30

I\'m building a Facebook app and I have noticed that when attempting to get the login status of the user using their Javascript API, I sometimes get the error:

\"Ref

3条回答
  •  盖世英雄少女心
    2021-01-01 14:16

    I had this problem too, fixed it with: The app was redirecting the user to a login screen from Facebook (auth dialog box), while the user was already logged in. So I changed the code to redirect either to the success page if logged in, or to the dialog box if not logged in.

提交回复
热议问题