Flickr API using javascript

2019-07-17 23:56发布

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.

2条回答
我只想做你的唯一
2楼-- · 2019-07-18 00:23

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!

查看更多
别忘想泡老子
3楼-- · 2019-07-18 00:31

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!

查看更多
登录 后发表回答