I wrote a facebook php program to post in 10 friends wall.
But If some friends does not allow others to post in their wall i get the following error
Fatal error: Uncaught OAuthException: (#210) User not visible thrown in
So the Code stops in middle.
I need to ignore the warning if some kind of error occurs and continue the loop.thanks for any help
You need to use a try .. catch block and handle the
OAuthExceptionhttp://php.net/manual/en/language.exceptions.php