/efacegraph

Facebook client for Graph API developed in Erlang.

Primary LanguageErlang

efacegraph

Description:

efacegraph was developed with the intent to be an Erlang client to Facebook Graph API.

It is based loosely on erlFBGraph, which is not longer compatible with current releases of Erlang. erlFBGraph was in turn based on erlang_facebook.

It server-side responsibilities of OAuth authentication once a auth code has, been received by the redirect process. It also supports getting resource details by ID, and I've started implementation of API edges in the user module.

Dependencies:

This module requires rebar as the build tool, jiffy to parse JSON objects and hackney as the HTTP client.

TODO:

  • Tests
  • Docs
  • Release config
  • Expand edge support

Acknowledgements:

Thanks to ejbraga and ngerakines for the development of erlFBGraph and erlang_facebook, respectively.