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.
相关问题
- facebook error invalid key hash for some devices
- LoginActivty with Firebase & Facebook authenticati
- facebook “could not retrieve data from URL”
- setRequestHeader Content-Type causes POST request
- Sharing to Facebook Stories
相关文章
- Facebook login for group members
- Checking & Unchecking Checkboxes inside a JQuery M
- The method FB.api will stop working when called fr
- How to show appropriate icon on dialog box
- React native deep linking vs Facebook SDK conflct
- What are event and UI parameters in Dialog
- Open file from windows file dialog with python aut
- Android - getting an error “no application can per
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'