Skip to content

Flickr Android app : Download the images using flickr API HTTP call.

Notifications You must be signed in to change notification settings

udand/Flickr_Gallary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 

Repository files navigation

Flick_Gallary

Android app : Download the images using flickr API HTTP call.

Api information: http://www.flickr.com/services/api/

API endpoints to use: http://www.flickr.com/services/api/flickr.interestingness.getList.html http://www.flickr.com/services/api/flickr.photos.search.html

Info about the image source url: http://www.flickr.com/services/api/misc.urls.html

Info about json responses: http://www.flickr.com/services/api/response.json.html

URL Structure:

Endpoint: http://api.flickr.com/services/rest/

Params:

method: flickr.interestingness.getList // identifies which api call you are making api_key: **** format: json // requesting a json response nojsoncallback: 1 // do not wrap response in a callback

About

Flickr Android app : Download the images using flickr API HTTP call.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages