Facebook open graph approvement publish actions

I have more than 2 weeks tried to approved permission Facebook Publish Actions, my game save the score and compare with friends but I need the publish actions to work for everyone, Facebook told me that need a open graph used to make the approvement, but only I can make was put the object in the activity, the told me that have to be in the timeline, I tried different ways with object id, share likes, and nothing work

One of the codes is this

local episodeObject45 = {

action_type = “og.likes”,

   object = "{“fb:app_id”:“XXXXXXXXX”,“og:type”:“article”,“og:url”:“http://url”,“og:url”:“http://url”,“og:title”:"Download\ Game,\ My\ level\ is\ "…sharelevel

…"",“og:image”:“http://url”}",{[“fb:explicitly_shared”]=“true”}}

 

 

facebook.request( “/me/objects/article”, “POST”, episodeObject45 )

 

What I’m doing wrong??