Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook smart friendlist via API

Trying to retrieve friends on smart (auto-generated) friendlists via the API, but it is returning no data.

Via graph explorer: /<friendlist id>?fields=members

If this is a custom list (not auto-generated) this returns:

{
  "id": "<friendlist id>", 
  "members": {
    "data": [
      {
        "id": "<friend id>", 
        "name": "<name>"
      }
    ]
  }
}

However, with auto-generated lists I seem to get just the id back and no members.

like image 529
nehz Avatar asked Mar 08 '26 09:03

nehz


1 Answers

This seems to be a known bug for smart lists:

http://developers.facebook.com/bugs/471978009483097/

like image 128
nehz Avatar answered Mar 10 '26 16:03

nehz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!