views:

17

answers:

0

I have a Fan Page that I want my application to publish() and addComment() to. The application can post and comment, however, when I addComment() the wall displays the attribution on the wall as that of the Fan Page. And when the application publish() to the Fan Page it attributes the post to the user that logged and not the Fan Page. (Even though the user is the admin)

The the question, restated: How do I insure that the posts from the admin user on a fan page are attributed to the fan page and not the user?

related questions