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

  • Home
  • SEARCH
  • 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 7572305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:53:34+00:00 2026-05-30T15:53:34+00:00

Been reading here for quite a while now.. But cant seem to figure out

  • 0

Been reading here for quite a while now.. But cant seem to figure out Facebook.
I certainly am not a coder, allways been more of a practical guy and learned as i go but.. this stuff i really cant figure out..

I’m making a fanpage applicaton – like a quiz or something.. Been using developers.facebook samples and arranging stuff on my own but .. cant get it to work..

What am i doing?
1. I would like to embedd a Multi-Friend-Selector in a fanpage as a “iframe” or allways visual or a popup.
Now i solved it by adding an input button that calls multi-friend-selector but when i choose friends to send an application request they dont get it? I’ve been trying for quite some time now but cant seem to make it work..

  1. Want to post to wall at the same time when users use my app.. Solved it with a button click that calls out a dialog to post to wall but could i embedd it with a “send” button or something?

Here’s my code;

“MFS;

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<p>
<input type="button"
  onclick="sendRequestViaMultiFriendSelector(); return false;"
  value="Invite Friends To Grobnik"
/>
</p>

<script>
  FB.init({
    appId  : '338625489510276',
    redirect_uri : 'http://www.facebook.com/TrackDay',
  });

  function sendRequestToRecipients() {
    var user_ids = document.getElementsByName("user_ids")[0].value;
    FB.ui({method: 'apprequests',
      message: 'test',
      to: user_ids, 
    }, requestCallback);
  }

  function sendRequestViaMultiFriendSelector() {
    FB.ui({method: 'apprequests',
      message: 'test'
    }, requestCallback);
  }

  function requestCallback(response) {
    // Handle callback here
  }
</script>

“

But dont know.. am i suppose to add some permisions to my app settings? It’s really bugging me that Inviter show’s up but doesnt send out requests for the application

Thanks for all the help.. Really appreciate it and i’m really trying to learn

  • 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-30T15:53:36+00:00Added an answer on May 30, 2026 at 3:53 pm

    Try this code:

    <div id="fb-root"></div>
    <script src="//connect.facebook.net/en_US/all.js"></script>
    <button id="send-to-many">Send App request</button>
    <script>
      FB.init({
        appId  : '338625489510276',
      });
    document.getElementById('send-to-many').onclick = function() {
      FB.ui({
        method: 'apprequests',
        message: 'You should learn more about the Platform.'
      },
      function(response) {
        if (response) {
    alert('invited');
        } else {
    alert('not invited');
        }
      }
    );
    }
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been reading things here and there for a while now about using an
I've been reading StackOverflow for quite a while now and I'm only now building
I have been reading up on Cloud computing on here and still not getting
I'm new to AutoMapper and I've been reading and reading questions around here but
I have been reading here and there about multiple JQuery selectors but I couldn't
I've been reading through the Zend_View documentation, and I'm not quite sure I understand
I've been reading some issues here with NSURLRequest timeOut, but I see no answer
Brand new poster here on StackOverflow. I've been reading and learning here for some
I've been reading about thread-safe singleton patterns here: http://en.wikipedia.org/wiki/Singleton_pattern#C.2B.2B_.28using_pthreads.29 And it says at the
I've been reading about web services here on SO, on Wikipedia, Google, etc., and

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.