I am using http://code.google.com/p/python-twitter/ on my own Django
website, works like a charm. Are you sure you are using the API
correctly?

api.PostUpdate(username, password, 'I love python-twitter!')

By the way, updating a tweet is impossible, as Twitter doesn't support
that. You can delete and insert a new one though.


On Dec 27, 10:15 pm, Mario <goober20...@gmail.com> wrote:
> Thank you for you suggestions. Btw, I created a mocked-up app and was
> testing the functionality of the python-twitter.  I read the docs as
> posted athttp://media.jesselegg.com/syncr/syncr.app.tweet.html.
>
> I did a small unit testing and could see the results immediately, but
> I could not create or update a twitt via Django. As I pointed out in
> my early email, I want to create/update/delete a twitt in django in
> lieu of the Twitter front-end.
>
> I guess my choices at this point in time are either:
>
> 1. Twyt
> 2. Write a wrapper within the model.
>
> Thanks again. _Mario
>
> _Mario
> On Dec 27, 3:37 pm, Christophe Pettus <x...@thebuild.com> wrote:
>
> > On Dec 27, 2009, at 12:31 PM, Mario wrote:
>
> > > Thank you for replying. Yes, I reviewed python twitter API, but the
> > > model or the app is designed to pull down the "twitt". I would like to
> > > upload a twitt via Django in lieu of using the Twitter front-end. Any
> > > thoughts or suggestions?
>
> > Perhaps I'm misunderstanding your issue, but the code running in  
> > Django is just Python.  There's nothing magic about it.  If you want  
> > your view functions to access Twitter via a Python Twitter API, it's  
> > no problem to do so; you can also wrap your calls to Twitter inside of  
> > a Model class, if that's a better fit.
>
> > --
> > -- Christophe Pettus
> >     x...@thebuild.com
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to