https://github.com/jmcph4/xfbgraph
A GObject based eXperimental Facebook Graph API library. A fork of GFBGraph.
https://github.com/jmcph4/xfbgraph
Last synced: over 1 year ago
JSON representation
A GObject based eXperimental Facebook Graph API library. A fork of GFBGraph.
- Host: GitHub
- URL: https://github.com/jmcph4/xfbgraph
- Owner: jmcph4
- License: lgpl-2.1
- Created: 2019-04-21T23:53:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T00:00:00.000Z (over 7 years ago)
- Last Synced: 2025-02-16T00:44:13.721Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
GObject based eXperimental Facebook Graph API library written in C.
> This library is in a very early stage of development, don't use in a final application right now. Use it just for test purposes at your own risk.
>
> GFBGraph maintainer
# Branch
#### Master
Master branch has the latest changes such as fully support g_autoptr, remove using of deprecated APIs and so forth, and it follows the latest version of Facebook Graph API. But it could not only break the API and ABI but also crash your system. So, don't use this branch for the development of the product unless you want to test new features.
#### v0.2-upstream
This branch is compatible with the original GFBGraph library of GNOME, which means that, **1) Not to break the API and ABI**, **2) But fix micro bugs such as memory leaks**. If you need the library and hope at least more stable than ``master``, this might be for you. But remember that as the original maintainer said, this is in a very early stage.
# Contribution
Feel free to open issues, but keep in mind that your issues could be rejected for some reasons.