单击应用程序通知后,如何重定向到我的应用程序配置文件页面?

时间:2012-01-05 16:36:03

标签: php javascript facebook

我已使用

向B发送了申请请求
 FB.ui({ method: 'apprequests', 
        title: 'A request.',
        message: 'Rate Me! Request from: ' +thisname+' ',
        data: ''+thisimg+' '+thisurl+' ',
        filters: ['all'],
        });

当B点击通知时,他将被带到该应用程序。我希望他被重定向到应用程序配置文件页面。我如何实现这一目标?

1 个答案:

答案 0 :(得分:1)

您在de canvas页面中放置了一个javascript重定向,重定向到该页面:<script>top.location.href = 'url to tab/page/anywhere';</script>