Facebook friends.getLists failing
Posted
by Shaun Budhram
on Stack Overflow
See other posts from Stack Overflow
or by Shaun Budhram
Published on 2010-04-19T08:16:06Z
Indexed on
2010/04/19
8:23 UTC
Read the original article
Hit count: 565
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.
© Stack Overflow or respective owner