I'm designing a web app that allows people to post on peoples wall using the Facebook Graph API. Basically my app users will be able to search for people by name, then write a message and finally post it to their wall.
The problem is that in certain cases people on Facebook block the option for others to post on their wall. So when sending the post from my app Facebook will return an error.
My question is whether the Facebook API returns a parameter that states whether or not it's possible to post to somebody's wall based on their permission on Facebook.
Thanks!