简体   繁体   中英

Flickr API using javascript

我想使用flickr上传照片,我不知道如何启动。坦率地说,我是该API的新手。请引导我以Java脚本启动flickr api。

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 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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM