Facebook.my_likes

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

Specs

my_likes(access_token()) :: resp()

Likes of the currently logged in user specified by the access_token/0

Example

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

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