# restfb **Repository Path**: mirrors_opencollective/restfb ## Basic Information - **Project Name**: restfb - **Description**: RestFB is a simple and flexible Facebook Graph API client written in Java. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Travis (.org)](https://img.shields.io/travis/restfb/restfb.svg?style=for-the-badge)](https://travis-ci.org/restfb/restfb) # RestFB (http://restfb.com) ## What it is RestFB is a pure Java Facebook Graph API client with no external dependencies. It was created by [Mark Allen](http://revetkn.com) and is maintained by [Norbert Bartels](https://www.phpmonkeys.de/) along with a worldwide team of contributors. ## Licensing RestFB uses other open-source software - see the `LICENSE.*.txt` files. RestFB itself is open source software released under the terms of the MIT License. ## Installation RestFB is a single JAR - just drop it into your app and you're ready to go. Download it from Maven Central: [![Maven Central](https://img.shields.io/maven-central/v/com.restfb/restfb.svg?label=Latest%20Release&style=for-the-badge)](https://mvnrepository.com/artifact/com.restfb/restfb) ## Building it Yourself Just type mvn package and the jars will be built and can be found in the `target` folder. ## Usage and examples We provide well-curated [documentation](https://restfb.com/documentation/) with many code examples. These are all clearly commented and give a good overview of the functionality RestFB provides. Additionally, you can take a look at the integration tests [here](https://github.com/restfb/restfb/tree/master/src/test/java/com/restfb/integration) on GitHub. Some interesting use cases are exercised there and you can get a good idea of the different features that are provided by RestFB. There is also the [example project](https://github.com/restfb/restfb-examples) on GitHub. It contains a suite of tools that can be triggered via Maven calls. Additionally, for the fetch and publish example, you can find a JavaFX code sample that shows how an embedded browser is used to fetch a user access token. ## Getting in touch * **[GitHub Issues](https://github.com/restfb/restfb/issues/new)**: If you have ideas, bugs, or problems with RestFB, just open a new issue. * **[Facebook Page](https://www.facebook.com/Restfb-909653922461664)**: Like our Facebook page to get the latest updates. * **[Facebook Messenger](https://fb.com/msg/Restfb-909653922461664)**: Contact us via Facebook Messenger and we will help to solve your RestFB problem. * **[Stackoverflow](https://stackoverflow.com/questions/tagged/restfb)**: Questions about RestFB are answered on Stackoverflow. We'll help you there, too. * **[Google Groups](http://groups.google.com/group/restfb)**: If you'd like to talk to other RestFB users, just send a message to our Google Group!