Twitter Problem
kjgrulle opened this issue · 5 comments
Hey,
check your fix with:
return $url_base . '/statuses/user_timeline/'.$this->get_option('username').'.rss?page='.$page.'&count='.$count.'&source=twitterandroid';
but it doesn't seem to work anymore.
Got the error:
Error fetching feed from http://schimpy:passworddeleted@twitter.com/statuses/user_timeline/schimpy.rss?page=1&count=20&source=twitterandroid (A feed could not be found at )....
Basic authentication is not supportedAnyone got a fix for this?
Try this URL: http://twitter.com/statuses/user_timeline/schimpy.rss?page=1&count=20&source=twitterandroid I get a perfectly legibal RSS stream
Yes, me too. But I can't create a feed at lifestream, currently. Do you?
I think the main error is:
Basic authentication is not supported
I do have a Twitter Stream and it is working http://robertmcghee.co.uk
In the Twitter extension do not supply a password and see if that corrects this issue
I have the same exact problem with twitter
It does not support basic authentication anymore. You have to use the more secure oauth method.
Google plus doesn't work either
Updated the extension with current fix