oEmbed response changes for generating slide image URLs
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:
Jai Pandya <jaipan... @gmail.com>
Date: Tue, 3 Apr 2012 11:30:47 +0530
Local: Tues, Apr 3 2012 2:00 am
Subject: oEmbed response changes for generating slide image URLs
Hello,
We made some significant changes in our conversion stack in the last few months. As a side effect, it has broken some client applications using oEmbed to generate slide image URLs. If you are using slide-image-baseurland slide-image-baseurl-suffix fields of oEmbed response, you need to make some required changes in your application logic. Going forward, you'll find a new field named as conversion-version in the oEmbed response. Given below is how you can use it in your logic:
for i in total-slides do if conversion-version == 2 url_slide[i] = slide-image-baseurl + i + slide-image-baseurl-suffix else url_slide[i] = slide-image-baseurl + '-slide-' + i + slide-image-baseurl-suffix end end
We are soon going to update all the slideshows to the version 2 in about a month's time. Then you'll be able to do away with the else part of the application logic. I'll update the group with new changes.
-Jai Pandya, SlideShare
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Hideki Hayashi <i... @userfirst.co.jp>
Date: Sat, 14 Apr 2012 23:18:03 -0700 (PDT)
Local: Sun, Apr 15 2012 2:18 am
Subject: Re: oEmbed response changes for generating slide image URLs
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jai Pandya <jaipan... @gmail.com>
Date: Sun, 15 Apr 2012 13:32:55 +0530
Local: Sun, Apr 15 2012 4:02 am
Subject: Re: [SlideShare Dev] Re: oEmbed response changes for generating slide image URLs
Hello Hideki,
Thanks for reporting the bug. I'll update the thread whenever it is resolved.
-Jai Pandya, Slideshare
On Sun, Apr 15, 2012 at 11:48 AM, Hideki Hayashi <i... @userfirst.co.jp>wrote:
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jai Pandya <jaipan... @gmail.com>
Date: Mon, 16 Apr 2012 15:59:16 +0530
Local: Mon, Apr 16 2012 6:29 am
Subject: Re: [SlideShare Dev] Re: oEmbed response changes for generating slide image URLs
Hideki,
The issue has been resolved. The URL is working fine now. Please let us know if you are still facing any issues.
Thanks
-Jai Pandya, SlideShare
On Sun, Apr 15, 2012 at 1:32 PM, Jai Pandya <jaipan
... @gmail.com> wrote:
> Hello Hideki,
> Thanks for reporting the bug. I'll update the thread whenever it is > resolved.
> -Jai Pandya, > Slideshare
> On Sun, Apr 15, 2012 at 11:48 AM, Hideki Hayashi <i... @userfirst.co.jp>wrote:
>> Hello,
>> I accessed oEmbed API.
>> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
>> The result was >> slide_image_baseurl: " >> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >> " >> conversion_version: 1 >> slide_image_baseurl_suffix: ".jpg&big=1"
>> So, I think the slide image urls should be
>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... > >> and so on.
>> But I can't access these urls. >> Do you know why this issue happens?
>> Thanks, >> Hideki Hayashi
>> -- >> You received this message because you are subscribed to the Google Groups >> "SlideShare Developers" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/slideshare-developers/-/mFSF5O9DNmIJ . >> To post to this group, send email to >> slideshare-developers@googlegroups.com. >> To unsubscribe from this group, send email to >> slideshare-developers+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/slideshare-developers?hl=en .
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Hideki Hayashi <i... @userfirst.co.jp>
Date: Tue, 17 Apr 2012 09:38:32 +0900
Local: Mon, Apr 16 2012 8:38 pm
Subject: Re: [SlideShare Dev] Re: oEmbed response changes for generating slide image URLs
Hello,
Thanks for resolving the issue.
I found one more issue.
http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/... --- slide_image_baseurl: "http://images.slidesharecdn.com/random-110418105132-phpapp02 " conversion_version: 1 slide_image_baseurl_suffix: "-768.jpg" --- One of these slide image urls should be http://images.slidesharecdn.com/random-110418105132-phpapp02-slide-1-... But I can't access this url.
Thanks, Hideki Hayashi
2012年4月16日19:29 Jai Pandya <jaipan... @gmail.com>:
> Hideki,
> The issue has been resolved. The URL is working fine now. Please let us know > if you are still facing any issues.
> Thanks
> -Jai Pandya, > SlideShare
> On Sun, Apr 15, 2012 at 1:32 PM, Jai Pandya <jaipan... @gmail.com> wrote:
>> Hello Hideki,
>> Thanks for reporting the bug. I'll update the thread whenever it is >> resolved.
>> -Jai Pandya, >> Slideshare
>> On Sun, Apr 15, 2012 at 11:48 AM, Hideki Hayashi <i... @userfirst.co.jp> >> wrote:
>>> Hello,
>>> I accessed oEmbed API.
>>> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
>>> The result was >>> slide_image_baseurl: >>> "http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... " >>> conversion_version: 1 >>> slide_image_baseurl_suffix: ".jpg&big=1"
>>> So, I think the slide image urls should be
>>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291...
>>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291...
>>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >>> and so on.
>>> But I can't access these urls. >>> Do you know why this issue happens?
>>> Thanks, >>> Hideki Hayashi
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "SlideShare Developers" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/slideshare-developers/-/mFSF5O9DNmIJ . >>> To post to this group, send email to >>> slideshare-developers@googlegroups.com. >>> To unsubscribe from this group, send email to >>> slideshare-developers+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/slideshare-developers?hl=en .
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jai Pandya <jaipan... @gmail.com>
Date: Thu, 19 Apr 2012 23:48:25 +0530
Local: Thurs, Apr 19 2012 2:18 pm
Subject: Re: [SlideShare Dev] Re: oEmbed response changes for generating slide image URLs
Hello,
The issue reported has been fixed. You can call the oEmbed endpoint again to get the updated prefix and suffix codes.
-Jai Pandya, SlideShare
On Tue, Apr 17, 2012 at 6:08 AM, Hideki Hayashi <i... @userfirst.co.jp>wrote:
> Hello,
> Thanks for resolving the issue.
> I found one more issue.
> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/... > --- > slide_image_baseurl: > "http://images.slidesharecdn.com/random-110418105132-phpapp02 " > conversion_version: 1 > slide_image_baseurl_suffix: "-768.jpg" > --- > One of these slide image urls should be
> http://images.slidesharecdn.com/random-110418105132-phpapp02-slide-1-... > But I can't access this url.
> Thanks, > Hideki Hayashi
> 2012年4月16日19:29 Jai Pandya <jaipan... @gmail.com>: > > Hideki,
> > The issue has been resolved. The URL is working fine now. Please let us > know > > if you are still facing any issues.
> > Thanks
> > -Jai Pandya, > > SlideShare
> > On Sun, Apr 15, 2012 at 1:32 PM, Jai Pandya <jaipan... @gmail.com> wrote:
> >> Hello Hideki,
> >> Thanks for reporting the bug. I'll update the thread whenever it is > >> resolved.
> >> -Jai Pandya, > >> Slideshare
> >> On Sun, Apr 15, 2012 at 11:48 AM, Hideki Hayashi <i... @userfirst.co.jp> > >> wrote:
> >>> Hello,
> >>> I accessed oEmbed API.
> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
> >>> The result was > >>> slide_image_baseurl: > >>> " > http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... > " > >>> conversion_version: 1 > >>> slide_image_baseurl_suffix: ".jpg&big=1"
> >>> So, I think the slide image urls should be
> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291...
> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291...
> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... > >>> and so on.
> >>> But I can't access these urls. > >>> Do you know why this issue happens?
> >>> Thanks, > >>> Hideki Hayashi
> >>> -- > >>> You received this message because you are subscribed to the Google > Groups > >>> "SlideShare Developers" group. > >>> To view this discussion on the web visit > >>> https://groups.google.com/d/msg/slideshare-developers/-/mFSF5O9DNmIJ . > >>> To post to this group, send email to > >>> slideshare-developers@googlegroups.com. > >>> To unsubscribe from this group, send email to > >>> slideshare-developers+unsubscribe@googlegroups.com. > >>> For more options, visit this group at > >>> http://groups.google.com/group/slideshare-developers?hl=en .
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Guilherme Vinicius Moreira <gui.vinic... @gmail.com>
Date: Mon, 18 Jun 2012 19:54:20 -0700 (PDT)
Local: Mon, Jun 18 2012 10:54 pm
Subject: Re: [SlideShare Dev] Re: oEmbed response changes for generating slide image URLs
Hello guys,
I'm trying use the oEmbed api to get single images, but I always get a "Access Denied".
That's the URL I'm using:
http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
Result:
{
- thumbnail_height: 128,
- type: "rich",
- slideshow_id: 12930108,
- height: 355,
- author_name: "Guilherme Vinicius Moreira",
- slide_image_baseurl_suffix: "-728.jpg",
- author_url: "http://www.slideshare.net/guivinicius ",
- version_no: "1337025361",
- version: "1.0",
- width: 425,
- provider_name: "SlideShare",
- slide_image_baseurl: "//images.slidesharecdn.com/gamificaopdf-120514145526-phpapp02/85/slide-"
,
- html: "<div style="width:425px" id="__ss_12930108"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/guivinicius/introduo-gamificao " title="Introdução à Gamificação" target="_blank">Introdução à Gamificação</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/12930108 " width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0" allowfullscreen></iframe> <div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/ " target="_blank">presentations</a> from <a href="http://www.slideshare.net/guivinicius " target="_blank">Guilherme Vinicius Moreira</a> </div> </div>",
- provider_url: "http://www.slideshare.net ",
- thumbnail_width: 170,
- thumbnail: "//cdn.slidesharecdn.com/gamificaopdf-120514145526-phpapp02-thumbnail?13370 25361"
,
- conversion_version: 2,
- total_slides: 44,
- title: "Introdução à Gamificação"
}
Then I build a URL like this:
http://images.slidesharecdn.com/gamificaopdf-120514145526-phpapp02/85...
*2*-728.jpg
and as a result, Im getting this XML:
<Error>
<Code>
AccessDenied
</Code>
<Message>
Access Denied
</Message>
<RequestId>
C098126A2C0E4DBB
</RequestId>
<HostId>
Y87zfUwZwsobQbd1KZMankjII1aDnEUTEAlR3ChcbVrQxIp0+bxQAIx8tuLhC/i+
</HostId>
</Error>
Is that a normal error ? or I have to pass others params that I'm missing here ?
Thanks in advance.
Em quinta-feira, 19 de abril de 2012 15h18min25s UTC-3, Jai Pandya escreveu:
> Hello,
> The issue reported has been fixed. You can call the oEmbed endpoint again > to get the updated prefix and suffix codes.
> -Jai Pandya,
> SlideShare
> On Tue, Apr 17, 2012 at 6:08 AM, Hideki Hayashi <i... @userfirst.co.jp>wrote:
>> Hello,
>> Thanks for resolving the issue.
>> I found one more issue.
>> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
>> ---
>> slide_image_baseurl:
>> "http://images.slidesharecdn.com/random-110418105132-phpapp02 "
>> conversion_version: 1
>> slide_image_baseurl_suffix: "-768.jpg"
>> ---
>> One of these slide image urls should be
>> http://images.slidesharecdn.com/random-110418105132-phpapp02-slide-1-...
>> But I can't access this url.
>> Thanks,
>> Hideki Hayashi
>> 2012年4月16日19:29 Jai Pandya <jaipan... @gmail.com>:
>> > Hideki,
>> > The issue has been resolved. The URL is working fine now. Please let us >> know
>> > if you are still facing any issues.
>> > Thanks
>> > -Jai Pandya,
>> > SlideShare
>> > On Sun, Apr 15, 2012 at 1:32 PM, Jai Pandya <jaipan... @gmail.com> >> wrote:
>> >> Hello Hideki,
>> >> Thanks for reporting the bug. I'll update the thread whenever it is
>> >> resolved.
>> >> -Jai Pandya,
>> >> Slideshare
>> >> On Sun, Apr 15, 2012 at 11:48 AM, Hideki Hayashi <i... @userfirst.co.jp
>> >> wrote:
>> >>> Hello,
>> >>> I accessed oEmbed API.
>> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
>> >>> The result was
>> >>> slide_image_baseurl:
>> >>> "
>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291...
>> "
>> >>> conversion_version: 1
>> >>> slide_image_baseurl_suffix: ".jpg&big=1"
>> >>> So, I think the slide image urls should be
>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>> >>> and so on.
>> >>> But I can't access these urls.
>> >>> Do you know why this issue happens?
>> >>> Thanks,
>> >>> Hideki Hayashi
>> >>> --
>> >>> You received this message because you are subscribed to the Google >> Groups
>> >>> "SlideShare Developers" group.
>> >>> To view this discussion on the web visit
>> >>> https://groups.google.com/d/msg/slideshare-developers/-/mFSF5O9DNmIJ .
>> >>> To post to this group, send email to
>> >>> slideshare-developers@googlegroups.com.
>> >>> To unsubscribe from this group, send email to
>> >>> slideshare-developers+unsubscribe@googlegroups.com.
>> >>> For more options, visit this group at
>> >>> http://groups.google.com/group/slideshare-developers?hl=en .
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
lucas renan <freelancersbra... @gmail.com>
Date: Fri, 29 Jun 2012 12:34:29 -0700 (PDT)
Local: Fri, Jun 29 2012 3:34 pm
Subject: Re: [SlideShare Dev] Re: oEmbed response changes for generating slide image URLs
guys,
same error here, I hope you can help us :)
thanks.
Em segunda-feira, 18 de junho de 2012 23h54min20s UTC-3, Guilherme Vinicius Moreira escreveu:
> Hello guys,
> I'm trying use the oEmbed api to get single images, but I always get a > "Access Denied".
> That's the URL I'm using:
> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
> Result:
> {
> - thumbnail_height: 128,
> - type: "rich",
> - slideshow_id: 12930108,
> - height: 355,
> - author_name: "Guilherme Vinicius Moreira",
> - slide_image_baseurl_suffix: "-728.jpg",
> - author_url: "http://www.slideshare.net/guivinicius ",
> - version_no: "1337025361",
> - version: "1.0",
> - width: 425,
> - provider_name: "SlideShare",
> - slide_image_baseurl: "//
> images.slidesharecdn.com/gamificaopdf-120514145526-phpapp02/85/slide-",
> - html: "<div style="width:425px" id="__ss_12930108"> <strong > style="display:block;margin:12px 0 4px"><a href="
> http://www.slideshare.net/guivinicius/introduo-gamificao " > title="Introdução à Gamificação" target="_blank">Introdução à > Gamificação</a></strong> <iframe src="
> http://www.slideshare.net/slideshow/embed_code/12930108 " width="425" > height="355" frameborder="0" marginwidth="0" marginheight="0" > scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0" > allowfullscreen></iframe> <div style="padding:5px 0 12px"> View more <a > href="http://www.slideshare.net/ " target="_blank">presentations</a> > from <a href="http://www.slideshare.net/guivinicius " > target="_blank">Guilherme Vinicius Moreira</a> </div> </div>",
> - provider_url: "http://www.slideshare.net ",
> - thumbnail_width: 170,
> - thumbnail: "//
> cdn.slidesharecdn.com/gamificaopdf-120514145526-phpapp02-thumbnail?13370253 61
> ",
> - conversion_version: 2,
> - total_slides: 44,
> - title: "Introdução à Gamificação"
> }
> Then I build a URL like this:
> http://images.slidesharecdn.com/gamificaopdf-120514145526-phpapp02/85...
> *2*-728.jpg
> and as a result, Im getting this XML:
> <Error>
> <Code>
> AccessDenied
> </Code>
> <Message>
> Access Denied
> </Message>
> <RequestId>
> C098126A2C0E4DBB
> </RequestId>
> <HostId>
> Y87zfUwZwsobQbd1KZMankjII1aDnEUTEAlR3ChcbVrQxIp0+bxQAIx8tuLhC/i+
> </HostId>
> </Error>
> Is that a normal error ? or I have to pass others params that I'm missing > here ?
> Thanks in advance.
> Em quinta-feira, 19 de abril de 2012 15h18min25s UTC-3, Jai Pandya > escreveu:
>> Hello,
>> The issue reported has been fixed. You can call the oEmbed endpoint again >> to get the updated prefix and suffix codes.
>> -Jai Pandya,
>> SlideShare
>> On Tue, Apr 17, 2012 at 6:08 AM, Hideki Hayashi <i... @userfirst.co.jp>wrote:
>>> Hello,
>>> Thanks for resolving the issue.
>>> I found one more issue.
>>> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
>>> ---
>>> slide_image_baseurl:
>>> "http://images.slidesharecdn.com/random-110418105132-phpapp02 "
>>> conversion_version: 1
>>> slide_image_baseurl_suffix: "-768.jpg"
>>> ---
>>> One of these slide image urls should be
>>> http://images.slidesharecdn.com/random-110418105132-phpapp02-slide-1-...
>>> But I can't access this url.
>>> Thanks,
>>> Hideki Hayashi
>>> 2012年4月16日19:29 Jai Pandya <jaipan... @gmail.com>:
>>> > Hideki,
>>> > The issue has been resolved. The URL is working fine now. Please let >>> us know
>>> > if you are still facing any issues.
>>> > Thanks
>>> > -Jai Pandya,
>>> > SlideShare
>>> > On Sun, Apr 15, 2012 at 1:32 PM, Jai Pandya <jaipan... @gmail.com> >>> wrote:
>>> >> Hello Hideki,
>>> >> Thanks for reporting the bug. I'll update the thread whenever it is
>>> >> resolved.
>>> >> -Jai Pandya,
>>> >> Slideshare
>>> >> On Sun, Apr 15, 2012 at 11:48 AM, Hideki Hayashi <
>>> i... @userfirst.co.jp>
>>> >> wrote:
>>> >>> Hello,
>>> >>> I accessed oEmbed API.
>>> http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/...
>>> >>> The result was
>>> >>> slide_image_baseurl:
>>> >>> "
>>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291...
>>> "
>>> >>> conversion_version: 1
>>> >>> slide_image_baseurl_suffix: ".jpg&big=1"
>>> >>> So, I think the slide image urls should be
>>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>>> http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... <http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>>> >>> and so on.
>>> >>> But I can't access these urls.
>>> >>> Do you know why this issue happens?
>>> >>> Thanks,
>>> >>> Hideki Hayashi
>>> >>> --
>>> >>> You received this message because you are subscribed to the Google >>> Groups
>>> >>> "SlideShare Developers" group.
>>> >>> To view this discussion on the web visit
>>> >>> https://groups.google.com/d/msg/slideshare-developers/-/mFSF5O9DNmIJ
>>> .
>>> >>> To post to this group, send email to
>>> >>> slideshare-developers@googlegroups.com.
>>> >>> To unsubscribe from this group, send email to
>>> >>> slideshare-developers+unsubscribe@googlegroups.com.
>>> >>> For more options, visit this group at
>>> >>> http://groups.google.com/group/slideshare-developers?hl=en .
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jai Pandya <jaipan... @gmail.com>
Date: Sat, 7 Jul 2012 11:57:49 +0530
Local: Sat, Jul 7 2012 2:27 am
Subject: Re: [SlideShare Dev] Re: oEmbed response changes for generating slide image URLs
Hi,
The error should have been fixed by now. Let me know if you are still
receiving any error.
-Jai Pandya,
SlideShare
On Sat, Jun 30, 2012 at 1:04 AM, lucas renan <freelancersbra... @gmail.com>wrote:
> guys,
> same error here, I hope you can help us :)
> thanks.
> Em segunda-feira, 18 de junho de 2012 23h54min20s UTC-3, Guilherme
> Vinicius Moreira escreveu:
>> Hello guys,
>> I'm trying use the oEmbed api to get single images, but I always get a
>> "Access Denied".
>> That's the URL I'm using:
>> http://www.slideshare.net/api/**oembed/2?url=http://www.**
>> slideshare.net/guivinicius/**introduo-gamificao&format=json<http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/... >
>> Result:
>> {
>> - thumbnail_height: 128,
>> - type: "rich",
>> - slideshow_id: 12930108,
>> - height: 355,
>> - author_name: "Guilherme Vinicius Moreira",
>> - slide_image_baseurl_suffix: "-728.jpg",
>> - author_url: "http://www.slideshare.net/**guivinicius <http://www.slideshare.net/guivinicius >
>> ",
>> - version_no: "1337025361",
>> - version: "1.0",
>> - width: 425,
>> - provider_name: "SlideShare",
>> - slide_image_baseurl: "//images.slidesharecdn.com/**
>> gamificaopdf-120514145526-**phpapp02/85/slide-<http://images.slidesharecdn.com/gamificaopdf-120514145526-phpapp02/85... >
>> ",
>> - html: "<div style="width:425px" id="__ss_12930108"> <strong
>> style="display:block;margin:**12px 0 4px"><a href="
>> http://www.slideshare.**net/guivinicius/introduo-**gamificao <http://www.slideshare.net/guivinicius/introduo-gamificao >"
>> title="Introdução à Gamificação" target="_blank">Introdução à
>> Gamificação</a></strong> <iframe src="http://www.slideshare.**
>> net/slideshow/embed_code/**12930108<http://www.slideshare.net/slideshow/embed_code/12930108 >"
>> width="425" height="355" frameborder="0" marginwidth="0" marginheight="0"
>> scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0"
>> allowfullscreen></iframe> <div style="padding:5px 0 12px"> View more <a
>> href="http://www.slideshare.**net/ <http://www.slideshare.net/ >"
>> target="_blank">presentations<**/a> from <a href="
>> http://www.slideshare.**net/guivinicius <http://www.slideshare.net/guivinicius >"
>> target="_blank">Guilherme Vinicius Moreira</a> </div> </div>",
>> - provider_url: "http://www.slideshare.net ",
>> - thumbnail_width: 170,
>> - thumbnail: "//cdn.slidesharecdn.com/**gamificaopdf-120514145526-**
>> phpapp02-thumbnail?1337025361<http://cdn.slidesharecdn.com/gamificaopdf-120514145526-phpapp02-thumb... >
>> "**,
>> - conversion_version: 2,
>> - total_slides: 44,
>> - title: "Introdução à Gamificação"
>> }
>> Then I build a URL like this:
>> http://images.slidesharecdn.**com/gamificaopdf-120514145526-**
>> phpapp02/85/slide-<http://images.slidesharecdn.com/gamificaopdf-120514145526-phpapp02/85... >
>> *2*-728.jpg
>> and as a result, Im getting this XML:
>> <Error>
>> <Code>
>> AccessDenied
>> </Code>
>> <Message>
>> Access Denied
>> </Message>
>> <RequestId>
>> C098126A2C0E4DBB
>> </RequestId>
>> <HostId>
>> Y87zfUwZwsobQbd1KZMankjII1aDnE**UTEAlR3ChcbVrQxIp0+**bxQAIx8tuLhC/i+
>> </HostId>
>> </Error>
>> Is that a normal error ? or I have to pass others params that I'm missing
>> here ?
>> Thanks in advance.
>> Em quinta-feira, 19 de abril de 2012 15h18min25s UTC-3, Jai Pandya
>> escreveu:
>>> Hello,
>>> The issue reported has been fixed. You can call the oEmbed endpoint
>>> again to get the updated prefix and suffix codes.
>>> -Jai Pandya,
>>> SlideShare
>>> On Tue, Apr 17, 2012 at 6:08 AM, Hideki Hayashi <i... @userfirst.co.jp>wrote:
>>>> Hello,
>>>> Thanks for resolving the issue.
>>>> I found one more issue.
>>>> http://www.slideshare.net/api/**oembed/2?url=http://www.**
>>>> slideshare.net/hayatomizuno/**jquery-7665168<http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/... >
>>>> ---
>>>> slide_image_baseurl:
>>>> "http://images.slidesharecdn.**com/random-110418105132-**phpapp02 <http://images.slidesharecdn.com/random-110418105132-phpapp02 >
>>>> "
>>>> conversion_version: 1
>>>> slide_image_baseurl_suffix: "-768.jpg"
>>>> ---
>>>> One of these slide image urls should be
>>>> http://images.slidesharecdn.**com/random-110418105132-**
>>>> phpapp02-slide-1-768.jpg<http://images.slidesharecdn.com/random-110418105132-phpapp02-slide-1-... >
>>>> But I can't access this url.
>>>> Thanks,
>>>> Hideki Hayashi
>>>> 2012年4月16日19:29 Jai Pandya <jaipan... @gmail.com>:
>>>> > Hideki,
>>>> > The issue has been resolved. The URL is working fine now. Please let
>>>> us know
>>>> > if you are still facing any issues.
>>>> > Thanks
>>>> > -Jai Pandya,
>>>> > SlideShare
>>>> > On Sun, Apr 15, 2012 at 1:32 PM, Jai Pandya <jaipan... @gmail.com>
>>>> wrote:
>>>> >> Hello Hideki,
>>>> >> Thanks for reporting the bug. I'll update the thread whenever it is
>>>> >> resolved.
>>>> >> -Jai Pandya,
>>>> >> Slideshare
>>>> >> On Sun, Apr 15, 2012 at 11:48 AM, Hideki Hayashi <
>>>> i... @userfirst.co.jp>
>>>> >> wrote:
>>>> >>> Hello,
>>>> >>> I accessed oEmbed API.
>>>> >>> http://www.slideshare.net/api/**oembed/2?url=http://www.**
>>>> slideshare.net/authorNari/**rubyistrubykaigi<http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/... >
>>>> >>> The result was
>>>> >>> slide_image_baseurl:
>>>> >>> "http://m.slidesharecdn.com/**convert.php?file=**shayordeadintokyo-
>>>> **100829174629-phpapp01<http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>>>> "
>>>> >>> conversion_version: 1
>>>> >>> slide_image_baseurl_suffix: ".jpg&big=1"
>>>> >>> So, I think the slide image urls should be
>>>> >>> http://m.slidesharecdn.com/**convert.php?file=**shayordeadintokyo-*
>>>> *100829174629-phpapp01-slide-1.**jpg&big=1<http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>>>> >>> http://m.slidesharecdn.com/**convert.php?file=**shayordeadintokyo-*
>>>> *100829174629-phpapp01-slide-2.**jpg&big=1<http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>>>> >>> http://m.slidesharecdn.com/**convert.php?file=**shayordeadintokyo-*
>>>> *100829174629-phpapp01-slide-3.**jpg&big=1<http://m.slidesharecdn.com/convert.php?file=shayordeadintokyo-1008291... >
>>>> >>> and so on.
>>>> >>> But I can't access these urls.
>>>> >>> Do you know why this issue happens?
>>>> >>> Thanks,
>>>> >>> Hideki Hayashi
>>>> >>> --
>>>> >>> You received this message because you are subscribed to the Google
>>>> Groups
>>>> >>> "SlideShare Developers" group.
>>>> >>> To view this discussion on the web visit
>>>> >>> https://groups.google.com/d/**msg/slideshare-developers/-/**
>>>> mFSF5O9DNmIJ<https://groups.google.com/d/msg/slideshare-developers/-/mFSF5O9DNmIJ >
>>>> .
>>>> >>> To post to this group, send email to
>>>> >>> slideshare-developers@**googlegroups.com<slideshare-developers@googlegroups .com>
>>>> .
>>>> >>> To unsubscribe from this group, send email to
>>>> >>> slideshare-developers+**unsubscribe@googlegroups.com<slideshare-developers% 2Bunsubscribe@googlegroups.com>
>>>> .
>>>> >>> For more options, visit this group at
>>>> >>> http://groups.google.com/**group/slideshare-developers?**hl=en <http://groups.google.com/group/slideshare-developers?hl=en >
>>>> .
>>> --
> You received this message because you are subscribed to the Google Groups
> "SlideShare Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/slideshare-developers/-/Qew3HHlXrx8J .
> To post to this group, send email to
> slideshare-developers@googlegroups.com.
> To unsubscribe from this group, send email to
> slideshare-developers+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/slideshare-developers?hl=en .
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Akash Agrawal <ak... @slideshare.com>
Date: Tue, 4 Sep 2012 03:45:47 -0700 (PDT)
Local: Tues, Sep 4 2012 6:45 am
Subject: Re: oEmbed response changes for generating slide image URLs
Hi All,
As Jai discussed earlier, we have updated almost all the slideshows to the version 2. Please generate image url in the way Jai suggested to avoid any problem with your application.
for i in total-slides do
> if conversion-version == 2 > url_slide[i] = slide-image-baseurl + i + slide-image-baseurl-suffix > else > url_slide[i] = slide-image-baseurl + '-slide-' + i + > slide-image-baseurl-suffix > end > end
Thanks,
Akash Agrawal
Slideshare
On Tuesday, 3 April 2012 11:30:47 UTC+5:30, Jai Pandya wrote:
> Hello,
> We made some significant changes in our conversion stack in the last few > months. As a side effect, it has broken some client applications using > oEmbed to generate slide image URLs. If you are using slide-image-baseurland > slide-image-baseurl-suffix fields of oEmbed response, you need to make > some required changes in your application logic. Going forward, you'll find > a new field named as conversion-version in the oEmbed response. Given > below is how you can use it in your logic:
> for i in total-slides do > if conversion-version == 2 > url_slide[i] = slide-image-baseurl + i + slide-image-baseurl-suffix > else > url_slide[i] = slide-image-baseurl + '-slide-' + i + > slide-image-baseurl-suffix > end > end
> We are soon going to update all the slideshows to the version 2 in about a > month's time. Then you'll be able to do away with the else part of the > application logic. I'll update the group with new changes.
> -Jai Pandya, > SlideShare
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Matt <ryu.ten... @gmail.com>
Date: Tue, 13 Nov 2012 19:08:08 -0800 (PST)
Local: Tues, Nov 13 2012 10:08 pm
Subject: Re: oEmbed response changes for generating slide image URLs
This is exactly how I am accessing the images, but getting "Access Denied" every time. Has the method of accessing this changed?
example:
*slideinfo:{*
* "author_name" = "Buffy Hamilton";*
* "author_url" = "http://www.slideshare.net/buffyjhamilton ";*
* "conversion_version" = 2;*
* height = 355;*
* html = "<iframe src=\"http://www.slideshare.net/slideshow/embed_code/15129865\ " width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" style=\"border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px\" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe> <div style=\"margin-bottom:5px\"> <strong> <a href=\"http://www.slideshare.net/buffyjhamilton/participatory-librarianship-... " title=\"Participatory Librarianship Shaping Conversations to Advocate the Impact of Our Academic Libraries, Academic Library Association of Ohio (ALAO) 38th Annual Conference\" target=\"_blank\">Participatory Librarianship Shaping Conversations to Advocate the Impact of Our Academic Libraries, Academic Library Association of Ohio (ALAO) 38th Annual Conference</a> </strong> from <strong><a href=\"http://www.slideshare.net/buffyjhamilton\ " target=\"_blank\">Buffy Hamilton</a></strong> </div>";*
* "provider_name" = SlideShare;*
* "provider_url" = "http://www.slideshare.net ";*
* "slide_image_baseurl" = "http://image.slidesharecdn.com/participatorylibrarianshipshapingconve... "; *
* "slide_image_baseurl_suffix" = "-728.jpg";*
* "slideshow_id" = 15129865;*
* thumbnail = "http://cdn.slidesharecdn.com/ss_thumbnails/participatorylibrarianship... "; *
* "thumbnail_height" = 128;*
* "thumbnail_width" = 170;*
* title = "Participatory Librarianship Shaping Conversations to Advocate the Impact of Our Academic Libraries, Academic Library Association of Ohio (ALAO) 38th Annual Conference";*
* "total_slides" = 68;*
* type = rich;*
* version = "1.0";*
* "version_no" = 1352843851;*
* width = 425;*
*}*
* http://image.slidesharecdn.com/participatorylibrarianshipshapingconve... *
* *
On Tuesday, September 4, 2012 5:45:48 AM UTC-5, Akash Agrawal wrote:
> Hi All,
> As Jai discussed earlier, we have updated almost all the slideshows to the > version 2. Please generate image url in the way Jai suggested to avoid any > problem with your application.
> for i in total-slides do >> if conversion-version == 2 >> url_slide[i] = slide-image-baseurl + i + slide-image-baseurl-suffix >> else >> url_slide[i] = slide-image-baseurl + '-slide-' + i + >> slide-image-baseurl-suffix >> end >> end
> Thanks, > Akash Agrawal > Slideshare
> On Tuesday, 3 April 2012 11:30:47 UTC+5:30, Jai Pandya wrote:
>> Hello,
>> We made some significant changes in our conversion stack in the last few >> months. As a side effect, it has broken some client applications using >> oEmbed to generate slide image URLs. If you are using slide-image-baseurland >> slide-image-baseurl-suffix fields of oEmbed response, you need to make >> some required changes in your application logic. Going forward, you'll find >> a new field named as conversion-version in the oEmbed response. Given >> below is how you can use it in your logic:
>> for i in total-slides do >> if conversion-version == 2 >> url_slide[i] = slide-image-baseurl + i + slide-image-baseurl-suffix >> else >> url_slide[i] = slide-image-baseurl + '-slide-' + i + >> slide-image-baseurl-suffix >> end >> end
>> We are soon going to update all the slideshows to the version 2 in about >> a month's time. Then you'll be able to do away with the else part of the >> application logic. I'll update the group with new changes.
>> -Jai Pandya, >> SlideShare
You must
Sign in before you can post messages.
You do not have the permission required to post.