我需要知道如何在 Flickr 中自动进行身份验证
我尝试过的所有方法都要求最终用户登录雅虎...这不起作用,因为最终用户不知道密码或用户名。这应该是自动化的,否则 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能不会让它按照您想要的方式工作。 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.