I'm using Koala to query the FB API. It works fine for users that are not Test Users. The following FQL results in a Nil class.
@result = @graph.fql_query('SELECT pic_square FROM user WHERE uid = Test_User_id')
Any clues why this is the case. Thanks!