我有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"
但我想要所有的list.All细节uid,profile_url和pic_square。 请有人帮帮我..
答案 0 :(得分:1)
当您获得类似的返回结果时,表示没有返回与您的查询匹配的数据。我可以立即想到两件会导致这种情况的事情:
我建议您在API Test Console中尝试查询。选择您的应用程序,然后从Method下拉列表中选择“fql.query”,并在那里尝试查询。