Facebook.my_accounts

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

my_accounts(access_token)

View Source

Specs

my_accounts(access_token()) :: resp()

Accounts for the logged in user specified by the access_token/0

Examples

iex> Facebook.my_accounts("<Access Token>")
{:ok, %{"data" => [...]}}

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