Facebook 无法将有效用户ID解析为fb:admins中的fbid

Facebook 无法将有效用户ID解析为fb:admins中的fbid,facebook,facebook-graph-api,facebook-social-plugins,Facebook,Facebook Graph Api,Facebook Social Plugins,我想使用FB评论插件为页面评论指定版主。据我所知,我已经将我的fbid设置为fb:adminsmeta属性,但并没有出现缓和链接。当我通过FB调试器查看我的页面时,它显示一个错误: Object at URL 'https:XXX' of type 'website' is invalid because the given value '10152336557208977' for property 'fb:admins' could not be parsed as type 'fbid

我想使用FB评论插件为页面评论指定版主。据我所知,我已经将我的fbid设置为
fb:admins
meta属性,但并没有出现缓和链接。当我通过FB调试器查看我的页面时,它显示一个错误:

Object at URL 'https:XXX' of type 'website' is invalid because the given value 
 '10152336557208977' for property 'fb:admins' could not be parsed as type 'fbid'.
请注意,10152336557208977是我的fbid

当我设置
fb:app\u id
而不是
fb:admins
时,一切正常。但我想通过id添加评论管理员


我做错了什么?

FBDebugger在这里解释说,给定的ID不是它可以理解的有效全局用户ID(不要与应用程序范围的ID混淆)

我认为,为了实现这一点,您需要使用您的全局用户id,也就是说,您可以使用facebook.com上的开发工具,通过检查任何可能包含您的全局id的元素(作为html标记上id和/或数据属性的一部分)来获取全局用户id

我首先想到的是标签上的“id”attr,上面的小图片是:

它看起来像id=“profile\u pic\u header\u 123456789”,其中123456789是我的全局id

有了这个ID,爬虫程序应该可以让你成为你页面的管理员