forked from spring-attic/spring-social
-
Notifications
You must be signed in to change notification settings - Fork 0
Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
License
yonimoses/spring-social
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
================================ Spring Social =============================== Spring Social is an extension of the Spring Framework that helps you connect your applications with Software-as-a-Service (SaaS) providers such as Facebook and Twitter. To get up and running quickly using the project, see the Quickstart: https://github.com/SpringSource/spring-social/wiki/Quick-Start ------------------------------------------------------------------------------- To get the code and build from source, do the following: git clone git://github.com/SpringSource/spring-social.git cd spring-social ./gradlew build ------------------------------------------------------------------------------- To generate Eclipse metadata (.classpath and .project files), do the following: ./gradlew eclipse Once complete, you may then import the projects into Eclipse: File -> Import -> Existing projects into workspace ------------------------------------------------------------------------------- To generate IDEA metadata (.iml and .ipr files), do the following: ./gradlew idea ------------------------------------------------------------------------------- To build the JavaDoc, do the following from within the root directory: ./gradlew :docs:api The result will be available in 'docs/build/api'. ------------------------------------------------------------------------------- Note that the core Spring Social project no longer contains provider modules. Each of the provider modules is now in its own project. This will enable those modules to progress and release on a separate schedule than Spring Social and be able to react more quickly to changes in the provider's API without the need to wait for a Spring Social release. The SaaS provider-specific projects can be cloned from the following GitHub URLs: Twitter: git://github.com/SpringSource/spring-social-twitter.git Facebook: git://github.com/SpringSource/spring-social-facebook.git LinkedIn: git://github.com/SpringSource/spring-social-linkedin.git TripIt: git://github.com/SpringSource/spring-social-tripit.git GitHub: git://github.com/SpringSource/spring-social-github.git Gowalla: git://github.com/SpringSource/spring-social-gowalla.git Each of these projects uses the same build submodule as Spring Social. Thus, you'll need to either clone them with the --recursive switch or init/update the submodule as described above from Spring Social. ===============================================================================
About
Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published