I want to build a mashup of users that have liked my page. This would have similar features to a like box http://developers.facebook.com/docs/reference/plugins/like-box/ (without the stream), but I would be able to cusomise the design / layout. Using fql is it possible to get 30 users with their name, profile picture and uid? I have tried looking around but cannot get a definitive answer. Also if possible can someone provide me with the fql that I would need to use?
Also is there a best way to script Facebook apps ie. php (server side) or javascript (client side) preferred in terms of performance and also in terms of future proofing apps?
Thanks in advance.