1
我想使用Graph API搜索用戶(通過其名稱或用戶名)。 我有一個訪問令牌作爲應用程序。 我可以使用應用程序訪問令牌來搜索用戶嗎? ,我需要的結果是這樣的: https://graph.facebook.com/search?q=mark&type=user&access_token=xxxxxx使用Graph API與應用程序訪問令牌搜索用戶
我想使用Graph API搜索用戶(通過其名稱或用戶名)。 我有一個訪問令牌作爲應用程序。 我可以使用應用程序訪問令牌來搜索用戶嗎? ,我需要的結果是這樣的: https://graph.facebook.com/search?q=mark&type=user&access_token=xxxxxx使用Graph API與應用程序訪問令牌搜索用戶
我試圖與一個應用程序訪問令牌和錯誤是
{
"error": {
"message": "A user access token is required to request this resource.",
"type": "OAuthException",
"code": 102
}
}
所以,不,你必須使用一個用戶訪問令牌搜索用戶