FB.ui popup window doesn't close

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

The initialization code:

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


        
6条回答
  •  春和景丽
    2021-01-15 01:59

    A bit old thread, but this might help someone... The popup will self close if you neglect to put in the "redirect_uri" parameter. (plus, the response callback will now work too)

提交回复
热议问题