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 7774447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:22:54+00:00 2026-06-01T17:22:54+00:00

I am working on a project in which i have implemented Friends invitation using

  • 0

I am working on a project in which i have implemented Friends invitation using Graph API, i am posting on friend’s wall to invite them to my website, this is working fine for one friend invite at a time,i want to invite multiple friends at a time how can i give ID’s of multiple friends for inviting? below is my code for posting on wall

 FB.ui(
                      {
                        method: 'feed',
                        name: 'My Books',       
                        picture:  'abc.jpg,
                        caption: 'Reference Documentation',
                        to: friend_id,
                        description: 'Join.'
                      },
                      function(response) {
                        if (response && response.post_id) {
                           DivMsgText("Friend has been invited");
                        } 
                      }
                    );

How can i specify multiple friend’s ID in to field? I have array in which friends are appearing but when i specified it in to field,it is not posting on wall

  • 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-06-01T17:22:55+00:00Added an answer on June 1, 2026 at 5:22 pm

    You can not specify multiple ID in that field. When you think that how easy it is to spam, it makes sense. if you want to post on multiple users friend, try graph api:

    $user_ids = new Array(); //array of user ids;
    for($i = 0; $i<$total_ids; $i++)
    {  
    $result = $facebook->api('/'.$user_ids[$i].'/feed', 'post', array(
        'message' => $status,
        'picture' => $picture,
        'link' => $link,
        'name' => $name,
        'caption' => $caption,
        'description' => $desc,
    ));
    }
    

    but the problem is, you cannot post it to too many peoples wall. it’s likely to exceed maximum php execution time of 60 seconds.

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

Sidebar

Related Questions

I have been working on a course project in which we implemented an FPS
I'm working on a project in which we have a database, data layer (entity
My problem/issue We are working on an opensource project which we have hosted on
I'm working on a project which will end up have a lot of application
I have just begun working on a project which uses Mercurial as a version
I have started working on a project which requires Natural Language Processing. We have
Suppose you're working on an enterprise project in which you have to get management
I'm working on a large project (for me) which will have many classes and
I am working on a javascript project which involves parsing xml data. I have
I'm working on a web project, which have to process so many client requests.

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.