I’m trying to read the Flickr feed in order to parse the images. However, the images are in the media:thumbnail tag. Where would I begin to make a mediaRSS parser? Does anyone have an example?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I recommend jQuery.getJSON(). As far as i know Flickr provides a JSON feed.
Here is an example from a current project using jQuery and xml:
Works awesome!
You only have to change the datatype to
json.