php 5.1.2 and gdata

9 messages Options
Embed this post
Permalink
Pawel Gawenda

php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink
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.

Johan Vrolix

Re: php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink
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 <[hidden email]> 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.


Johan Vrolix

Re: php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink
In reply to this post by Pawel Gawenda
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 <[hidden email]> 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.


Pawel Gawenda

Re: php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink
Gdata 1.5.3 needs at least php 5.1.4. But I am looking for a version which works with php 5.1.2.

On Thu, Feb 12, 2009 at 3:48 PM, Johan Vrolix <[hidden email]> 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 <[hidden email]> 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.




Ryan Boyd-3

Re: php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink
In reply to this post by Johan Vrolix
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?

There may be a solution other than ZF-- such as using raw PHP/DOM/simple XML/etc or JSON (via either PHP or JS).

Cheers,
-Ryan
  

On Thu, Feb 12, 2009 at 6:47 AM, Johan Vrolix <[hidden email]> 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 <[hidden email]> 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.



Pawel Gawenda

Re: php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink
On Thu, Feb 12, 2009 at 6:44 PM, Ryan Boyd <[hidden email]> 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?

 

Cheers,
-Ryan
  

On Thu, Feb 12, 2009 at 6:47 AM, Johan Vrolix <[hidden email]> 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 <[hidden email]> 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.






--
======================
pozdrawiam, Pawel Gawenda

--------------------------------------------
www.expedio.pl
Planuj -> Podróżuj -> Pamiętaj

--------------------------------------------
http://pawel.gawenda.pl
Ryan Boyd-3

Re: php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink


2009/2/12 Pawel Gawenda <[hidden email]>
On Thu, Feb 12, 2009 at 6:44 PM, Ryan Boyd <[hidden email]> 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/

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 <[hidden email]> 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 <[hidden email]> 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.






--
======================
pozdrawiam, Pawel Gawenda

--------------------------------------------
www.expedio.pl
Planuj -> Podróżuj -> Pamiętaj

--------------------------------------------
http://pawel.gawenda.pl

Ryan Boyd-3

Re: php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink


2009/2/12 Ryan Boyd <[hidden email]>


2009/2/12 Pawel Gawenda <[hidden email]>

On Thu, Feb 12, 2009 at 6:44 PM, Ryan Boyd <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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.






--
======================
pozdrawiam, Pawel Gawenda

--------------------------------------------
www.expedio.pl
Planuj -> Podróżuj -> Pamiętaj

--------------------------------------------
http://pawel.gawenda.pl


Pawel Gawenda

Re: php 5.1.2 and gdata

Reply Threaded More More options
Print post
Permalink
Thanks everybody. I will check these solutions.

2009/2/12 Ryan Boyd <[hidden email]>


2009/2/12 Ryan Boyd <[hidden email]>



2009/2/12 Pawel Gawenda <[hidden email]>

On Thu, Feb 12, 2009 at 6:44 PM, Ryan Boyd <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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.