Facebook friends.getLists failing
- by Shaun Budhram
Hi all,
I'm trying a simple request on Facebook to return all my friend lists. I'm trying this in Facebook's test console, as well as through an iPhone app i'm working on.
friends.getLists
(also alternatively through FQL)
SELECT flid, name FROM friendlist WHERE owner=4810796
I am currently logged in, so using that number should be valid.
Both are returning an empty list (not erroring out), but I am certain that I have a few friend lists set up. I've also tried using this with a test account I set up, but got the same results. I could have sworn this command was working earlier.
Can anyone please either verify or reject that this is happening for them?
Thanks.