Setting publish permission with Facebook calls

Hi,

Is there any way on the Facebook end to set permission for publishing pictures from the app without having to prompt the user when publishing? I know it only asks once but I want anyone to be able to publish to my Facebook page with the app. So it should allow not just me but others using the app. Is this possible? I thought I read this but cannot find where to do it at.

Thanks!

Warren
[import]uid: 184193 topic_id: 32604 reply_id: 332604[/import]

Facebook permissions are asked for and granted when logging into facebook using the facebook.login() API call. You provide an array of requested permissions to that call, the app user either grants permission and logs in or declines the login. [import]uid: 19626 topic_id: 32604 reply_id: 129682[/import]

Facebook permissions are asked for and granted when logging into facebook using the facebook.login() API call. You provide an array of requested permissions to that call, the app user either grants permission and logs in or declines the login. [import]uid: 19626 topic_id: 32604 reply_id: 129682[/import]