newsblur.feeds() returns empty string
Opened this issue · 3 comments
samrat commented
I tried using newsblur.feeds() but all it returns is an empty string.
newsblur.login('username', 'password')
'{"code": 1, "result": "ok"}'
newsblur.feeds()
' '
samrat commented
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?
richardfearn commented
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.
richardfearn commented
This was merged into the NewsBlur code: see https://github.com/samuelclay/NewsBlur/tree/master/api