自动发布到 Facebook 中的用户墙
我想开发一个自动将数据发布到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这有帮助吗?
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'.