Http requests using hackney and decode response using HTTPoison to JSON.
hackney
HTTPoison
JSON
Make get request and return JSON response as dictionary
error() :: {:error, Exfacebook.Error.t}
success() :: {:ok, Map.t}
delete(String) :: success | error
get(String) :: success | error
Make get request and return JSON response as dictionary.
post(String, Map.t) :: success | error