2011-09-26 118 views
0

我已經授權我的應用程序,並確保它獲得'user_likes'權限。
當我執行此查詢:page_fan查詢不返回結果

select uid from page_fan where uid='<uid here>' 

這是結果:

< fql_query_response的xmlns = 「http://api.facebook.com/1.0/」 的xmlns:的xsi =」 http://www.w3.org/2001/XMLSchema-instance「list =」true「/>

我需要檢查什麼?我錯過了什麼?

+0

是的,我確定我已經「喜歡」幾頁。 – Brian

回答

2

您的查詢是要求用戶標識,但您已經知道它。我相信你的意圖是做到以下幾點:

select page_id from page_fan where uid={uid here}