eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
http://storytlr.org
Other
216 stars 57 forks source link

Cannot log in to twitter #61

Closed EricRiese closed 11 years ago

EricRiese commented 11 years ago

I assume this has to do with Twitter updating their API not that long ago.

I have my API keys set up as described in the config file.

Here's my messages.log

2013-01-16T05:01:12+01:00 ERR (3): Exception updating twitter (13): Twitter API returned http status 404 for url: http://twitter.com/statuses/user_timeline/Jebuswankel.xml?count=100&page=1
2013-01-16T05:04:28+01:00 ERR (3): Exception updating twitter (14): Twitter API returned http status 404 for url: http://twitter.com/statuses/user_timeline/jebuswankel.xml?count=100&page=1

For the record, this link in the wiki is dead: https://github.com/storytlr/storytlr/wiki/How-to-integrate-with-twitter

eschnou commented 11 years ago

Indeed, Twitter API has changed. This has been fixed on the development branch of Storytlr. I'll re-package a stable release in the coming days. So, you can either wait for a new package, or get the code from the development branch: https://github.com/storytlr/storytlr/archive/develop.zip