我在 StackOverflow 上引用了一些关于这个问题的问题,但似乎没有任何效果。
代码:
NSMutableDictionary *dc = [NSMutableDictionary dictionaryWithObjectsAndKeys:@"0", @"unread", nil];
[facebook requestWithGraphPath:@"21306691" andParams:dc andHttpMethod:@"POST" andDelegate:self];
21306691
是notification_id
。我确信我得到了manage_notifications
许可。
请帮助我,非常感谢!