{"id":18270197,"url":"https://github.com/sromku/android-simple-facebook","last_synced_at":"2025-04-04T23:31:48.798Z","repository":{"id":55095449,"uuid":"11738416","full_name":"sromku/android-simple-facebook","owner":"sromku","description":"[Deprecated] Simple Facebook SDK for Android","archived":true,"fork":false,"pushed_at":"2017-04-22T05:56:28.000Z","size":3129,"stargazers_count":879,"open_issues_count":165,"forks_count":349,"subscribers_count":76,"default_branch":"master","last_synced_at":"2024-11-05T11:52:29.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sromku.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-29T11:52:50.000Z","updated_at":"2024-03-27T17:30:31.000Z","dependencies_parsed_at":"2022-08-14T11:50:23.807Z","dependency_job_id":null,"html_url":"https://github.com/sromku/android-simple-facebook","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sromku%2Fandroid-simple-facebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sromku%2Fandroid-simple-facebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sromku%2Fandroid-simple-facebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sromku%2Fandroid-simple-facebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sromku","download_url":"https://codeload.github.com/sromku/android-simple-facebook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266476,"owners_count":20910831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T11:38:24.117Z","updated_at":"2025-04-04T23:31:47.724Z","avatar_url":"https://github.com/sromku.png","language":"Java","readme":"[Deprecated] android-simple-facebook\n=======================\n\n#### Currently this lib was tested and works with graph api `v2.3` and below. For now, I don't have much time to maintain this library anymore. Beside this, Facebook made a lot of improvements on their side. Please, use their pure Android SDK. \n\n#### :mega: Thanks for everyone who was involved in making this project better over 3 years. A lot of apps used this project, which I am very proud of. Love you all :heart:\n\n-----\n\nSimple Facebook SDK for Android which wraps original [**Facebook SDK**](https://github.com/facebook/facebook-android-sdk). \u003cbr\u003e\n\nThis is a library project which makes the life much easier by coding less code for being able to login, publish feeds and open graph stories, invite friends and more. \n\nSince my feeling was that the usage of Facebook SDK was too complicated for simple actions like login, I decided to create simpler API for the same actions. I use this library in my applications and maintain the code.\n\n## Community \u0026 Issues\n\n\u003cimg src=\"https://fbstatic-a.akamaihd.net/rsrc.php/yl/r/H3nktOa7ZMg.ico\" height=\"16\" width=\"16\"/\u003e Facebook page: [`Library: simple-fb`](https://www.facebook.com/pages/Library-simple-fb/1501124800143936)\u003cbr\u003e\n\u003cimg src=\"http://stackoverflow.com/content/stackoverflow/img/apple-touch-icon.png\" height=\"16\" width=\"16\"/\u003e Stack overflow: [`android-simple-facebook`](http://stackoverflow.com/tags/android-simple-facebook/info)\u003cbr\u003e\n\u003cimg src=\"https://assets-cdn.github.com/favicon.ico\" height=\"16\" width=\"16\"/\u003e Issues: [`here`](https://github.com/sromku/android-simple-facebook/issues)\n\n## Latest Release\n\n[ ![Download](https://api.bintray.com/packages/sromku/maven/simple-fb/images/download.svg) ](https://bintray.com/sromku/maven/simple-fb/_latestVersion)\n\n``` gradle\ndependencies {\n    compile 'com.sromku:simple-fb:4.1.1'\n}\n```\n\n## Old Versions\nLibrary jar | Branch | Supported Facebook SDK\n------------|--------|------------------------\n[simple-facebook-2.2.jar](https://github.com/sromku/android-simple-facebook/releases/download/2.2/simple.facebook-2.2.jar) | [v2.0](https://github.com/sromku/android-simple-facebook) | 3.14 - 3.23 \n[simple-facebook-1.2.jar](https://github.com/sromku/android-simple-facebook/releases/download/1.2/simple.facebook.jar) | [v1.0](https://github.com/sromku/android-simple-facebook/tree/v1.0) | 3.0 - 3.8\n\n## Sample App\nThe sample app includes examples for all actions. Check out this very short [wiki page](https://github.com/sromku/android-simple-facebook/wiki/Sample-App) of how to run and setup the sample app.\n\n\u003cimg src=\"https://github.com/sromku/android-simple-facebook/wiki/images/sample-app.png\" width=\"600\"/\u003e\n\n## Setup/Configuration\n\n- [Setup project](https://github.com/sromku/android-simple-facebook/wiki/Setup-project)\n- [Configuration](https://github.com/sromku/android-simple-facebook/wiki/Configuration)\n\n## Features\n* **Login/Logout**\n\t- [Login](https://github.com/sromku/android-simple-facebook/wiki/Login)\n\t- [Logout](https://github.com/sromku/android-simple-facebook/wiki/Logout)\n\n* **Publish**\n\t- [Publish feed](https://github.com/sromku/android-simple-facebook/wiki/Publish-feed)\n\t- [Publish story](https://github.com/sromku/android-simple-facebook/wiki/Publish-story)\n\t- [Publish album](https://github.com/sromku/android-simple-facebook/wiki/Publish-album)\n\t- [Publish photo](https://github.com/sromku/android-simple-facebook/wiki/Publish-photo)\n\t- [Publish video](https://github.com/sromku/android-simple-facebook/wiki/Publish-video)\n\t- [Publish score](https://github.com/sromku/android-simple-facebook/wiki/Publish-score)\n    - [Publish comment](https://github.com/sromku/android-simple-facebook/wiki/Publish-comment)\n    - [Publish like](https://github.com/sromku/android-simple-facebook/wiki/Publish-like)\n\n* **Requests/Invite**\n\t- [Send request/invite](https://github.com/sromku/android-simple-facebook/wiki/Send-request)\n\t- [Delete request/invite](https://github.com/sromku/android-simple-facebook/wiki/Delete-request)\n\n* **Get**\n\t- [Get accounts](https://github.com/sromku/android-simple-facebook/wiki/Get-accounts)\n\t- [Get album/s](https://github.com/sromku/android-simple-facebook/wiki/Get-albums)\n\t- [Get requests](https://github.com/sromku/android-simple-facebook/wiki/Get-requests)\n\t- [Get books](https://github.com/sromku/android-simple-facebook/wiki/Get-books)\n\t- [Get comment/s](https://github.com/sromku/android-simple-facebook/wiki/Get-comments)\n\t- [Get events](https://github.com/sromku/android-simple-facebook/wiki/Get-events)\n\t- [Get family](https://github.com/sromku/android-simple-facebook/wiki/Get-family)\n\t- [Get friends](https://github.com/sromku/android-simple-facebook/wiki/Get-friends)\n\t- [Get games](https://github.com/sromku/android-simple-facebook/wiki/Get-games)\n\t- [Get groups](https://github.com/sromku/android-simple-facebook/wiki/Get-groups)\n\t- [Get likes](https://github.com/sromku/android-simple-facebook/wiki/Get-likes)\n\t- [Get movies](https://github.com/sromku/android-simple-facebook/wiki/Get-movies)\n\t- [Get music](https://github.com/sromku/android-simple-facebook/wiki/Get-music)\n\t- [Get notifications](https://github.com/sromku/android-simple-facebook/wiki/Get-notifications)\n\t- [Get objects](https://github.com/sromku/android-simple-facebook/wiki/Get-objects)\n\t- [Get page](https://github.com/sromku/android-simple-facebook/wiki/Get-page)\n\t- [Get photos](https://github.com/sromku/android-simple-facebook/wiki/Get-photos)\n\t- [Get posts](https://github.com/sromku/android-simple-facebook/wiki/Get-posts)\n\t- [Get profile](https://github.com/sromku/android-simple-facebook/wiki/Get-profile)\n\t- [Get scores](https://github.com/sromku/android-simple-facebook/wiki/Get-scores)\n\t- [Get tagged places](https://github.com/sromku/android-simple-facebook/wiki/Get-tagged-places)\n\t- [Get television](https://github.com/sromku/android-simple-facebook/wiki/Get-television)\n\t- [Get videos](https://github.com/sromku/android-simple-facebook/wiki/Get-videos)\n\n* **Additional options**\n\t- [Pagination](https://github.com/sromku/android-simple-facebook/wiki/Pagination)\n\t- [General 'GET'](https://github.com/sromku/android-simple-facebook/wiki/General-get)\n\t- [Privacy settings](https://github.com/sromku/android-simple-facebook/wiki/Privacy-settings)\n\t- [Configuration options](https://github.com/sromku/android-simple-facebook/wiki/Configuration-options)\n\t- [Request new permissions](https://github.com/sromku/android-simple-facebook/wiki/Request-new-permissions)\n\t- [Get granted persmissions](https://github.com/sromku/android-simple-facebook/wiki/Get-granted-persmissions)\n\t- [Misc](https://github.com/sromku/android-simple-facebook/wiki/Misc)\n\t- [Debug](https://github.com/sromku/android-simple-facebook/wiki/Debug)\n\t- [Connect Smart Device](https://github.com/sromku/android-simple-facebook/wiki/Connect-smart-device)\n\n* **Samples**\n    - [Setup sample app](https://github.com/sromku/android-simple-facebook/wiki/Sample-App)\n\t- [LikeView](https://github.com/sromku/android-simple-facebook/wiki/LikeView)\n\n*And,*\n* Based on latest Facebook SDK and Graph API.\n* Supports oldest Graph API versions.\n* Permission strings are predefined.\n* No need to use `LoginButton` view for being able to login/logout. You can use any `View`.\n* No need to care for correct login with `READ` and `PUBLISH` permissions. Just mention the permissions you need and this library will care for the rest.\n* Open graph support\n* And much more\n\n## Documentation\nEverything is explained in [**wiki**](https://github.com/sromku/android-simple-facebook/wiki)\n\n## Contributors\n\n\n- [Rony Lutsky](https://github.com/ronlut)\n- [Martín Marconcini](https://github.com/Gryzor)\n- [Koray Balcı](https://github.com/koraybalci)\n- [Andrew Chen](https://github.com/yongjhih)\n- [Denny Huang](https://github.com/denny0223)\n- [Mateusz Mlodawski](https://github.com/MateuszMlodawski)\n- [booker0108](https://github.com/booker0108)\n- [Ansgar Mertens](https://github.com/ansgarm)\n- [bperin](https://github.com/bperin)\n- [Norbert Schuler](https://github.com/norbertschuler)\n- [Chang Yu-heng](https://github.com/changyuheng)\n- [Samed Ozdemir](https://github.com/xsorifc28)\n- [Filipe de Lima Brito](https://github.com/filipedelimabrito)\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-android--simple--facebook-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/949)\n\n## License\n\n    Copyright 2013-present Roman Kushnarenko\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsromku%2Fandroid-simple-facebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsromku%2Fandroid-simple-facebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsromku%2Fandroid-simple-facebook/lists"}