[twitter-dev] Announcing: new Twitter plugin for emesene

2010-11-11 Thread Andrea Stagi
Hi everybody,

I've developed a new plugin for emesene, Twitterene, to synchronize
your emesene status, nick and avatar with twitter...this plugin is
written in python using Tweepy api...You can find the plugin at
http://code.google.com/p/twitterene/ ...You can also find the relative
post on emesene forum with some screenshot at
http://forum.emesene.org/index.php/topic,3841.0.html (I'll provide to
put screenshot in google code page soon )

Enjoy Twitterene :)

=.4.S.=

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


[twitter-dev] Twitter application and opensource

2010-09-10 Thread Andrea Stagi
I can't to understand real damages an hacker could make if would
obtain oAuth keys in an application...Most of application are released
under GPL licence ( they're also very popular ) and nothing bad is
happened yet...It seems to be easy extract keys from compiled code
too..I've read the article of a gwibber's developer (http://
arstechnica.com/security/guides/2010/09/twitter-a-case-study-on-how-to-
do-oauth-wrong.ars/ ) where is explained that an hacker can do it with
a desktop application with a simple decompiler software...Developers
can only delay hacker's work closing sources, but if hackers want
seems that they can do it...For the moment, until haven't found a
solution, I think that Twitter should allow to distribute software
under GPL licence and other ( see http://www.opensource.org/licenses/category
)..If Twitter really loves open source world ( see 
http://twitter.com/about/opensource
) will have to demonstrate.. :)

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


[twitter-dev] Password in a source

2010-09-06 Thread Andrea Stagi
I'm developing a software under gpl, a simple twitter client for GNU/
Linux
systems...This software uses some private keys for oAuth
authentication that no one must know..My idea is to distribute the
source without keys (or filled by only 'X' character) and the relative
executable file...But it seems not so correct to me...There's no
certainty that my executable works as the source as the code
shows...How can I do??

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


[twitter-dev] Re: Password in a source

2010-09-06 Thread Andrea Stagi
Hi Tom,

thanks for response...yeah it's true, monitoring all traffic you can
verify many application's behaviors , but not all ( e.g. interaction
with the o.s. )..But if there's no else way I'll distribute the source
with hidden passwords and the release explaining why passwords are not
visible..

Thanks a lot,

Regards

On Sep 6, 3:41 pm, Tom van der Woerdt i...@tvdw.eu wrote:
 On 9/6/10 3:03 PM, Andrea Stagi wrote:

  I'm developing a software under gpl, a simple twitter client for GNU/
  Linux
  systems...This software uses some private keys for oAuth
  authentication that no one must know..My idea is to distribute the
  source without keys (or filled by only 'X' character) and the relative
  executable file...But it seems not so correct to me...There's no
  certainty that my executable works as the source as the code
  shows...How can I do??

  Thanks in advance,

  Best regards!

 Everyone asks that, nobody can answer it, because there is no real
 solution for the issue.

 Just put the keys in the executable but not in the source. Really, it's
 your only option. Well, actually that's not true, because you can also
 simply proxy all traffic via a server, but that's not ideal.

 Tom

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


[twitter-dev] oAuth without using default browser

2010-09-05 Thread Andrea Stagi
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 = 
consumer_secret = XX
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


[twitter-dev] How can I install twurl's patch??

2010-09-02 Thread Andrea Stagi
Hi everybody,

I tried to install the twurl's patch...I think I'm wrong..What are the
right steps to install it??

Thank you all..!!

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


[twitter-dev] Re: Using oAuth by Curl

2010-09-02 Thread Andrea Stagi
Ok thanks for reply...I tried many methods and I think cloning
approach too..Could you show me the right passages using the command
line?

Thanks a lot,

Best

On Sep 2, 4:16 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 That's an odd exception for Twurl to throw -- it means it was unable
 to initialize itself with components that should have been present within
 the library itself.

 With what method did you install Twurl? Rubygems? What version of Ruby are
 you running?

 Another approach to using Twurl is to clone the repository 
 fromhttp://github.com/marcel/twurland add the twurl/bin directory to
 your environment PATH.

 Taylor



 On Wed, Sep 1, 2010 at 7:36 PM, Andrea Stagi stagi.and...@gmail.com wrote:
  Hi,

  I'm developing a twitter client using curl...Yesterday twitter closed
  the basic authentication, replacing it with oAuth..I really need help
  for it! I have to convert my application now, I tried to use twurl but
  I receive this error:

  /var/lib/gems/1.8/gems/twurl-0.6.1/bin/../lib/twurl/
  authorization_controller.rb:2: uninitialized constant
  Twurl::AbstractCommandController

  An application's bug? An error of mine?

  There are any alternatives??

  Thank you all...

  p.s. I've just registered my application, so I have all keys needed...

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

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


[twitter-dev] Re: Using oAuth by Curl

2010-09-02 Thread Andrea Stagi
Yeah it's true...Thank you all, I'll try and give you a feedback!!

Regards

On Sep 2, 5:29 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 This looks like a great tool, Decklin!

 Taylor



 On Thu, Sep 2, 2010 at 8:25 AM, Decklin Foster deck...@red-bean.com wrote:
  On Sep 1, 10:36 pm, Andrea Stagi stagi.and...@gmail.com wrote:
   There are any alternatives??

  You can try Curlicue:

 http://github.com/decklin/curlicue

  There is no installation step at the moment, just run the script (see
  the instructions for how to get and save your tokens). Feedback
  appreciated!

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

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


[twitter-dev] Using oAuth by Curl

2010-09-01 Thread Andrea Stagi
Hi,

I'm developing a twitter client using curl...Yesterday twitter closed
the basic authentication, replacing it with oAuth..I really need help
for it! I have to convert my application now, I tried to use twurl but
I receive this error:

/var/lib/gems/1.8/gems/twurl-0.6.1/bin/../lib/twurl/
authorization_controller.rb:2: uninitialized constant
Twurl::AbstractCommandController

An application's bug? An error of mine?

There are any alternatives??

Thank you all...

p.s. I've just registered my application, so I have all keys needed...

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