I want to show the activity feed on my website only to those users that are logged in to their Facebook account. I was wondering if this was possible using Javascript or PHP.
To call the activity feed on the page, I'm using
< fb:activity site=SITE_URL app_id=APPLICATION_ID >
Thanks.