I use the js sdk to get a list of my friends with no problem. The list I get is from my facebook personal page (Tony Easterbird)
I alse have a fan type page, called Katahdin Sheep. I want to get a list of people who like this page. (Katahdin Sheep).
the appID is the same for both pages, so I am a little confused on how to get the list.
If have tried:
FB.api('me/KatahdinSheep', function(response){... etc
and also:
FB.api ('Katahdin.Sheep', function(response){ ... etc
Can you please steer me in the right direction? Your help is truly appreciated.
Tony