I use the FB.api("/[user_id]/feed") method FB.api("/[user_id]/feed") to post to a friend's wall. I know that for this I need publish_stream permission and everything works fine. The problem is that it automatically puts the thread into the friendβs wall, without the FB dialog. This means that with the Facebook Terms of Service, I have to create my own window like fb and ask for approval of this post before I post it. Is there a way to show the FB dialog when using the Graph API?
source share