FB.getLoginStatus() called before calling FB.init()

后端 未结 6 934
北恋
北恋 2020-12-08 04:18

I\'ve this message in my console

FB.getLoginStatus() called before calling FB.init(). 

My code



        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 04:53

    You need to call FB.init function before the calling fb login status function

        

提交回复
热议问题