Feedly의 버전이 바뀌어 API version not found. 각자 사이트 확인 및 수정
Feedly의 RSS 구독 버튼이 API version not found를 토하게 되었다.
이런 URL로 구독 버튼을 만들고 있었습니다.https://feedly.com/subscription/feed/https://hoge.example.com/.rss
※ htps : // 허리. 그래 mpぇ. 코m/ 의 부분은 각자의 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
※ htps : // 허리. 그래 mpぇ. 코m/ 의 부분은 각자의 URL로 변경해 주십시오.
Feedly의 버튼 생성 툴을 조속히 만들고 있는 분도 있습니다.
칼럼
Rails의 Slim으로 쓴다면 이런 느낌= link_to "//cloud.feedly.com/#subscription/feed/#{Settings.site_url}#{root_path(format: :rss)}", target: '_blank',
Reference
이 문제에 관하여(Feedly의 버전이 바뀌어 API version not found. 각자 사이트 확인 및 수정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/rorensu2236/items/7032a8cb2e312820fc7b
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
https://feedly.com/subscription/feed/https://hoge.example.com/.rss
{"errorCode":404, "errorId":"ap2int-sv2.2018011718.1749249", "errorMessage":"API version not found"}
https://feedly.com/i/subscription/feed/https://hoge.example.com/.rss
= link_to "//cloud.feedly.com/#subscription/feed/#{Settings.site_url}#{root_path(format: :rss)}", target: '_blank',
Reference
이 문제에 관하여(Feedly의 버전이 바뀌어 API version not found. 각자 사이트 확인 및 수정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/rorensu2236/items/7032a8cb2e312820fc7b텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)