如何在swift中使用gmail api获取用户头像

时间:2015-11-05 17:23:43

标签: ios swift profile gmail-api avatar

我正在审核this question,但为此我需要知道用户ID

我需要带给我发送电子邮件的用户的头像,但他们只有姓名和电子邮件,仅此而已。

例如:

GTLGmailMessagePartHeader 0x7fbb1e1560d0: {name:"From" value:"nameUser <emailuser@mail.com>"}

我提出了从电子邮件中提取用户信息的想法,但不会返回ID。

getProfile

{
  "emailAddress": string,
  "messagesTotal": integer,
  "threadsTotal": integer,
  "historyId": unsigned long
}

2 个答案:

答案 0 :(得分:0)

在Google身份文档中查看obtaining user profile information。它列出了获取有关当前经过身份验证的Google用户的个人资料信息的主要方法,具体取决于您的应用程序使用的身份验证方法。

答案 1 :(得分:-1)