大型机访问 Facebook 数据
我正在处理一项请求,允许我们的 Unisys 大型机用户从非 GUI 终端访问他们的 Facebook 数据。根据“无抓取、无自动化”的 Facebook 服务条款以及 Facebook 的 oAuth 身份验证的工作方式,我不明白大型机软件如何登录用户的帐户来访问/更新其数据。
Facebook 是否支持任何不需要人坐在 GUI 屏幕前的身份验证?
I am working on a request to allow our Unisys mainframe users to access their Facebook data from non-GUI terminals. Based on the "no scraping, no automation" Facebook terms-of-service, and the way Facebook's oAuth authentication works, I don't see how the mainframe software can log on to the user's account to access/update their data.
Does Facebook support any kind of authentication that does not require a person sitting at a GUI screen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Rod,
阻止我的是 OAUTH 代码。 Twitter(我相信 Facebook)允许通过 OAuth 进行 API 连接。您必须创建回调并使用 Unisys CryptoAPI 来处理一些摘要创建。我这样做的另一种方法是使用 MCP JProcessor 并在这方面实现它,但我确信您正在寻找一种 ALGOL 方法来实现它。如果您需要添加 OAUTH 代码并且可以处理特殊的 SHA2-256,则可以通过 ALGOL 进行操作。
Rod,
The thing that stopped me was the OAUTH code. Twitter (and I believe Facebook) allow an API connection via OAuth. You have to create the callback and use the Unisys CryptoAPI to handle some digest creation. Another way I did it was to use the MCP JProcessor and implement it on that front, but I am sure you are looking for an ALGOL way to do it. If you have a need to add the OAUTH code and can handle the special SHA2-256 it would work from ALGOL.
对不起。不,他们不提供这个。
Sorry. No. They don't offer this.