I am working with the FB Javascript submit dialog. I want iframe / popup to be redirected to another url, so I can note that an FB message has been sent. However, redirect_uri does not seem to work.
<script> function test(){ FB.init({appId: 'xxxxxxxxxx', xfbml: true, cookie: true}); FB.getLoginStatus(function(response) { </script>
source share