I would like to use a variable in my FQL query. I'm using Koala in my rails environment to access Facebook variables
u1 = f["uid1"]
@opponent = @graph.fql_query('select name, pic_square FROM user WHERE uid = "' + u1 + '"')
The above code is not working. I'd appreciate any feedback! Thanks!!