LoginSignup
2
2

More than 5 years have passed since last update.

google Feed API はどうやらサポートが終わったらしい。

Last updated at Posted at 2015-12-02

google Feed APIとは

簡単に言うと、RSS Feed を読み込んで、解析を行うAPIのことある。

APIサービスが終了した?

こちらのAPIを使用したプログラムを利用していたのだが、
先日以下のエラーが表示され機能しなくなった。

"this api is no longer available."

どうやらこちらのapiのサポートが終了したらしい。
公式サイトでは2015年4月20日までのサポートとのこと。

まとめ

google Feed APIに変わる別の方法を模索していく必要がある。
解決策が分かりましたらまた更新いたします。

(更新)代替案

もうすでに知られている方法ではあるが、phpの以下の関数を用いて実現可能である。

simplexml_load_file($path)

以下に具体的な使い方がのっていたので記載いたします。
記事を書いてくれた方、ありがとうございました。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2