【问题标题】:how to parse google contact feed (xml or json) using php如何使用 php 解析谷歌联系人提要(xml 或 json)
【发布时间】:2011-07-27 20:38:34
【问题描述】:

我正在尝试使用 php 解析谷歌联系人提要,下面是我从谷歌获得的 xml 提要示例

<entry>
        <id>http://www.google.com/m8/feeds/contacts/sample%40gmail.com/base/63a9d180dd7f506</id>
        <updated>2010-11-23T10:00:40.848Z</updated>
        <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/contact/2008#contact'/>
        <title type='text'>@@@@@@this is the sample title i need to get@@@@@</title>
        <link rel='http://schemas.google.com/contacts/2008/rel#edit-photo' type='image/*' href='@@@@@this is the link i need@@@@@'/>
        <link rel='self' type='application/atom+xml' href='https://www.google.com/m8/feeds/contacts/sample40gmail.com/full/680dd7f506'/>
        <link rel='edit' type='application/atom+xml' href='https://www.google.com/m8/feeds/contacts/sample%40gmail.com/full/0dd7f506/12940848000'/>
        <gd:email rel='http://schemas.google.com/g/2005#other' address='@@@@@@@@here is the address that i need to get@@@@@@@' primary='true'/>
    </entry>

如何解析出我用php标记的那些信息?

【问题讨论】:

标签: gdata-api gdata google-contacts-api


【解决方案1】:

将结果转成Json ..(便于解析)

使用参数“alt=json”调用API你会得到Json格式的结果..

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-10-09
    相关资源
    最近更新 更多