[twitter-dev] Twitter Autoit port to oAuth

2010-08-09 Thread PapaGummy
My 3 Twitter functions use basic Auth and I want to port them to oAuth ASAP I want to use PIN access for my app I'm not very good at HTTP programming, so any help is appreciated = #include-once #include Base64.au3 Func _TwitterPost($sTweet,

[twitter-dev] Rate limit vs followings limit?

2010-05-03 Thread PapaGummy
I'm writing a little app and I need to know how to get followers limit so I display a warning message and user won't get banned For some reason I thought Rate limit is Followings limit but discovereg yesterday it is not true http://api.twitter.com/1/account/rate_limit_status.xml What's the call

[twitter-dev] Re: How to find the frequency of communication between 2 users?

2010-05-03 Thread PapaGummy
You can get up to 1600 updates for each user (3200 limit!) and compare XMLs but watch your Rate limits http://api.twitter.com/1/account/rate_limit_status.xml Other approach is to use something like TweetGreed with search for both users but there's a 100 updates limit - basically is you have 100