Facebook Connect iPhone StreamDialog delegate dialogDidSucceed

Posted by JohnPayne on Stack Overflow See other posts from Stack Overflow or by JohnPayne
Published on 2010-02-22T02:33:13Z Indexed on 2010/03/17 16:21 UTC
Read the original article Hit count: 380

Hey.

I use FBStreamDialog to let users publish on their news feed.

[fbStreamDialog show];

makes the dialog view popup, the user can press cancel or submit that message.

Now...my problem is that both buttons close the dialog view and call the delegate method dialogDidSucceed.

How do I find out which button was pressed? Its very important for me to know, any useful advice would be reaally really nice!

Thanks, John

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about facebook-connect