簡體   English   中英

單擊應用程序通知后,如何重定向到我的應用程序配置文件頁面?

[英]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>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM