- Access token must be valid and contain publish_stream (checked, i do have valid access_token for the user who is posting to a friends wall
- User A must be friends with user B (checked, posting user is friends with the one to whose wall he is about to post)
- Posting use has app privacy settings set to “friends” (checked)
…?
I’m using Graph API (https://graph.facebook.com/{FRIEND_ID}/feed) for posting the message and i’m getting an (#210) User not visible OAuthException.
The stack about this problem here Facebook error 210 "User not visible" has an anwser too general and thus doesn’t allow me to debug / fix the problem anyhow.
I need to know what can be the causes for this error and how to fix em.
I’ve also filled a bug report out in the facebook: http://developers.facebook.com/bugs/274389069292518 (just to see if there are anyone else having this issue)
Facebook support has answered this question: