LoginSignup
7
4

More than 5 years have passed since last update.

Feedlyのバージョンが変わりAPI version not found。各自サイト確認と修正を

Last updated at Posted at 2018-01-18

FeedlyのRSS購読ボタンがAPI version not foundを吐くようになった。

image.png

こんなURLで購読ボタンを作っていました。
https://feedly.com/subscription/feed/https://hoge.example.com/.rss

https://hoge.example.com/ の部分は各自のURLにご変更ください。

こんなエラー
{"errorCode":404, "errorId":"ap2int-sv2.2018011718.1749249", "errorMessage":"API version not found"}

修正方法:APIバージョンが上がり、GETリクエストを投げるURLが変わった

このURLに変更してください。
https://feedly.com/i/subscription/feed/https://hoge.example.com/.rss

https://hoge.example.com/ の部分は各自のURLにご変更ください。

Feedlyのボタン生成ツールを早速作っている方もおります。


image.png

コラム

RailsのSlimで書くならこんな感じ
= link_to "//cloud.feedly.com/#subscription/feed/#{Settings.site_url}#{root_path(format: :rss)}", target: '_blank',
7
4
1

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
7
4