Simple Facebook Status Post Module
A simple library module to post status posts to Facebook written for Corona SDK. It includes a sample app demonstrating its use.
Sample Code
fbpost = require("fbpost")
fbpost.postStatusMessage(FBAppID,message,link,icon)
Link and Icon are optional and are URL’s to download your app (or link to whatever you’re posting about and to an image that will be seen with the post.)
