I'm currently utilizing the "Facebook Javascript Sdk" to publish messages on a user's wall.
However, I am facing an issue with dynamic redirect URLs. Even though I am explicitly passing the "redirect_uri" as a link with query string in the FB.ui() method, there seems to be no impact. Instead, after posting to Facebook, the page specified as the APP callback URL is being displayed.
If you have any suggestions on how to resolve this dynamic redirect_uri problem, please let me know.
Thank you in advance...