I have custom post types so I copied wpfp-page-template.php into my theme folder and uncommented line 24 and change the array(‘post’,’page’) to array(‘post’,’my-custom-post-type’)
Hope this helps
Also just var_dump($favorite_post_ids); to see if favourites are there