Facebook sdk.js returns 404 error

前端 未结 3 1014
我寻月下人不归
我寻月下人不归 2020-12-18 18:59

My web-app has the Facebook JS SDK implemented.

Yesterday, everything was working fine and without any modification on the code, the script request started to return

相关标签:
3条回答
  • 2020-12-18 19:34

    I figured this one out.. it seems the .net isn't working anymore.. I used ".com" instead:

    Use https://connect.facebook.com/en_US/sdk.js

    instead of https://connect.facebook.net/en_US/sdk.js

    0 讨论(0)
  • 2020-12-18 19:41

    It is related to this bug, subscribe to get updated: https://developers.facebook.com/bugs/949091578557056/

    There is a workaround to use .com instead of .net.

    Edit: The bug is fixed now.

    0 讨论(0)
  • 2020-12-18 19:44

    I had the same problem. Use //connect.facebook.com/en_US/sdk.js url.

    0 讨论(0)
提交回复
热议问题