Throug the Facebook Graph API explorer, I can get my likes on third pages through:
GET /v2.6/me/likes HTTP/1.1 Host: graph.facebook.com
But, what if I want to get my likes on my friend's posts, considering that are my likes I think I should be able to access to them without any permission of my friends, is it ok? How can I access to my likes?