dananjayavr/python-newsblur

newsblur.feeds() returns empty string

Opened this issue · 3 comments

I tried using newsblur.feeds() but all it returns is an empty string.

newsblur.login('username', 'password')
'{"code": 1, "result": "ok"}'
newsblur.feeds()
' '

This could be due to the change in API-- seems like the parameters for login were changed from 'username' and 'password' to 'login_username' and 'login_password'. Trying to fix the code didn't help though. Is anyone else experiencing similar problems?

This library doesn't save the newsblur_sessionid cookie between API calls, so although the initial login succeeds, subsequent requests fail.

username and password are the correct parameter names.

This was merged into the NewsBlur code: see https://github.com/samuelclay/NewsBlur/tree/master/api