2010-09-17 53 views
0

此代碼在獨立HTML文件以及iframe FB應用程序的索引頁中工作。我正確地得到FB.ui框。FB.ui在FB畫布內不起作用。幫幫我!

但是,如果我從索引重定向到另一頁,並有相同的代碼,它不起作用。 我得到所有3個警報,但FB.ui不顯示。幫幫我!

我都試過顯示:「對話」,並顯示:「彈出」,但沒有效果:(

alert('1'); 
FB.init(
     { 
      appId : 'MY_APP_ID', 
      status : true, // check login status 
      cookie : true, // enable cookies to allow the server to access the session 
      xfbml : true // parse XFBML 
     } 
    ); 
    alert('2'); 
FB.ui(
     { 
      method: 'stream.publish', 
      message: 'Check out this great app! http://apps.facebook.com/{your_app}', 

     } 
     ); 

alert('3'); 
+0

這是另一個頁面下的其他網頁? – serg 2010-09-17 14:55:03

回答