Re: Fwd: Google Picasaweb API

2011-05-23 Thread Azadi Saryev

I have not worked with Picasaweb API much, but looking at its reference 
guide, it seems you can provide imgmax=d query parameter to make 
 elements reference the original uploaded photo.
imgmax query param can only be used when retrieving *feeds* in order to 
get images of appropriate size - it CAN NOT be used when retrieving the 
actual images.

example url: 
https://picasaweb.google.com/data/feed/api/user/userID/album/albumName?imgmax=d

's URL attribute in the response to above request will 
contain the url of the original photo.

more info: 
http://code.google.com/apis/picasaweb/docs/2.0/reference.html#Parameters

Azadi

On 24/05/2011 08:39 , Guru wrote:
> Thank you so much for the API link that really helped.
>
> I am almost done with it.
>
> Quick question: i do have a albumid and photoid, now I need to download the
> image from picasa (high res) how do I do that?
>
> I digged the api docs and seems like couldn't find anything.
>
> The album is not public and use authkey.
>
> I did modify your cfc and add functions to get the albums and photos with
> authkey.
> But now I need to get the high res image which was originally uploaded. and
> have no clue how do I get that through api.
>
> thanks once again for your help. really appreciate that.
>
> Regards,
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344855
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Fwd: Google Picasaweb API

2011-05-23 Thread Guru

Thank you so much for the API link that really helped.

I am almost done with it.

Quick question: i do have a albumid and photoid, now I need to download the
image from picasa (high res) how do I do that?

I digged the api docs and seems like couldn't find anything.

The album is not public and use authkey.

I did modify your cfc and add functions to get the albums and photos with
authkey.
But now I need to get the high res image which was originally uploaded. and
have no clue how do I get that through api.

thanks once again for your help. really appreciate that.

Regards,


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344853
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Google Picasaweb API

2011-05-20 Thread CF Expert

>I wrote a wrapper for picasa that you can use as the basis for your app.
>
>Http://Picasacfc.Riaforge.org
>
>On May 17, 2011, at 7:30 PM, Guru wrote:
>
>>

this is cool..

Was diging the api docs and couldn't find how to get the photo by photoID 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344773
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Google Picasaweb API

2011-05-17 Thread Lists

I wrote a wrapper for picasa that you can use as the basis for your app.

Http://Picasacfc.Riaforge.org

On May 17, 2011, at 7:30 PM, Guru  wrote:

> 
> One of my friend is a photographer and he need a shopping cart type
> application which he can sell his photo albums.
> He already uses Picasaweb desktop application for uploading his photos and
> don't want to interrupt that.
> 
> I was thinking if anything is available out there, preferably in CF so I can
> modify by myself rather than writing something from the beginning.
> 
> Any ref. would be appreciated.
> 
> Thanks,
> 
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344608
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Google Picasaweb API

2011-05-17 Thread Kevin Pepperman

This is not in CF, but I used it to build sites that sell and deliver art.

http://gallery.menalto.com/

It has a cart system built into it.



On Tue, May 17, 2011 at 8:30 PM, Guru  wrote:

>
> One of my friend is a photographer and he need a shopping cart type
> application which he can sell his photo albums.
> He already uses Picasaweb desktop application for uploading his photos and
> don't want to interrupt that.
>
> I was thinking if anything is available out there, preferably in CF so I
> can
> modify by myself rather than writing something from the beginning.
>
> Any ref. would be appreciated.
>
> Thanks,
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344607
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Google Picasaweb API

2011-05-17 Thread Guru

One of my friend is a photographer and he need a shopping cart type
application which he can sell his photo albums.
He already uses Picasaweb desktop application for uploading his photos and
don't want to interrupt that.

I was thinking if anything is available out there, preferably in CF so I can
modify by myself rather than writing something from the beginning.

Any ref. would be appreciated.

Thanks,


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344606
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm