I have a simple iframe facebook app. I need the app to post content to the current user's wall. I'm doing everything in PHP and JS. Currently, the only facebook-specific PHP I have is to get the current user's ID, and the only JS I have is to get the iframe to size to the contents.
How do I have a dialogue pop up with predetermined content, asking the user to enter any additional text they may wish to enter before publishing to the user's wall? I've looked into FB.Connect.streamPublish() but that requires using Facebook Connect, which is veering away from the whole iframe app thing.