theoldreader / api

The Old Reader API

Home Page:https://theoldreader.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to unsubscribe from a feed

PomepuyN opened this issue · comments

When trying to unsubscribe from a feed, I get the "OK" result, but nothing is done on the server.

Example:

POST https://theoldreader.com/reader/api/0/subscription/edit?ac=unsubscribe&s=feed%2F556c2d01c70bc2989e0000d8

It is working fine here.
Note that the params must be passed via POST parameters, not GET.

That was indeed the issue. Thanks for the help.