我試圖請求與PHP API的stream_tag Facebook的表應用請求stream_tag表
SELECT post_id,actor_id, target_id
FROM stream_tag
WHERE target_id= me()
它只是讓我10個結果。我怎樣才能真的所有結果?
我得到這一切的權限:
email
user_about_me
user_birthday
user_hometown
user_location
user_status
friends_about_me
friends_status
read_stream
read_insights
我不能要求這兩個權限: friends_photo_video_tags user_photo_video_tags 它不會從界面上。 我正在嘗試與其他人 – 2012-04-20 12:07:18
您可以在圖表資源管理器中找到完整的權限列表:https://developers.facebook.com/tools/explorer。點擊「獲取訪問令牌」按鈕,查看列出的兩個_photo_video_tags權限。請注意,剛剛提到的Graph Explorer列表包含的權限比官方API更多:https://developers.facebook.com/docs/authentication/permissions – 2012-04-20 12:31:19
這些權限只是不可選擇的(正如您在這裏看到的,http:// screencast .com/t/YyVdr6F3Flt) 你覺得它會改變什麼嗎?我得到了10個結果,所以如果我沒有好的燙髮,他們不會給我結果? – 2012-04-20 12:35:01