7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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](https://qiita-image-store.s3.amazonaws.com/0/69647/de874f4f-ad42-e0eb-dfb6-6679acdd71e8.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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?