[php]
I've got an error "User not visible" with error code 210 as response while publishing content on friends wall via application.
:::Scenario is as follow:::
User1 authorized my application with all the required permission ( including publish_stream and offline_access ) and now I am trying to post on User1's friends wall...
At this time it gives me the error. I am using old rest API $facebook->api_client->stream_publish($message,$attachment,$actionLink,$invV);
Help please!!!