How can i list my fans name and id? [closed]-Collection of common programming errors

I’m a FQL new user!I have a fans page, and I’m a admin. Now,I want to use the FQL to list my fan’s name and fan’s id? Please help me!And thanks!

This is what I’ve tried so far –

 
 

and it shows the following error –

Fatal error: Uncaught Exception: 190: Invalid OAuth access token signature. thrown in

C:\AppServ\www\src\base_facebook.php on line 1106

Now it work at:

  
  

But now I write ‘select uid from page_fan where page_id = xxxx’
it’s not work!why? I guess uid from the page_fan is a table format?

This is my full code:

 
 

Thanks!