what am I doing wrong? "facebook posting"

local appId = "115921785261798" local postMsg = "score : "..storyboard.score local function facebookListener() facebook.request("me/corona\_scrumptious:eat","POST",postMsg) end local function post(event) facebook.login(appId,facebookListener,{"publish\_actions"}) end

I have a button that calls the post method,
but when I click it, and shows facebook but with an error :
"The link you followed may be broken, or the page may have been removed"
can someone help me out pls?

what I want is to share the score of the “game” through facebook…

thanks