“Requires a valid user is specified …” error when using getCount

后端 未结 1 1407
再見小時候
再見小時候 2020-12-21 08:05

I\'m trying to use getCount from test console.

When I enter a uid of a user that has installed my application (using basic and publis

相关标签:
1条回答
  • 2020-12-21 08:30

    John, you don't need extra permissions. The problem is with your access token. The access token that the tool uses it your personal user access token and will only work for your uid. If you use the application access token (meaning APP_ID|APP_SECRET) then you will be able to see the result of this method for all users of your application.

    api.facebook.com/method/dashboard.getCount?uid=[UID]&access_token=[appid|appsecret]&format=json

    0 讨论(0)
提交回复
热议问题