Per Fb's Graph API: https://developers.facebook.com/docs/pages/publishing
I'm trying to follow the same POST API call :
CURL POST https://graph.facebook.com/{page_id}/feed?published=false
&message=An unpublished post&access_token=your-page-access-token
But it seems that the "published=false" is getting ignored for my page access token.
When I get all my feeds using GET {page_id}feed/ -> The un-published feed gets returned(which per documentation shouldn't have been returned).
Any thoughts on what could be going wrong?