使用 JavaScript 的 Flickr API
我想使用 flickr 上传照片,我不知道如何开始。坦白说,我是这个 API 的新手。请指导我在 java 脚本中启动 flickr api。
i want to upload photos using flickr,i have no idea about how to start.to be frank iam new to this API.please guide me to start flickr api in java script.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Flickr 有一些 JSONP API,这可能是仅使用客户端 Javascript 的最佳选择。有几个使用 JQuery 和 Flickr JSONP 的教程:
http:// www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/
http://www.flickr.com/services/api/response.json.html
祝你好运!
Flickr has some JSONP APIs which might be your best bet for using only client-side Javascript. There's a couple tutorials with using JQuery and Flickr JSONP:
http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/
http://www.flickr.com/services/api/response.json.html
Good luck!
Flickr 有详细的文档,我建议您首先查看此处。它们列出了所有方法,而且即使对于初学者来说也很容易阅读。祝你好运!
Flickr has detailed documentation, and I'd suggest that you start by looking here. They have all the methods listed, and they're easy to read, even for a beginner. Good luck!