Page 1 of 2

RSS Feed Image

Posted: Sun Dec 22, 2013 7:52 pm
by Robert Larsen

I am pulling an rss feed and mapping it fine. But I need to get an image url's that are not being added to the service response how do I map these images, when they are not in the service response? Image Imageinline.png?1387741855[/img] [/url] Image


RSS Feed Image

Posted: Sun Dec 22, 2013 9:25 pm
by Illya Stepanov

Hi Robert,

On the screenshot that you have provided there is a response - 'image'.
Try to make mapping of 'image' url from the response.


RSS Feed Image

Posted: Sun Dec 22, 2013 9:30 pm
by Robert Larsen

I did it is the wrong image though. It gives me the image in the top right of the screenshot on all of the posts. I need the image's shown like at the bottom left of the screenshot in the posts. Image


RSS Feed Image

Posted: Mon Dec 23, 2013 9:29 am
by Kateryna Grynko

Hi Robert,

Please find in Response the image you search. Post a screenshot of this part of your Response please.


RSS Feed Image

Posted: Mon Dec 23, 2013 1:32 pm
by Robert Larsen

In my first screenshot i have highlighted it.


RSS Feed Image

Posted: Mon Dec 23, 2013 10:17 pm
by Maryna Brodina

Hello! Image you need is inside encoded response parameter, it's not in a separate parameter. You can retrieve in using JS from encoded parameter value.


RSS Feed Image

Posted: Fri Jan 03, 2014 12:25 am
by Robert Larsen

I recall having come across a thread with a couple examples of using JS to get image url from server response, but cannot seem to find it. Could you provide me with an example or direct me to a thread.


RSS Feed Image

Posted: Fri Jan 03, 2014 12:42 am
by maxkatz

Do you want to get image uploaded to Appery.io (your app) or URL returned via a service?


RSS Feed Image

Posted: Fri Jan 03, 2014 12:49 am
by Robert Larsen

Url returned via a service. Maryna said above the image url is stored in service response encoded.


RSS Feed Image

Posted: Fri Jan 03, 2014 2:36 am
by maxkatz

Can you show how the response looks? In there is URL in the response, in most cases, you would use it directly.