Hello,
I have a web application that allows a user to publish a small blurb when one of their articles goes live on their site. Right now I am able to post to the user's wall using a session_key I saved in a table but I can't publish the same link on a fan page (I have the rights and IDs of the pages I need).
Essentially I want the functionality of: http://wiki.developers.facebook.com/index.php/Links.post but for a page instead. So far all I can find utilizes the steam.publish function which isn't quite the same thing.
I'm hoping that there's a hidden parameter (like a target_id) in the link.post function that I've missed (since the facebook wiki is horrible).
Any help is appreciated :) If there isn't a function maybe someone could help me use the parameters of stream.publish to have the content of a post look the same?