{"id":37021216,"url":"https://github.com/vooolll/facebook4s","last_synced_at":"2026-01-14T02:29:58.141Z","repository":{"id":57723940,"uuid":"101407916","full_name":"vooolll/facebook4s","owner":"vooolll","description":"An asynchronous non-blocking Scala client for Facebook Graph API (Facebook api REST)","archived":false,"fork":false,"pushed_at":"2021-11-03T13:13:58.000Z","size":634,"stargazers_count":19,"open_issues_count":17,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-07-31T23:41:38.941Z","etag":null,"topics":["akka-http","async","circe","client","facebook-client","rest-api","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vooolll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-25T13:43:49.000Z","updated_at":"2023-01-14T09:52:23.000Z","dependencies_parsed_at":"2022-09-02T07:01:20.840Z","dependency_job_id":null,"html_url":"https://github.com/vooolll/facebook4s","commit_stats":null,"previous_names":[],"tags_count":18,"template":null,"template_full_name":null,"purl":"pkg:github/vooolll/facebook4s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooolll%2Ffacebook4s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooolll%2Ffacebook4s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooolll%2Ffacebook4s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooolll%2Ffacebook4s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vooolll","download_url":"https://codeload.github.com/vooolll/facebook4s/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooolll%2Ffacebook4s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["akka-http","async","circe","client","facebook-client","rest-api","scala"],"created_at":"2026-01-14T02:29:57.689Z","updated_at":"2026-01-14T02:29:58.135Z","avatar_url":"https://github.com/vooolll.png","language":"Scala","readme":"facebook4s[Abandoned]\n=========\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0c7d5adedcba4774988ad1fe3e075558)](https://www.codacy.com/app/baibossynov-valery/facebook4s?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=vooolll/facebook4s\u0026utm_campaign=badger)\n[![Build Status](https://travis-ci.org/vooolll/facebook4s.svg?branch=master)](https://travis-ci.org/vooolll/facebook4s) [![codecov.io](http://codecov.io/github/vooolll/facebook4s/coverage.svg?branch=master)](http://codecov.io/github/vooolll/facebook4s?branch=master) [![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![Join the chat at https://gitter.im/facebook4s](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/facebook4s/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nPrerequisites\n-------------\n* Scala 2.12.x\n\n### Installation\nAdd the following line to your sbt dependencies:\n```scala\n\"com.github.vooolll\" %% \"facebook4s\" % \"0.3.4\"\n```\n\nNote: make sure that you have in your `build.sbt`\n```scala\nresolvers += Resolver.sonatypeRepo(\"releases\")\n```\n\n### Useful links\n* [Examples](https://github.com/vooolll/facebook4s/tree/master/examples)\n* [Documentation (ScalaDoc)](https://www.javadoc.io/doc/com.github.vooolll/facebook4s_2.12/)\n\n\n### User guide\n\n* [Client configuration](https://github.com/vooolll/facebook4s/tree/master/docs/createClient.md)\n* [Getting authentication uri](https://github.com/vooolll/facebook4s/tree/master/docs/authenticationUri.md)\n* [Token manipulations](https://github.com/vooolll/facebook4s/tree/master/docs/tokenManipulations.md)\n* [Posts](https://github.com/vooolll/facebook4s/tree/master/docs/post.md)\n* [Likes](https://github.com/vooolll/facebook4s/tree/master/docs/likes.md)\n* [Feed](https://github.com/vooolll/facebook4s/tree/master/docs/feed.md)\n* [Friends](https://github.com/vooolll/facebook4s/tree/master/docs/friends.md)\n* [Comment](https://github.com/vooolll/facebook4s/tree/master/docs/comments.md)\n* [User](https://github.com/vooolll/facebook4s/tree/master/docs/user.md)\n* [Photo](https://github.com/vooolll/facebook4s/tree/master/docs/photo.md)\n* [Albums](https://github.com/vooolll/facebook4s/tree/master/docs/albums.md)\n* [Application](https://github.com/vooolll/facebook4s/tree/master/docs/application.md)\n* [Either based api](https://github.com/vooolll/facebook4s/tree/master/docs/either.md)\n* [Errors](https://github.com/vooolll/facebook4s/tree/master/docs/errors.md)\n\n\n### Release process\n* Update `build.sbt` with new version\n* Enter `sbt` shell\n* Run `+ publishSigned`\n* Run `+ sonatypeRelease`\n\n### License\n\nFacebook4s is released under the [Apache 2 License][5].\n\n\n[5]: http://www.apache.org/licenses/LICENSE-2.0.txt\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvooolll%2Ffacebook4s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvooolll%2Ffacebook4s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvooolll%2Ffacebook4s/lists"}