我正在使用FB.ui将用户发送到他的墙上。
直到几周前一切都还可以,但现在我的一半股份都停止了工作。
这是我的代码:
FB.ui({
method:'feed',
app_id:677888332222437,
link:'http://mozilla_firefox.en.downloadastro.com',
picture:'http://images.downloadastro.com/icon/mozilla_firefox_64_64.jpeg',
name:'Mozilla Firefox',
caption:'Great software - pass it on',
description:'User-friendly and personalized internet browser'},
function(response){if(response&&response.post_id){self.location.href='//mozilla_firefox.en.downloadastro.com/download/'}
else{self.location.href='//mozilla_firefox.en.downloadastro.com/download/'}});
}
现在我使用FB开发者仪表板找到的是,如果我更改了#34; http://mozilla_firefox.en.downloadastro.com"到" http://mozilla-firefox.en.downloadastro.com"它有效,所以问题在于下划线。
但是有人看到过这个错误吗?我怎样才能覆盖这个?