2011-11-03 173 views
0

我試圖在我的網站(使用PHP)中顯示google.picasa.com圖片。從picasa獲取圖片直接網址

作爲輸入,我有一個Picasa網絡URL,如:

http://picasaweb.google.com/lh/view?q=landscape&psc=G&filter=1#5275236656640118898 

或:

https://picasaweb.google.com/lh/photo/lACqXExH_Pz9OLsFkfgxmA 

我需要得到像直接鏈接到其設置爲一個src屬性標籤。 我使用正則表達式來提取圖片ID,但我找不到如何獲得谷歌Picasa API中的直接url ...

有什麼建議嗎?

回答