Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I tried create a invitation function on iFrame facebook application, but i have errors when submit it, so when user done invite a person, then it should redirect to action url that we set, but the page is not go to the right url, it says "The page you requested was not found."

here is my code that i use :

<fb:serverFbml>
     <script type="text/fbml">
        <fb:fbml>
            <fb:request-form
                action="http://mydomain.com/action"
                method="GET"
                invite="true"
                type="XFBML"
                content="This is a test invitation from XFBML test app" >
                <fb:multi-friend-selector
                    showborder="false"
                    actiontext="Invite your friends to use Facebook." />
             </fb:request-form>
         </fb:fbml>
    </script> </fb:serverFbml>

Thanks

share|improve this question
At which stage does this happen (after submit?)? Does it show you how wrong url looks like? What happens if you click on "skip" button? – serg Aug 4 '10 at 18:49
Seems related: stackoverflow.com/questions/3401292/… maybe some facebook bug – serg Aug 4 '10 at 18:53
Sorry, what stage that you mean? no, is doesn't show of the url. I even tried add url to facebook.com and it still get that error When i click 'skip' button, it get same error to Yes, it same with my case, i'm not sure if is facebook bugs or something. – behtea Aug 5 '10 at 2:08

closed as too localized by Kev Jun 9 '12 at 15:16

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.