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


How do I redirect to my application profile page after I click on the application notification?

我已经使用向B发送了一个应用程序请求

 FB.ui({ method: 'apprequests', 
        title: 'A request.',
        message: 'Rate Me! Request from: ' +thisname+' ',
        data: ''+thisimg+' '+thisurl+' ',
        filters: ['all'],
        });

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

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

相关文章: