dcramer / wp-lifestream

Lifestreaming plugin for Wordpress
http://forums.lifestrm.com/index.php
122 stars 31 forks source link

Twitter Problem #68

Closed kjgrulle closed 11 years ago

kjgrulle commented 13 years ago

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 )....

<?xml version="1.0" encoding="UTF-8"?>

Basic authentication is not supported

Anyone got a fix for this?

mousey commented 13 years ago

Try this URL: http://twitter.com/statuses/user_timeline/schimpy.rss?page=1&count=20&source=twitterandroid I get a perfectly legibal RSS stream

kjgrulle commented 13 years ago

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

mousey commented 13 years ago

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

paisano commented 12 years ago

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

mousey commented 11 years ago

Updated the extension with current fix