将通知标记为在iOS中使用Facebook API读取

时间:2012-07-17 06:10:58

标签: facebook-graph-api notifications

我在StackOverflow上引用了一些有关此问题的问题,但似乎没有任何效果。

代码:

NSMutableDictionary *dc = [NSMutableDictionary dictionaryWithObjectsAndKeys:@"0", @"unread", nil];
[facebook requestWithGraphPath:@"21306691" andParams:dc andHttpMethod:@"POST" andDelegate:self];

21306691notification_id。我确信我已获得manage_notifications许可。

请帮助我,非常感谢!

2 个答案:

答案 0 :(得分:2)

notif_recipient_id_notificationid

notif是关键词, recipient_id是登录Facebook用户的ID notificationid是通知的ID(你得到的)。

使用上述模式。

答案 1 :(得分:1)

我认为你的通知ID错了!我得到这样的格式:notif_524065381_15010202用于通知ID!

请务必与Graph API Explorer联系,查看您的Facebook请求是否有效,如果有,请查看您的代码!