views:

83

answers:

1

I have a Canvas Facebook app embedded via an iframe. I would like to include a feedback link which would encourage the user to leave a comment that would be added to the Application wall - this comment would open like a standard FB modal window. Is there anyway to post to to the Application Wall directly via JS? Everything I have found such as FB.Connect.StreamPublish(), only publishes to the users stream, I need to publish to the application stream. Thanks!

A: 

nope.

Note: You cannot publish to an application profile page's Wall. 

http://wiki.developers.facebook.com/index.php/Stream.publish

zerkms