我已使用
向B发送了申请请求 FB.ui({ method: 'apprequests',
title: 'A request.',
message: 'Rate Me! Request from: ' +thisname+' ',
data: ''+thisimg+' '+thisurl+' ',
filters: ['all'],
});
当B点击通知时,他将被带到该应用程序。我希望他被重定向到应用程序配置文件页面。我如何实现这一目标?
答案 0 :(得分:1)
您在de canvas页面中放置了一个javascript重定向,重定向到该页面:<script>top.location.href = 'url to tab/page/anywhere';</script>