google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Tweet syncing broken with Twitter's new OAuth authentication scheme. #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a TwitterSyncr object.
2. Attempt to run TwitterSyncr's syncTwitterUserTweets method.

What is the expected output? What do you see instead?
Instead of syncing a user's tweets, an error is raised.

What version of the product are you using? On what operating system?
This problem occurs with all versions of django-syncr. The current version of 
python-twitter on pypi is 0.6. 0.8-devel includes support for OAuth 
authentication.

Original issue reported on code.google.com by matthewt...@gmail.com on 1 Sep 2010 at 11:37

GoogleCodeExporter commented 9 years ago
I've placed solution on my blog :

http://fromzerotocodehero.blogspot.com/2010/10/synchronising-django-with-twitter
-using.html

Original comment by owcar...@gmail.com on 19 Oct 2010 at 12:01