I created an app on Facebook.
Thanks to this app, the users can publish on their wall. All works fine, but I would like to specify an url to redirect to when the user click on the link “via {APP_NAME}” on a publication. For the moment, it’s redirecting to https://www.facebook.com/apps/application.php?id=APP_ID
I created an app on Facebook. Thanks to this app, the users can publish
Share
Link with text "via Application Name" that appear aside of stories published by applications lead to:
You cannot make this link to point to completely different URL.
If you still need a redirection to resource other than outlined above you can configure Application Site/Canvas URL and do redirection from there once users land to your Application with
fb_sourceparameter specified.fb_sourcemay contain different values so you can decide if you want to do a redirection, it’s not documented in complete way but there are some examples:Like Button documentation:
Send Button documentation:
fb_sourcemay be alsofeed(and probably more values that documented elsewhere or not documented at all).