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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:37:13+00:00 2026-05-27T16:37:13+00:00

I am developing an ASP.NET application. I implemented Facebook JavaScript API in my application,

  • 0

I am developing an ASP.NET application. I implemented Facebook JavaScript API in my application, for connect with Facebook and get FB friend list of user. I had done this successfully.
Now, I want to count how many friends are invited by user. Is it possible with facebook API. User can select multiple friends and i want to count how many friends selected and invited by user, Invited friends Id is bonus if We can get.
Please don’t forget that facebook changed its Oauth settings for security reasons.
I’m also trying to get ids values after Send Invitation button clicked and page post back to

if (Request.Form["ids"] != null)
        {
            span1.InnerHtml = "ids";
//put success code here..
        }
        else
        {
            span1.InnerHtml = "oops no id";
        }
      if (Page.PreviousPage != null)
{
span1.InnerHtml = "ids";
//put success code here..
}
else
{
span1.InnerHtml = "oops no id";
}

but in this case program control always goes to else condition it means after page is post back form return null value.
Is there any way to get ids of invited friends.
Thanks.

  • 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-27T16:37:13+00:00Added an answer on May 27, 2026 at 4:37 pm

    If you using Facebook Requests to send invites (you really should, it’s intended for this), the only way to get invited friends is via Facebook Requests Dialog callback:

    FB.ui({method: 'apprequests', message: 'Whoa!'}, callback);
    
    function callback(response){
      // response.to now contain array of invited users ids
      console.log('Invited friends ids', response.to);
      if (response.request) {
        console.log('Efficient Request id', response.request);
      } else {
        console.log('Requests Ids', response.request_ids);
      }
    }
    

    There is no way to get request sent by user via Graph API or FQL, you only can get requests received by user. You may save all requests sent by your users and rely on this data if you need aggregated count of invitation sent…

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

Sidebar

Related Questions

I am developing an ASP.NET application. I implemented Facebook API in my application now
I'm developing an ASP.NET MVC application that will send the user a confirmation email.
I am developing an ASP.Net application that will need to verify that the user
I am developing an application which is web-based (asp.net MVC). The user configures reminders
I'm developing an ASP.NET web application. When a user loads a specific page on
I developing ASP.NET application using a Swedish version of Windows XP and Visual studio
I'm developing an ASP.NET application with VB, and using SQL Command and Connection in
We are developing an ASP.NET application. We retained an outside UI design firm, and
I've developing an ASP.NET application that interfaces with Google Maps and retrieves marker information
I'm developing an ASP .NET application, nothing fancy just another LOB App. Our company's

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.