我需要知道如何在 Flickr 中自动进行身份验证

发布于 2024-09-27 13:27:30 字数 76 浏览 2 评论 0原文

我尝试过的所有方法都要求最终用户登录雅虎...这不起作用,因为最终用户不知道密码或用户名。这应该是自动化的,否则 flickr 将无法工作

Everything I have tried requires the end user to sign in to yahoo...this won't work because the end user doesn't know the password or the username. This should be automated otherwise flickr wont work

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

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

发布评论

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

评论(1

今天小雨转甜 2024-10-04 13:27:30

您可能不会让它按照您想要的方式工作。 OAuth 要求最终用户通过服务 (Flickr) 进行身份验证并对您的应用程序进行物理授权。因此,如果您想授权您的应用程序使用,至少您必须以用户身份与他们的服务器进行交互。

作为旁注,您可能想研究是否可以通过某种脚本将所需的变量发布到雅虎。使用 Firefox 和 实时 HTTP 标头 扩展程序查看 POST 信息。这可能有效,也可能无效,因为我以前使用某些雅虎表单的经验需要专门设计用于阻止机器人提交的cookie。

You probably won't get this to work the way you want. OAuth requires the end user to authenticate with the service (Flickr) and physically authorize your application. So at the very least, you're going to have to interact with their server as a user if you want to authorize your application for use.

As a side note, you may want to investigate whether or not you can POST the required variables to Yahoo via some sort of script. Use Firefox and the Live HTTP Headers extension to view the POST information. This may or may not work, as my previous experience with some Yahoo forms require cookies designed to foil robotic submissions.

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