关于Google GData的一点札记

来源:互联网 发布:js array splice 编辑:程序博客网 时间:2024/05/16 09:41

GData(Google Data APIs)

协议:聚合协议(Atom)+发布协议(APP:Atom Publishing Protocol)+HTTP Protocol
Google扩展:数据模型+查询+同步+认证
数据模型:
标准的Atom结构,如entry/id/published/updated/titile/content/author...
Google种类扩展,如xmlns(Google的gd、豆瓣的db)/scheme(豆瓣用的自己的scheme)
查询:
同步:
认证:Google Auth Service
客户端库(PHP包依托于ZF):
封装了一些对Google资源的访问控制方式,以及CURL和Socket方式的HTTP请求
访问Google的资源,如Base data/Blogger/Calendar/Code Search/Picasa/You Tube...
参考资料:
http://www.docin.com/p-20659270.html
http://code.google.com/apis/gdata/