我可以在不创建应用程序的情况下使用 Graph API 访问 Facebook 页面吗?
Can I access a Facebook Page with the Graph API without creating an app?
以前,我认为可以手动生成 Facebook 页面访问令牌,然后与图形 API 一起使用来查询 posts、评论、喜欢、分享等。现在似乎如果不开发我登录的应用程序就无法查询任何内容,然后该应用程序又生成访问令牌。真的吗?例如,this question from 2015 claims no access token is needed for public data,但是当我尝试他们的示例时 returns "An access token is required to request this resource."
我是 运行 基本竞赛(赠品)页面的管理员。我想使用图表 API 来获取在 post 上点赞、分享或评论的人的姓名。然后我想与那些喜欢该页面的人交叉引用它。我是否必须为此注册并开发应用程序?我的页面是否有可用的访问令牌,无需通过应用程序注册和审核流程?
Can I access a Facebook Page with the Graph API without creating an app?
不,那不可能。您总是必须使用应用程序才能进行任何 API 访问。
Then I want to cross reference it with those that like the page.
这也不可能,即使是使用应用程序也是不可能的。我假设您想确保参与者喜欢您的页面 - 这是不允许的。人们无法 "incentivized" 喜欢您的主页。
平台政策:https://developers.facebook.com/policy/
关于禁止要求人们喜欢您的主页的具体规则的解释:https://developers.facebook.com/docs/apps/examples-platform-policy-4.5
以前,我认为可以手动生成 Facebook 页面访问令牌,然后与图形 API 一起使用来查询 posts、评论、喜欢、分享等。现在似乎如果不开发我登录的应用程序就无法查询任何内容,然后该应用程序又生成访问令牌。真的吗?例如,this question from 2015 claims no access token is needed for public data,但是当我尝试他们的示例时 returns "An access token is required to request this resource."
我是 运行 基本竞赛(赠品)页面的管理员。我想使用图表 API 来获取在 post 上点赞、分享或评论的人的姓名。然后我想与那些喜欢该页面的人交叉引用它。我是否必须为此注册并开发应用程序?我的页面是否有可用的访问令牌,无需通过应用程序注册和审核流程?
Can I access a Facebook Page with the Graph API without creating an app?
不,那不可能。您总是必须使用应用程序才能进行任何 API 访问。
Then I want to cross reference it with those that like the page.
这也不可能,即使是使用应用程序也是不可能的。我假设您想确保参与者喜欢您的页面 - 这是不允许的。人们无法 "incentivized" 喜欢您的主页。
平台政策:https://developers.facebook.com/policy/
关于禁止要求人们喜欢您的主页的具体规则的解释:https://developers.facebook.com/docs/apps/examples-platform-policy-4.5