facebook4s

An asynchronous non-blocking Scala client for Facebook Graph API (Facebook api REST)

License

License

GroupId

GroupId

com.github.vooolll
ArtifactId

ArtifactId

facebook4s_2.11
Last Version

Last Version

0.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

facebook4s
An asynchronous non-blocking Scala client for Facebook Graph API (Facebook api REST)
Project URL

Project URL

https://github.com/vooolll/facebook4s
Project Organization

Project Organization

com.github.vooolll
Source Code Management

Source Code Management

https://github.com/vooolll/facebook4s

Download facebook4s_2.11

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.typesafe.akka : akka-http_2.11 jar 10.1.1
com.typesafe.scala-logging : scala-logging_2.11 jar 3.7.2
de.heikoseeberger : akka-http-circe_2.11 jar 1.20.1
org.f100ded.scala-url-builder : scala-url-builder_2.11 jar 0.9.0
io.circe : circe-core_2.11 jar 0.9.3
io.circe : circe-generic_2.11 jar 0.9.3
com.typesafe : config jar 1.3.1

test (4)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.1
ch.qos.logback : logback-classic jar 1.2.3
org.mockito : mockito-core jar 1.8.5
io.circe : circe-parser_2.11 jar 0.9.3

Project Modules

There are no modules declared in this project.

facebook4s

Codacy Badge Build Status codecov.io License Join the chat at https://gitter.im/facebook4s

Prerequisites

  • Scala 2.12.x

Installation

Add the following line to your sbt dependencies:

"com.github.vooolll" %% "facebook4s" % "0.3.4"

Note: make sure that you have in your build.sbt

resolvers += Resolver.sonatypeRepo("releases")

Useful links

User guide

Release process

  • Update build.sbt with new version
  • Enter sbt shell
  • Run + publishSigned
  • Run + sonatypeRelease

License

Facebook4s is released under the Apache 2 License.

Versions

Version
0.3.3
0.3.2
0.3.1
0.3.0