FB.getLoginStatus returns status unknown

前端 未结 10 1274
不思量自难忘°
不思量自难忘° 2020-12-05 14:20

When calling FB.getLoginStatus using a valid Facebook App the response status is always unknown. Exact response is {authResponse: undefined, status: \"unknown\"}.

         


        
10条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-05 14:46

    You have to test it from the live domain (which you provided in the app).

    I had the same problem when testing locally (using local domain).

提交回复
热议问题