开发者

How to trigger dialogDidCancel message from FBPermissionDialog?

FBPermissionDialog is official Facebook iPhone lib. But my code to triggering message

- (void)dialogDidCancel开发者_如何学C:(FBDialog*)dialog

is not working. What can I do for this?


It was wrong place. The triggering method should be

/**
 * Called when a user closes the login dialog without logging in.
 */
- (void)sessionDidNotLogin:(FBSession*)session;

I hope this help.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜