从企业帐户获取数据
当我使用 c# sdk 并查询我的个人“普通”帐户时,一切正常。
但是,当我对 BusinessAccount 使用相同的设置/权限时,结果总是为 null。
例如,如果我
me = this.FBClient.Get("/me")
使用普通/个人帐户,我将按预期收到数据。但在企业帐户上,它总是返回 null 并且不会抛出任何错误。
从企业帐户获取数据有什么区别吗?
When I use the c# sdk and quering my personal "normal" account everything works fine.
But when I use the same settings/permissions with a BusinessAccount I always get null as result.
For example if I do
me = this.FBClient.Get("/me")
with a normal/personal account I'm receiving the data as expected. But on a business account it always returns null and throws NO error.
Is there a difference in getting data from a businessaccount?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
企业帐户没有 Facebook 个人资料,它们仅用于广告管理。因此,他们不会从 /me 返回任何内容。
Business accounts do not have Facebook profiles, they are just for ad management. Hence, they do not return anything from /me.