https://github.com/ppodgorsek/spring-social-facebook
Facebook API binding and connect support.
https://github.com/ppodgorsek/spring-social-facebook
facebook spring spring-social
Last synced: 6 months ago
JSON representation
Facebook API binding and connect support.
- Host: GitHub
- URL: https://github.com/ppodgorsek/spring-social-facebook
- Owner: ppodgorsek
- License: apache-2.0
- Fork: true (spring-attic/spring-social-facebook)
- Created: 2019-11-08T14:53:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T09:36:56.000Z (about 4 years ago)
- Last Synced: 2025-10-26T04:27:27.234Z (8 months ago)
- Topics: facebook, spring, spring-social
- Language: Java
- Homepage: http://projects.spring.io/spring-social-facebook
- Size: 9.13 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
# Spring Social Facebook
## What is it?
This project contains the module allowing Spring Social to interact with Facebook.
The versioning of this project follows the one of the Facebook API, currently 7.0.
[](https://travis-ci.org/ppodgorsek/spring-social-facebook/)
## Building the project
To check out the project and build from source, do the following:
```
git clone git://github.com/SpringSource/spring-social-facebook.git
cd spring-social-facebook
./gradlew build
```
## Development
### Eclipse
To generate Eclipse metadata (.classpath and .project files), do the following:
```
./gradlew eclipse
```
Once complete, you may then import the projects into Eclipse as usual:
```
File -> Import -> Existing projects into workspace
```
### IDEA
To generate IDEA metadata (.iml and .ipr files), do the following:
```
./gradlew idea
```
## Creating a new release
After having built the project, a Gradle task allows to upload the artefacts onto Sonatype's Nexus server:
```
./gradlew uploadArchives
./gradlew release
```
## Please contribute!
Have you found an issue? Do you have an idea for an improvement? Feel free to contribute by submitting it [on the GitHub project](https://github.com/ppodgorsek/spring-social-facebook/issues).