Facebook API - Get list of unpublished and published posts of a page
I'm having a little bit of trouble getting a lists of posts of a page on
facebook...
I'm using this url to get the posts of the page
string.Format("{0}/posts, pageid)
But I cant take the unpublished posts.. It only gets the published
posts... Is there any permission I have to use... or some other parameter?
I also tried like this
string.Format("{0}/posts?is_published=false", pageid)
... But no luck
Any help would be appreciated!
No comments:
Post a Comment