I've made a facebook application and added it to a fan page. I've also added some code to send friend requests and it redirects fine after the dialog.
However, the notifications received by friends are pointing to a URL of this type:
https://apps.facebook.com/APP_NAME/?fb_source=notification&ref=notif
Instead of this type:
https://www.facebook.com/PAGE_NAME/app_123456789
Is there a way to set up notifications so they point to the second URL ?
My current Application setup is as follows:
Website with Facebook Login
App on Facebook
- Canvas URL: http://ssl.mysite.net/...
- Secure Canvas URL: https://ssl.mysite.net/...
Page Tab
- Page Tab URL: http://ssl.mysite.net/...
- Secure Page Tab URL: https://ssl.mysite.net/...