I'm trying to set up the "fb.wall" plugin ( http://neosmart.de/social-media/facebook-wall ) to show items from my facebook wall on my website. It requires an "access_token" to work, but I have no idea how to get an access token for my account (and there doesn't seem to be any documentation on the fb.wall page). How do I get a facebook app_token for this? And is it something that's permanent, or do I need to re-create periodically somehow (and if so, can this be done in the code itself?).
Note that I only want to show my OWN wall items to the visitors of my site (I don't want to show the visitor's wall to them nor do I want to show how many "likes" this page has, etc. -- I really just want it to function like how the display of a twitter stream works).
Thanks.