How to use Activity Feed to show latest action on fan page of application?
I can't figure it out. I am开发者_高级运维 trying paste link in that wizard (http://developers.facebook.com/docs/reference/plugins/activity) to wall of fan page or direct link to fan page of my application and it doesnt work. Shows some random stuff... Thanks for helping.
The activity feed is meant to show web site domain activity on a web page. You have to paste the code onto an HTML file. For example, this shows an activity feed for activity on facebook.com and developers.facebook.com:
<html>
<body>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:activity site="facebook.com, developers.facebook.com" width="300" height="500" header="true" font="" border_color="" recommendations="false"></fb:activity>
</body>
</html>
精彩评论