在我的 iPhone 应用程序中,我使用 facebook graph api 向 facebook 朋友发送 apprequests。
NSMutableDictionary* params =
[NSMutableDictionary dictionaryWithObjectsAndKeys:[NSString stringWithFormat:@"Check this app"], @"message",
@"TEST",@"title",
friendsIDs,@"to",
nil];
[facebook dialog:@"apprequests" andParams:params andDelegate:self];
我在 facebook appcenter 中收到通知,而不是在地球图标中。如何在地球图标中获取通知?请帮忙!!!