id<FBGraphUser>friend
id<FBGraphUserExtraFields>user

应该使用

[user objectForKey:@"id"][friend objectForKey:@"id"]

 替换

user.id;
friend.id;

 

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2021-04-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案