从企业帐户获取数据

发布于 2024-12-01 15:30:34 字数 242 浏览 2 评论 0原文

当我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

皓月长歌 2024-12-08 15:30:34

企业帐户没有 Facebook 个人资料,它们仅用于广告管理。因此,他们不会从 /me 返回任何内容。

Business accounts do not have Facebook profiles, they are just for ad management. Hence, they do not return anything from /me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文