Solved.
This is the code that you need to list the favorites in a page, put this code in the contentArea of new the page template.
<?php wpfp_list_favorite_posts(); ?>
To add new page template, copy the page.php file and rename to favorites.php and add this code at first line.
<?php
/*
Template Name: favorites
*/
?>