Posting a Facebook Story causes two entries to appear in Activity Log -
i posting facebook story using open graph action , object. seems work great except when on activity log. seeing 2 entries, 1 expected one
"<'name> <'action> <'noun> in <'game>"
but seeing 1 don't expect
"<'name> posted <'noun> in <'game>"
i've tracked down , seems posted create open graph object using fb.api("/me/objects/<'game>:<'object>", facebook.httpmethod.post, createobjectcallback, oparams);
which believe required create object used in story post. know how create object use in story post without having entry added activity log it?
thanks!
Comments
Post a Comment