是否必须使用个人资料才能访问 Facebook Graph API?
我正在尝试使用来自外部商业应用程序的 Graph API 访问 Facebook 数据。我已经为我的公司创建了一个登录名,并发现我需要注册 Facebook 应用程序才能使用 Graph API。
但是,我对 Facebook 将个人资料(真实的人)与 Facebook 应用程序关联的要求感到困惑。为什么一个人必须连接到我组织的应用程序?
如果我离开组织怎么办?我工作的公司是否需要挑选另一名员工才能访问 Graph API?
我肯定错过了一些东西。
I'm trying to access Facebook data using the Graph API from an external commercial application. I've created a login for my company and gather that I need to register a Facebook App in order to use the Graph API.
However, I am confused about the Facebook requirement to associate a Personal Profile (a real person) with the Facebook App. Why must a person become connected to my organization's application?
What if I leave the organization? Will the company I worked for need to pick another employee in order to access the Graph API?
Surely I am missing something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在这里的问题似乎是关于一般的 Facebook API 以及为其注册应用程序,而不是关于 Graph API 本身。一般问题的答案是,与 Twitter API 和某些 Google API 一样,个人帐户被用作验证应用程序与真人绑定的过程的一部分。幸运的是,当应用程序开发人员不再为公司工作时,有一个很好的解决方案可以处理:另一个应用程序开发人员可以将他们从应用程序中删除。您可以将团队中的其他人列为应用程序的开发人员,他们将拥有与您相同的编辑权限。
Your question here seems to be about the Facebook API in general and registering an app for it, rather than the Graph API per se. The answer to the general question is that, as with the Twitter API and certain Google APIs, the personal account is used as part of the process of validating that the app is tied to a real person. Luckily, there's a good solution in place for handling when app developers no longer work for a company: another app developer can remove them from the app. You can list someone else on your team as a developer of the app and they will have the same rights to edit it as you do.