开发者

FB.ui app request goes to a 4oh4.php error page when user clicks accept, how to fix?

I have a bit of code to let users invite their friends to my 开发者_JAVA技巧site. It looks like this:

$('#invite').click(function () {
    FB.ui({ method: 'apprequests', message: "Check out ... great service ...!" });
});

When the user clicks the invite button, it pops up the apprequests dialog fine. The user selects some friends, and clicks "send requests".

However, when their friends (under apps requests) click the "Accept" button, it goes to http://www.facebook.com/4oh4.php

How can I resolve this?


This is logged as a bug with Facebook. One user suggests setting the "bookmark" property in the advanced app settings to the desired destination URL.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜