“Enable if your app is a native or desktop app”
这个设置有点搞。
如果你的App中内置(集成)添加了 App Secret,则请选 YES。
否则请选 NO。
因为 应用内置 App Secret 会取消 Access Token 的访问权限。
你在执行 Facebook Report API 的时候就有可能会遇到
{
"error":
{
"message": "(#15) This method must be called with an app access_token.",
"type": "OAuthException",
"code": 15
}
{
"error": {
"message": "(#15) This method cannot be called with a client token or an app secret embedded in the client code",
"type": "OAuthException",
"code": 15,
"fbtrace_id": "DyiA7Osp/MB"
}
}