Flickr API using javascript

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-24 01:45:29

问题


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.


回答1:


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!




回答2:


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!



来源:https://stackoverflow.com/questions/5933198/flickr-api-using-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!