Facebook 开放图自定义故事
Facebook open graph custom story
我正在开发一个项目,用户可以从该应用中给我们 publish_actions
,以便我们的后端能够在满足某些条件时发布 Custom Open Graph Story
。
流程是:
- 用户在我们的应用程序上使用 Facebook 登录
- 用户购票
- 用户点击在 facebook 上分享故事按钮,此时 publish_actions 用户被请求
- 应用程序调用 REST 端点,后端使用用户令牌发送和打开图表故事
我们用我们的帐户测试了这个流程(包括在 Facebook 上的开发者,所以充当测试用户)并且它按预期工作。
为了允许其他用户使用此功能,我们应该发送提交审核以获得 publish_action
许可?还有我们的公开图表故事?
n order to allow this feature for the rest of users, we should send a submission review for publish_action permission? And also for our open graph story?
是的,当然,您需要对两者进行审核,然后才能请求普通用户获得该许可,并发布该 OG 故事。
我正在开发一个项目,用户可以从该应用中给我们 publish_actions
,以便我们的后端能够在满足某些条件时发布 Custom Open Graph Story
。
流程是:
- 用户在我们的应用程序上使用 Facebook 登录
- 用户购票
- 用户点击在 facebook 上分享故事按钮,此时 publish_actions 用户被请求
- 应用程序调用 REST 端点,后端使用用户令牌发送和打开图表故事
我们用我们的帐户测试了这个流程(包括在 Facebook 上的开发者,所以充当测试用户)并且它按预期工作。
为了允许其他用户使用此功能,我们应该发送提交审核以获得 publish_action
许可?还有我们的公开图表故事?
n order to allow this feature for the rest of users, we should send a submission review for publish_action permission? And also for our open graph story?
是的,当然,您需要对两者进行审核,然后才能请求普通用户获得该许可,并发布该 OG 故事。