FB.ui popup window doesn't close

后端 未结 6 1940
青春惊慌失措
青春惊慌失措 2021-01-15 01:44

The initialization code:

            FB.init({
                appId: \'123456789012345\', 
                channelUrl: \'http://localhost/Some/Url/FacebookCh         


        
6条回答
  •  旧时难觅i
    2021-01-15 02:10

    Make sure 'http://localhost/Some/Url/FacebookChannel' hosted in the same domain with your app callback url.

提交回复
热议问题