An open API service indexing awesome lists of open source software.

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.

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.

[![Build Status](https://travis-ci.org/ppodgorsek/spring-social-facebook.svg?branch=master)](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).