3
我試圖從test console使用getCount
。使用getCount時出現「需要指定有效用戶...」錯誤
當我進入已安裝我的應用程序的用戶的uid
(使用基本和publish_stream
權限),我收到以下錯誤:
{
"error_code": 240,
"error_msg": "Requires a valid user is specified (either via the session or via the API parameter for specifying the user.",
"request_args": [
{
"key": "uid",
"value": "REMOVED_USER_ID"
},
{
"key": "method",
"value": "dashboard.getCount"
},
{
"key": "access_token",
"value": "REMOVED_ACCESS_TOKEN"
},
{
"key": "format",
"value": "json"
}
]
}
任何想法,爲什麼是這個happenning?我該如何解決它?我需要一些額外的權限嗎?
非常感謝:) –