我總是通過JavaScript這個URL(https://graph.facebook.com/[PAGE-ID])來獲得喜歡的量,但現在我得到一個錯誤:獲取量喜歡Facebook的
"An access token is required to request this resource."
- 是否有另一種可能性,以獲得喜歡沒有令牌?
- 我可以直接將我的訪問令牌設置爲請求(安全)嗎?令牌是祕密令牌嗎?
我總是通過JavaScript這個URL(https://graph.facebook.com/[PAGE-ID])來獲得喜歡的量,但現在我得到一個錯誤:獲取量喜歡Facebook的
"An access token is required to request this resource."
你不能得到它沒有令牌。閱讀有關如何生成令牌的更多信息here