Facebook API


License

License

GroupId

GroupId

com.github.ppodgorsek
ArtifactId

ArtifactId

spring-social-facebook
Last Version

Last Version

8.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Facebook API
Facebook API
Project URL

Project URL

https://github.com/ppodgorsek/spring-social-facebook
Source Code Management

Source Code Management

https://github.com/ppodgorsek/spring-social-facebook

Download spring-social-facebook

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-social-facebook/ -->
<dependency>
    <groupId>com.github.ppodgorsek</groupId>
    <artifactId>spring-social-facebook</artifactId>
    <version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-social-facebook/
implementation 'com.github.ppodgorsek:spring-social-facebook:8.0.0'
// https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-social-facebook/
implementation ("com.github.ppodgorsek:spring-social-facebook:8.0.0")
'com.github.ppodgorsek:spring-social-facebook:jar:8.0.0'
<dependency org="com.github.ppodgorsek" name="spring-social-facebook" rev="8.0.0">
  <artifact name="spring-social-facebook" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppodgorsek', module='spring-social-facebook', version='8.0.0')
)
libraryDependencies += "com.github.ppodgorsek" % "spring-social-facebook" % "8.0.0"
[com.github.ppodgorsek/spring-social-facebook "8.0.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
org.springframework.social : spring-social-core jar 2.0.0.M4
org.springframework.social : spring-social-config jar 2.0.0.M4
org.springframework.social : spring-social-security Optional jar 2.0.0.M4
com.fasterxml.jackson.core : jackson-core jar 2.11.1
com.fasterxml.jackson.core : jackson-databind jar 2.11.1
com.fasterxml.jackson.core : jackson-annotations jar 2.11.1

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

Project Modules

There are no modules declared in this project.

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

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.

Versions

Version
8.0.0
7.0.0
5.0.0