以下に示すようなfqlクエリがあります。
Select uid,profile_url,pic_square from user where name="Ershad"
ここで私は以下のような応答を得ています。
xml version="1.0" encoding="UTF-8"
fql_query_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" list="true"
しかし、私はすべてのリストが必要です。すべての詳細uid、profile_urlおよびpic_square。誰か助けてください。