How can I receive notification when some one likes my Facebook Page or Comments on some post ? Is there any graph or FQL query ? I have tested the rss feeds page , they dont seem to get updated frequently , have also tested the following FQL query , doesnt seem to work
SELECT notification_id, sender_id, title_html, body_html, href FROM notification WHERE recipient_id=me()