vooolll / facebook4s   0.3.4

Apache License 2.0 GitHub

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

Scala versions: 2.12 2.11

facebook4s[Abandoned]

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.