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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:15:41+00:00 2026-06-09T08:15:41+00:00

By which I mean when people can make sub lists of friends (i.e. work

  • 0

By which I mean when people can make sub lists of friends (i.e. work friends, family, close friends).

Is it possible to access these, as I would like my app to let the user target specific groups of friends to send messages to without having to manually choose each person?

Any searches for ‘facebook groups’, ‘facebook friends groups’ or ‘friends list’ turns up info on how to access the main friends list – which I can already do.

Has anyone managed to do this before? On the one hand I think it could be prohibited due to privacy issues, on the other hand I would think Facebook would prefer that users could message groups of friends in apps.

  • 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-09T08:15:42+00:00Added an answer on June 9, 2026 at 8:15 am

    You can most certainly get at this data. There is a specific permission called user_friendlists. You’ll have to request that permission from your users and once you have it, all you have to do is query this Graph end point –

    https://graph.facebook.com/USER_ID/friendlists
    

    It’ll return data similar to this –

    {
      "data": [
        {
          "id": "XXX", 
          "name": "Close Friends", 
          "list_type": "close_friends"
        }, 
        {
          "id": "YYY", 
          "name": "♥", 
          "list_type": "user_created"
        }, 
        {
          "id": "ZZZ", 
          "name": "Offline", 
          "list_type": "user_created"
        }, 
        {
          "id": "AAA", 
          "name": "The Office", 
          "list_type": "work"
        }, 
        {
          "id": "BBB", 
          "name": "Acquaintances", 
          "list_type": "acquaintances"
        }, 
        ...
    

    As you can see, there are both types of friend lists here. Automatically generated ones such as

    • Close Friends
    • Acquaintances

    And some custom ones that I manually created –

    • ♥
    • Offline
    • The Office

    To get at the actual friends listed within these lists, you use the /members end point.

    https://graph.facebook.com/USER_ID/FRIENDLIST_ID/members
    

    This is only the read permission, you’ll need the additional manage_friendlists to be able to create/edit those lists.

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

Sidebar

Related Questions

how we can store the e mail id into a database? i mean which
What most people mean by autocomplete is that the app has a textview/searchbar/whatever which
By which I mean a structure with: O(log n) complexity for x.push() operations O(log
I mean we have a class which is already loaded in JVM. and in
which open source software options exist for generating terminal graphics? I mean, there is
I want to average some .jpg images which are corrupted by zero-mean Gaussian additive
How do I know which is the current folder of an App? I mean...
I'm creating an iPad application which needs a UIPopoverController like this one (I mean,
df <- data.frame(age=c(10,10,20,20,25,25,25),veg=c(0,1,0,1,1,0,1)) g=ggplot(data=df,aes(x=age,y=veg)) g=g+stat_summary(fun.y=mean,geom=point) Points reflect mean of veg at each age, which
We have a web app which can upload files to S3. For this to

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.