Hello all.
I'm using FB.api("/[user_id]/feed") method to publish to a friend's wall. I know I need the publish_stream permission for this, and it works just fine. Problem is it auto-posts the stream on the friend's wall, no FB dialog whatsoever. That means, by facebook terms of service, I have to design my own fb like window, and ask to approve the post before I actually post it. Is there a way of showing the FB dialog, when using the Graph API?
Thanks a lot.