- Scala 2.12.x
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")
- Client configuration
- Getting authentication uri
- Token manipulations
- Posts
- Likes
- Feed
- Friends
- Comment
- User
- Photo
- Albums
- Application
- Either based api
- Errors
- Update
build.sbt
with new version - Enter
sbt
shell - Run
+ publishSigned
- Run
+ sonatypeRelease
Facebook4s is released under the Apache 2 License.