Hi, here's my scenario. The editors on my news site can publish articles that are written by authors (who don't have permissions to publish stories on their own). So when the articles get published to FB, they are published under the FB profiles of the editors instead.
Does Facebook API allow stream publishing as someone else other than the logged in user?
According to the wiki documenation, I can specify the author's uid in the api call. However, it gave me a fatal error code of 210 instead.
Fatal error: Uncaught exception 'FacebookRestClientException' with message 'User not visible' in /usr/local/share/php_includes/facebook/facebookapi_php5_restlib.php:3065 ...
User not visible. The user doesn't have permission to act on that object.
How to bypass this error?
Please help. Thanks in advance.