« Return to Thread: php 5.1.2 and gdata

Re: php 5.1.2 and gdata

by Pawel Gawenda :: Rate this Message:

Reply to Author | View in Thread

Thanks everybody. I will check these solutions.

2009/2/12 Ryan Boyd <ryanboyd@...>


2009/2/12 Ryan Boyd <ryanboyd@...>



2009/2/12 Pawel Gawenda <pawel.gawenda@...>

On Thu, Feb 12, 2009 at 6:44 PM, Ryan Boyd <ryanboyd@...> wrote:
Yes, Johan is correct.  What is the full extent of the operations you're trying to do with Picasa Web Albums-- is your listing of photos authenticated or unauthenticated?  Are you just trying to create a simple gallery?

I have "user_name" and "album_name". I would like show photos from few albums on my website. I don't need authentication.
 
There may be a solution other than ZF-- such as using raw PHP/DOM/simple XML/etc or JSON (via either PHP or JS).
Do you have any document (link to a website) where I can find how I can do that?

Here's a couple different pointers:
(Alternative PHP library): http://www.rcdtokyo.com/etc/gdataapis/ 
(SimpleXML/Picasa Web Albums guide from IBM): http://www.ibm.com/developerworks/library/x-picasalbum/

Here's another library:

FYI: Since YouTube also uses mediaRSS, the code would be nearly identical for PWA.

Drop by the Google Group for PWA if you need any help:

Cheers,
-Ryan






 

Cheers,
-Ryan
  

On Thu, Feb 12, 2009 at 6:47 AM, Johan Vrolix <johan@...> wrote:
Like Zend Framework, the gdata php client library needs at least 5.2.4


On Thu, Feb 12, 2009 at 1:55 PM, Pawel Gawenda <pawel.gawenda@...> wrote:
Hello

I have  php 5.1.2 installed on my server. I can't upgrade php to 5.1.4:(.

Witch version of gdata works with php 5.1.2??

I need gdata for list photos from picasa album.



 « Return to Thread: php 5.1.2 and gdata