问题描述
我想使用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.
推荐答案
Flickr具有一些JSONP API,这可能是仅使用客户端Javascript的最佳选择.有一些使用JQuery和Flickr JSONP的教程: http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/
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
祝你好运!
这篇关于使用JavaScript的Flickr API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!