Facebook.object_count_all
You're seeing just the function
object_count_all
, go back to Facebook module for more information.
Specs
object_count_all(object_id(), access_token()) :: resp()
Get all the object reactions with single request.
Examples
iex> Facebook.object_count_all("769860109692136_1173416799336463", "<Access Token>")
{:ok, %{"angry" => 0, "haha" => 1, "like" => 0, "love" => 0, "sad" => 0, "wow" => 0}}