使用 Actionscript 2.0 将图像上传到 Flickr
我需要通过 Flash AS 2.0 中的应用程序将图像上传到 flickr。我不清楚认证过程。有人能帮我解决这个问题吗?
提前致谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我需要通过 Flash AS 2.0 中的应用程序将图像上传到 flickr。我不清楚认证过程。有人能帮我解决这个问题吗?
提前致谢。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可能想从这样的内容开始:
http://code.google.com/p/as3flickrlib /
或者,您可能希望使用 flickr 的内置 api 编写自己的解决方案,而不是重复使用其他人的代码:
http://www.flickr.com/services/api/
You probably want to start with something like this:
http://code.google.com/p/as3flickrlib/
Alternatively, you might want to code your own solution using flickr's built in api without re-using someone else's code:
http://www.flickr.com/services/api/
做到这一点并不容易。它涉及到在发送文件之前完成 Flickr 的身份验证程序...使用预构建的库(如 Paul 建议的那样)将使您的生活更轻松。
但是,如果您喜欢冒险,请深入了解 flickr API 并进行身份验证,从那里开始上传工作将一帆风顺!
Doing that is not super-easy. It involves working through Flickr's auth procedures before you can send the file... using a pre-built library (as Paul suggested) will make your life easier.
But if you're adventurous, dive into the flickr API and make the auth happen, from there it's smooth sailing to get uploading working!