HTTP Error:404 How to get the Image from Image URL
Hello,
for our application, we need to import user's Yahoo contact and image as well,
Using Yahoo OAUTH Protocol i could able to get user contact's list along with the image
object,
Image object of a particular contact is as given below
==============================Start ==================================
<image>
<height>48</height>
<imageUrl>http://a323.yahoofs.com/coreid/4cc90de3iefczws128sp2/FPmdBNMjerXcx5pZuK8_B0i9661ZJHY/102/tn48.jpeg?ciAgZ3NBLMqzWzT7</imageUrl>
<size>48x48</size>
<width>48</width>
</image>
============================= End ===================================
This i got when i put view = tinyViewCard in the request header,
Now i need to get image data from the above url, when i give "ImageURL" to the Image control it always shows HTTP Error "404 Error Not Found",
When i type this URL to Browser , it redirected to some other URL
"http://f32.yahoofs.com/coreid/4cc90de3iefczws128sp2/FPmdBNMjerXcx5pZuK8_B0i9661ZJHY/102/tn48.jpeg?dnf=1&tkn=dnf=1"
Do i need to send / sign this URL as a Yahoo - OAUTH Protocol ?
Please help if anyone knows how to get Image data from this Image URL.
Regards
Amit
by
0 Replies