自动发布到 Facebook 中的用户墙

发布于 2024-10-22 04:03:37 字数 320 浏览 0 评论 0原文

我想开发一个自动将数据发布到 Facebook 用户墙上的应用程序。

我已经考虑过必须首先在 facebook 上授权用户的想法。

工作流程应该是这样的:

1.- 用户注册,他收到带有数字 ID 的条形码。

2.- 稍后,用户扫描嵌入式设备中的条形码,它将数字 ID 发布到某些 php magic...并且一些文本自动发布到他的墙上,无需登录,什么也没有,我们应该仅根据我们的第一次注册。 (嵌入式设备/计算机/读取条形码的东西)必须是无头的。

当前的 Facebook oAuth 模型是否有可能出现这种情况?

提前致谢。

I would like to develop an application that automatically posts data to Facebook User's walls.

I have already contemplated the idea of having to authorize users first on facebook..

Workflow should be like:

1.- User is registered, he receives a barcode with a numeric ID.

2.- Time later the user scans barcode in embedded device, it posts the numeric ID to some php magic... and some text is published to his wall automatically, no login, no nothing, we should get the user data just based on our first registration. The (embedded device/computer/thing that reads barcodes) must be headless.

Is this even possibly with the current Facebook oAuth model??

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

未蓝澄海的烟 2024-10-29 04:03:37

这有帮助吗?

Facebook API:如何发布到自己的应用程序墙没有登录

问题中显示“应用程序墙”,但答案引用了“用户墙”。

...如果您想在不登录的情况下发布到用户墙,您还需要此用户长期访问令牌,为此您必须请求离线访问权限。

Does this help?

Facebook API: How to post to own application wall without login

It says 'Application Wall' in the question but the answer makes reference to the 'User Wall'.

...and if you want to publish to an user wall without login, you also need this user long live access token, for that you have to ask for Offline access permission.

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