I'm trying to post to a profile page with the "place" id that will look something like this:
"Jhon Andrew: Nice facebook page! - At AnecBook"
To do so, i code this: $.post(graphLink '/' pageID '/feed?access_token=' token,{ "message": "Nice facebook page!", "place": { "name": "AnecBook" } }, function(resp){ console.log(resp); });
If I am going to remove the "place" ID, I can successfully post without errors but only the message. But when I post with place, I always get an "unkown error" result from facebook.