How to trigger dialogDidCancel message from FBPermissionDialog?
Posted
by Eonil
on Stack Overflow
See other posts from Stack Overflow
or by Eonil
Published on 2010-05-16T15:58:13Z
Indexed on
2010/05/16
16:10 UTC
Read the original article
Hit count: 347
FBPermissionDialog is official Facebook iPhone lib. But my code to triggering message
- (void)dialogDidCancel:(FBDialog*)dialog
is not working. What can I do for this?
© Stack Overflow or respective owner