Facebook 191 redirect_uri只在facebooktab中出错

I have been searching this site for 3 days now and I still can't fix my problem.

My problem is that I get the populair 191 error on FaceBook.

I know there are a lot posts about it, but I still can't fix it and that's why I make my own post.

My situation:

When I call my page directly from my server the share option works, but when I call the exact same page from my tab on FaceBook it doesn't work and I get the 191 error.

This is my code:

     <script src='https://connect.facebook.net/en_US/all.js'></script>

<script>

      FB.init({appId: "182845311856304", status: true, cookie: true});

      function postToFeed() {

        // calling the API ...
        var obj = {
          method: 'feed',
          redirect_uri: 'http://www.permobil.socialdutch.nl/socialdutch/resporter/app/likefb.php',
          link: 'https://www.facebook.com/amateurvoetbal/app_182845311856304',
          name: 'Resporter',
          picture: '',
          caption: '',
          description: ''

        };



        FB.ui(obj);
      }

</script>

My developers details are:

(Can't post images, because I just registered.)

http://imageshack.us/photo/my-images/443/naamloosh.jpg/

Would appreciate some help!