• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

散列转换成文本,从现场的API为联系人响应

用户头像
it1352
帮助1

问题说明

我已经将现场JS API来获取用户的Live联系人,则返回哈希格式(email_hash)的电子邮件。
我怎么能转换成可读的文本,使用JavaScript或C#.NET
非常感谢!

I have integrated Live JS api to fetch Live contacts of a user, it returns emails in hash format (email_hash). How can i convert into readable text, using javascript or c#.net Many thanks!

正确答案

#1

我有同样的问题,我找到解决方案,所有你需要做的是以下范围添加到您的你的要求范围清单:WL .contacts_emails

I had the same problem and I find the solution, all you need to do is add the following scope to your list of scopes you're requesting: "wl.contacts_emails"

WL.login({scopes: ["wl.contacts_emails"]});

这样做之后,我不得不从我的个人资料中删除我的应用程序,可以将所有范围和添加第二个时间我的应用程序。 (但是,如果你不想询问谁alerady使用你的应用程序所有的人,我可以重置秘密令牌,迫使用户重新添加您的应用程序)。

After did that, I had to remove my application from my profile to reset all scope and add a second time my application. (But if you don't want to ask all people who alerady use your apps, I can just reset secret token to force user to add again your app).

最佳,
蒂埃里

Best, Thierry

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcffigk
系列文章
更多 icon
同类精品
更多 icon
继续加载