【发布时间】:2014-08-19 05:09:12
【问题描述】:
我正在使用 google oauth 2.0 Playground API,它给了 ma 联系人的结果,但问题是它也没有给出带有扩展名的完整图像名称。
我得到以下结果
<link rel="http://schemas.google.com/contacts/2008/rel#photo" type="image/*" href="https://www.google.com/m8/feeds/photos/media/xxxx@test.com/2d4aaf09b20bb7"/>
<link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/xxxx@test.com/full/2d4aaf09b20bb7"/>
<link rel="edit" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/xxxx@test.com/full/2d4aaf09b20bb7"/>
我必须做什么才能获得带有扩展名的图像 src?
【问题讨论】:
标签: jquery google-oauth google-contacts-api google-geocoding-api google-playground