Skip to content

joshlong-attic/spring-social-flickr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Social Flickr

Spring social flickr is project that helps to integrate your application with flickr similar to spring social facebook , twitter. As flickr's authentication is OAuth-like but not exaclty OAuth 1 we have done some tweak to make it work.

##Running Example## This project also contains web module to show some of working APIs example. After deploying web module you require to hit URL : http://localhost:8080/spring-social-flickr-web/signin.jsp

##APIs Supported## Following api is currently supported in this project:

  • favorites
  • galleries (partially)
  • people
  • photos
  • photos.comments
  • photos.licenses
  • photos.notes
  • photos.people
  • photos.transform
  • photosets
  • photosets.comments

###As this project is still under development do not use it in your applications.###

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.6%
  • Java 36.4%