我幫助了一個朋友與場地列出FB上的所有事件與位置,門票URI,時間網站,名單的Facebook頁面事件使用FQL或圖形API
場地等我已經找到了很多關於如何獲取數據的信息,但是我不清楚如何在沒有登錄到FB的情況下獲取公共事件。
我需要什麼類型的令牌才能讓網站簡單地提取事件數據並將其顯示給訪問者?
基本上,我試圖做的是顯示一系列即將發生的事件,並假設該網站的訪問者未登錄到FB。
在此頁面,https://developers.facebook.com/docs/reference/fql/event,就這樣說:
權限
要閱讀你所需要的事件表:
a generic access_token for public events (those whose privacy is set to OPEN)
a user access_token with user_events permission for a user who can see the event for non-public events
an app access_token with user_events permission (for non-public events, must be the app that created the event)
a page access_token with user_events permission (for non-public events, must be the page that created the event)
我不希望得到的代碼幫助真的,我只是無法弄清楚access/auth過程如何工作。
看來FQL可能是最好的選擇,所以我可以根據日期範圍進行查詢,但唉,我卡在access/auth/token部分。
我需要在第三方網站上列出Page的事件嗎?
如果有人有任何意見,我將不勝感激。謝謝。