通过 AuthSub c# 获取 Google 联系人
有没有人有一个在 c# 中通过 AuthSub 获取谷歌联系的工作示例
我已经尝试过这个 url ,但我无法完成它。
Does any one have a working example of getting google contact via AuthSub in c#
I have tried this url , but i was not able to complete it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是我的一个项目中的一段代码:
EntityCollection 是一个简单列表的包装器,GoogleContactItem 是一个检索到的信息的包装器。
Here is a piece of code from one of my projects:
EntityCollection is a wrapper around a simple List and GoogleContactItem is a wrapper around the retrieved information.
我发现这个例子很简单。 链接
而且效果很好。
I found this example so simple. link
And it works great.