Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3805856
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T14:44:38+00:00 2026-05-19T14:44:38+00:00

I have a iFrame FB app (hosted on say mydomain.com) which shows the friend

  • 0

I have a iFrame FB app (hosted on say mydomain.com) which shows the friend invite dialogue using the following:

<body>
<fb:serverFbml>
    <script type="text/fbml">
        <fb:fbml>
            <fb:request-form action="http://mydomain.com/InviteSent.aspx" method="GET" invite="true" type="Game"
                import_external_friends="true" style="background-color:#000"
                content="Hey! Come join me, I'm online now! &lt;fb:req-choice url=&quot;<%=gameUrl%>; label=&quot;Come and play!&quot; /&gt;">
                <fb:multi-friend-selector max="30" cols="3" rows="4" showborder="true" condensed="false" actiontext="Invite your friends to come and play!" />
            </fb:request-form>
        </fb:fbml>
    </script>
</fb:serverFbml>
</body>

The callback/action page that is called after friends have been successfully invited is definately being called okay, but my problem lays in retrieving the Facebook IDs of those invited. FB documentation says they should be form-posted into ‘ids’, so my code behind has this (C# ASP.net):

if( Request["ids"] != null )
     ((Site)Master).FbInviteSent(Request.QueryString.GetValues("ids"));

I have also set authorisation permissions when people add the app, so I don’t believe the issue has anything to do with that.

Cheers in advance for any help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T14:44:39+00:00Added an answer on May 19, 2026 at 2:44 pm

    I found the problem, it was related to retrieving the ids[] values in C#. I had never seen a string array being passed as a HTTP POST/GET parameter. Below is the corrected code:

    if( Request["ids"] != null )
         ((Site)Master).FbInviteSent(Request.QueryString["ids[]"].ToString().Split(','));
    

    Roozbeh, u said;

    I’m guessing that you’re using iFrames
    and not FBML

    ..in fact you didn’t need to guess, I clearly stated that in my first post. Anyway thanks and hope that helps others.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an ASP app that's sitting in an iframe on a page which
Let's say i have a Facebook page tab (iframe) app that i want to
I have an (iframe) app hosted on a tag on a Facebook Page. The
I have a Facebook app that is built as an iFrame. I am using
I have facebook iFrame app which is being displayed in company page. On same
So I have an iFrame app on a fan page, which includes the comments
I have an IFrame app, and I would like to use some Connect features
My facebook app iframe height is stuck at 800px. I have it set at
I have an app (facebook canvas app, facebook displays the app in an iframe)
i know i can have iframe in a html page, say parent.htm, and i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.