My web app (rails 3 on heroku) is sort of like the basic blog app used so often for rails getting started demos, extended to host a blog for multiple businesses.
If a facebook user "Tom" writes a comment on the blog for business "Acme", how can my app re-post the comment onto Tom's Facebook wall? And also re-post the comment to Acme's Facebook page?
The public user writing the comment is NOT a logged in User on our system (the business whose blog is receiving the comment is a User).