As far as I've done research I could come up with use of can_post in fql query. Now how can I find out can_post value of the user. I'm using php-sdk and have taken the permission to post to friend's wall but since if friend has disabled posting on his wall it would return an exception which would make the script stop. So, if I could use this can_post value to check if he can post before posting.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You could get the can_post field using fql and that will return either true or false. So if friend has disabled posting on his wall, in that case also can_post field would return false. So that would aid in wall posting depending on can_post... |
|||
|