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

The Archive Base Latest Questions

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

One immensely useful call in the old REST API is Friends.getAppUsers . This call

  • 0

One immensely useful call in the old REST API is Friends.getAppUsers. This call returns all your friends that are using an application. Sadly, this is not in the Open Graph API. There is a good Stack Overflow post about it, Facebook ‘Friends.getAppUsers’ using Graph API.

However, it is possible to use the Graph API to make FQL calls as can be seen here in the Graph API explorer.

I thought that maybe I could make the following call using the C# SDK:

fb.GetAsync("fql/?q=SELECT uid,username, is_app_user FROM user WHERE uid IN(SELECT uid2 FROM friend WHERE uid1 = me()) AND is_app_user=1");

However, this returned an error. Is there a way to work around the lack of the GetAppUsers call using the existing C# SDK?

  • 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-26T14:14:45+00:00Added an answer on May 26, 2026 at 2:14 pm

    The replacement API call for users.isAppUser is a simple call to /me/?fields=installed
    This also works for a user’s friends so by extension it’s a replacement for friends.getAppUsers.

    I tried this both with the App Access Token and a regular User Access token.
    Make an API call to /{user id}/friends?fields=installed – The return looks like this:

    {
      "data": [
        {
          "id": "{FRIEND_UID_1}"
        }, 
        {
          "id": "{FRIEND_UID_2}"
        }, 
        // etc...
        {
          "installed": true, 
          "id": "{FRIEND_UID_X}"
         }
    

    //SNIP

    You can use the presence, or lack therof, of the installed:true to determine which of the user’s friends use your app.

    If that doesn’t work for you for some reason; won’t you already have a list of uids of users of your app in your own database? You could just retrieve the user’s full list of friends and compare it to your own records of who’s using your app.

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

Sidebar

Related Questions

I can't seem to figure this one out. I have a validator-type script that
one of my users are reporting this error for my game. i am using
One of my biggest typographical frustrations about HTML is the way that it mangles
One of the things that has been talked about a few times on the
Using the right language for the job is the key - this is the
One of My First View Controller's method returns an integer value which I want
I'm relatively new using OOP in PHP. It's helped immensely in the organization and
This is similar to a question I asked earlier . The answers to that
I'm using Google's Custom Search API to dynamically provide web search results. I very
I'm a bit lost on this one, I've tried messing around with geom_polygon but

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.