Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Aww, man. Google RSS API gone and a Unicorn

Aww, man. Google RSS API gone and a Unicorn

Scheduled Pinned Locked Moved The Lounge
jsoncomxmlquestion
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    newton saber
    wrote on last edited by
    #1

    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!

    M D 2 Replies Last reply
    0
    • N newton saber

      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!

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #2

      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!

      N G 2 Replies Last reply
      0
      • M Marc Clifton

        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!

        N Offline
        N Offline
        newton saber
        wrote on last edited by
        #3

        LOL! All this Unicorn wrestling has been for nought. I could'a just got a maiden to tame the beast! :rolleyes:

        1 Reply Last reply
        0
        • M Marc Clifton

          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!

          G Offline
          G Offline
          Gary Wheeler
          wrote on last edited by
          #4

          I thought they just had to be a virgin...

          Software Zen: delete this;

          N M 2 Replies Last reply
          0
          • G Gary Wheeler

            I thought they just had to be a virgin...

            Software Zen: delete this;

            N Offline
            N Offline
            newton saber
            wrote on last edited by
            #5

            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.

            1 Reply Last reply
            0
            • G Gary Wheeler

              I thought they just had to be a virgin...

              Software Zen: delete this;

              M Offline
              M Offline
              Marc Clifton
              wrote on last edited by
              #6

              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!

              1 Reply Last reply
              0
              • N newton saber

                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!

                D Offline
                D Offline
                dandy72
                wrote on last edited by
                #7

                At this point I've come to fully expect anything Google to disappear over time.

                N 1 Reply Last reply
                0
                • D dandy72

                  At this point I've come to fully expect anything Google to disappear over time.

                  N Offline
                  N Offline
                  newton saber
                  wrote on last edited by
                  #8

                  It's like having the rug pulled out from under you. :) It was a pain, but I finally got my app re-written.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups