I was looking a way to get all the fans for a specified page, of course the user logged should be also the administrator for this page. I'm playing with koala and I can get the id for a page in this way
@graph.get_object("myfanpage")['id']
but how to retrieve the fans profile? Thanks