Have a “apprequests” notification redirect to a we

2019-09-21 20:41发布

I have the FB request dialog (http://developers.facebook.com/docs/reference/dialogs/requests/) setup so my users can invite friends. Everything is working fine, it sends a notification to the user(s) and all, but I want to have it so that when the recipient clicks the notification or 'jewel' it takes them to my website instead of a FB page/app.

1条回答
孤傲高冷的网名
2楼-- · 2019-09-21 21:16

At the moment it's not possible to set the redirect uri on a request. The only way to do this is to have a js redirect on you application canvas.

top.location.href='YOUR_SITE'
查看更多
登录 后发表回答