Google URL Shortener官方API

Google终于正式推出自家的URL Shortener http://goo.gl/供用户使用了。那么接口自然会是有的,不再需要像之前一样需要自己hack才能从外部调用goo.gl压缩网址。

API地址 http://goo.gl/api/shorten
参数 security_token 和 url
未登录就将security_token值设置未null

以下是Python代码写的示例

需要注意的是请求header信息里面必须携带Content-Type信息,否则会得到Bad request的400错误信息。
-EOF-

Google Python Class Day

Google Python Class Day 1-1
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.1.Part.1.flv[/FMP]

下载 [download id=”29″]

Google Python Class Day 1-2
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.1.Part.2.flv[/FMP]

下载 [download id=”30″]

Google Python Class Day 1-3
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.1.Part.3.flv[/FMP]

下载 [download id=”31″]

Google Python Class Day 2-1
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.2.Part.1.flv[/FMP]

下载 [download id=”32″]

Google Python Class Day 2-2
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.2.Part.2.flv[/FMP]

下载 [download id=”33″]

Google Python Class Day 2-3
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.2.Part.3.flv[/FMP]

下载 [download id=”34″]
Google Python Class Day 2-4
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.2.Part.4.flv[/FMP]

下载 [download id=”35″]

via 豆花@垃圾熊
-EOF-