How to get your Facebook likes using JavaScript - Stack Overflow

Once you have the user_likes permission from the user, it's just a call to FB.api('/ me/likes');. (using Facebook's Javascript SDK).

Lee mas