Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Avatar URL Change Next Week
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chipit Prom  
View profile   Translate to Translated (View Original)
 More options Jul 12 2012, 4:44 pm
From: Chipit Prom <chipitpromoti...@gmail.com>
Date: Thu, 12 Jul 2012 15:44:26 -0500
Local: Thurs, Jul 12 2012 4:44 pm
Subject: Re: Avatar URL Change Next Week
Thanks Mat. I have a ~semi~

related question.

For the etsy images, i *need* them in https. Right now, I'm using this function to "convert" http to https images:
private function httpsImage($url)
{
    preg_match('/http:\/\/img(\d+)(?:-ec|-llalt)?.etsystatic.com\/(.*)/i', $url, $matches);
    $https = "https://ny-image$matches[1].etsy.com/$matches[2]";
    return $https;

}

I've had to update the function a couple of times as the URL structure began to vary… is there a more correct way to be doing this?

jake

On Jul 12, 2012, at 3:41 PM, Matt Graham wrote:

> Hi all,
> Next week, we will be making the same change to user avatar URLs that we recently made to listing images URLs where additional data is added to the avatar URLs. Querying the API will be the only way to get valid URLs for any avatars uploaded after this change is made. We are not breaking any old URLs. Any URLs to avatars that were uploaded prior to this change will continue to work.

> Thanks and please let us know if you have any questions.
> Matt

> --
> You received this message because you are subscribed to the Google Groups "Etsy API V2" group.
> To post to this group, send email to etsy-api-v2@googlegroups.com.
> To unsubscribe from this group, send email to etsy-api-v2+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/etsy-api-v2?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.