Hi everybody,

I'm developing a twitter client using Tweepy..I have a question about
connection cause I've found only examples that show me how to connect
Api using default web browser e.g.

[.....]

consumer_key = "XXXXXXXXXXXX"
consumer_secret = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
webbrowser.open(auth.get_authorization_url())

[.....]

The client I'm developing is executable by terminal, so I think is
very bad making connections by using web browser instead of command
line .. Is there any alternative way??

Thanks in advance,

Best regards

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to