I need to execute a fql using facebook dll in asp.net. The fql is ="select name, profile_url from user where name = suresh ". When I execute this i could not get the response . I am getting only empty string.
string response = fbService.fql.query("select name, profile_url from user where name = suresh ");
but if i search by id i can get response..
so, how to search by name in that..
thanks r.eswaran.