FB init function gives wrong version error

后端 未结 20 1387
故里飘歌
故里飘歌 2020-12-08 18:18

I\'m using the Facebook JS sdk, and I have created a new App today. Everything is configured properly. Using init function like:

window.fbAsyncInit = functio         


        
20条回答
  •  情书的邮戳
    2020-12-08 19:14

    SINGLE INCLUDE—make sure the Facebook JavaScript API isn't included more than once on your page.

    (This was my problem)

提交回复
热议问题