asp.net で facebook dll を使用して fql を実行する必要があります。fql は、="select name, profile_url from user where name = 'suresh'" です。これを実行すると、応答が得られませんでした。空の文字列のみを取得しています。
string response = fbService.fql.query("select name, profile_url from user where name = 'suresh'");
しかし、IDで検索すると、応答を得ることができます..
それで、その中で名前で検索する方法..
r.eswaran に感謝します。