Facebook SDK 3.0: how to receive user's e-mail?

前端 未结 5 1916
执笔经年
执笔经年 2020-12-04 20:07

In the \"old\" FB iOS SDK I could receive user information via the following:

NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys         


        
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 20:34

    Once you have access to (id)user, you could simply use, user[@"email"].

提交回复
热议问题