I am using c# (asp.net mvc) and want to post on page's wall as page, not as page's owner. (not as profile who owns it) through my page which is hosted some where else not on facebook.
How can i do this.
----------------edit--------------
This is my page http://www.facebook.com/#!/pages/Rhino-Hub/135447799844908
i want to post on this page's wall as my page through my app rather then from this page owner's profile (which is also me).
Currently doing this to post a wall
- Login on facebook
- Switch acount to page by: Account Settings-->Use facebook as page--> Switch
- Write something on wall
this way all subscribers would see an update.
I want to do this from my code.
Answer I have accepted didn't solved my problem but ya it helped me a bit. I have accepted it as its the only answer this question has received.
