I m trying to build a custom post to publish to one of my app facebookpage. I saw in the facebook documentation, the "from" is just a readonly property? theres a way to doit?.
var request = { message: test 1234 , access_token: ACCESS_TOKEN, from: { id: MY_APP_ID, category: "Other", name: "My great app" } }; FB.api( / + UserPageId + /feed , post, request);
But instead of the post come from my app, is comming from the "UID" that owns that page.