Facebook.me

You're seeing just the function me, go back to Facebook module for more information.
Link to this function

me(fields, access_token)

View Source

Specs

me(fields(), access_token()) :: resp()

Basic user infos of the logged in user specified by the access_token/0

Examples

iex> Facebook.me("id,first_name", "<Access Token>")
{:ok, %{"first_name" => "...", "id" => "..."}}

See: https://developers.facebook.com/docs/graph-api/reference/user/