@hackage fb0.6
Bindings to Facebook's API.
Categories
License
BSD-3-Clause
Maintainer
Felipe Lessa <felipe.lessa@gmail.com>
Links
Versions
Installation
Dependencies (15)
- aeson >=0.5 && <0.7
- attoparsec >=0.10 && <0.11
- attoparsec-conduit >=0.0 && <0.1
- base >=4 && <5
- bytestring >=0.9 && <0.10
- conduit >=0.1.1.1 && <0.2 Show all…
Dependents (8)
@hackage/yesod-auth-fb, @hackage/happstack-authenticate, @hackage/fb-persistent, @hackage/Nomyx-Web, @hackage/haxl-facebook, @hackage/acme-everything, Show all…
This package exports bindings to Facebook's APIs (see
http://developers.facebook.com/). Does not have any external
dependencies and tries to use as little resources (such as
memory, sockets and CPU) as possible by using packages such as
aeson, attoparsec, bytestring, conduit, http-conduit,
text and others.
While we would like to have a complete binding to Facebook's API, this package is being developed on demand. If you need something that has not been implemented yet, please send a pull request or file an issue on GitHub (https://github.com/meteficha/fb/issues).