Aww, man. Google RSS API gone and a Unicorn
-
I wrote an RSS Reader and wrote an article about it here at CP: FreedReadR: RSS Reader Created With AngularJS[^] Today, it stopped working. When my RSS Reader goes to call: http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=50&callback=JSON_CALLBACK&q=[^] Then, I get a file called unicorn.txt which states:
/* callback */JSON_CALLBACK({"responseData": null, "responseDetails": "This API is no longer available.", "responseStatus": 403})
:thumbsdown: Aww...man! EDIT: Okay, I think I found the replacement API at: https://developers.google.com/feed/v1/devguide[^] Now, for research. My FreedReadR app is down. :( Edit 2 The joke is on me. That alternate API is also deprecated. I guess I'm going to have to write the RSS (XML blech! X| X| X| ) parsing routine myself to get it going. X| X| X| :confused::confused::confused::confused: Blech!
-
I wrote an RSS Reader and wrote an article about it here at CP: FreedReadR: RSS Reader Created With AngularJS[^] Today, it stopped working. When my RSS Reader goes to call: http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=50&callback=JSON_CALLBACK&q=[^] Then, I get a file called unicorn.txt which states:
/* callback */JSON_CALLBACK({"responseData": null, "responseDetails": "This API is no longer available.", "responseStatus": 403})
:thumbsdown: Aww...man! EDIT: Okay, I think I found the replacement API at: https://developers.google.com/feed/v1/devguide[^] Now, for research. My FreedReadR app is down. :( Edit 2 The joke is on me. That alternate API is also deprecated. I guess I'm going to have to write the RSS (XML blech! X| X| X| ) parsing routine myself to get it going. X| X| X| :confused::confused::confused::confused: Blech!
Well, since unicorns are a mythical beast that can only be tamed by the gentle and pensive abilities of a maiden[^], I guess you'll have to find a maiden to help you with the programming. ;) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
Well, since unicorns are a mythical beast that can only be tamed by the gentle and pensive abilities of a maiden[^], I guess you'll have to find a maiden to help you with the programming. ;) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
LOL! All this Unicorn wrestling has been for nought. I could'a just got a maiden to tame the beast! :rolleyes:
-
Well, since unicorns are a mythical beast that can only be tamed by the gentle and pensive abilities of a maiden[^], I guess you'll have to find a maiden to help you with the programming. ;) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
I thought they just had to be a virgin...
Software Zen:
delete this;
-
I thought they just had to be a virgin...
Software Zen:
delete this;
Gary Wheeler wrote:
I thought they just had to be a virgin...
look up the word maiden... example: Maiden voyage -- the first voyage. So, you are correct.
-
I thought they just had to be a virgin...
Software Zen:
delete this;
Gary Wheeler wrote:
I thought they just had to be a virgin...
Indeed, but as Sander pointed out with the term "maiden", which I decided to you instead of the term virgin so as to be, well, more PC (Poetically Clifton???) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
I wrote an RSS Reader and wrote an article about it here at CP: FreedReadR: RSS Reader Created With AngularJS[^] Today, it stopped working. When my RSS Reader goes to call: http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=50&callback=JSON_CALLBACK&q=[^] Then, I get a file called unicorn.txt which states:
/* callback */JSON_CALLBACK({"responseData": null, "responseDetails": "This API is no longer available.", "responseStatus": 403})
:thumbsdown: Aww...man! EDIT: Okay, I think I found the replacement API at: https://developers.google.com/feed/v1/devguide[^] Now, for research. My FreedReadR app is down. :( Edit 2 The joke is on me. That alternate API is also deprecated. I guess I'm going to have to write the RSS (XML blech! X| X| X| ) parsing routine myself to get it going. X| X| X| :confused::confused::confused::confused: Blech!
-
It's like having the rug pulled out from under you. :) It was a pain, but I finally got my app re-written.