[twitter-dev] Re: OAuth Via AppleScript

2010-11-03 Thread isaiah1112
Just thought I would send you a quick note and let you know that I have release ASObject 0.8 that includes my OAuth support for Twitter. This is the bare-bones/nuts-and-bolts OAuth info (You will have to know something about the Twitter API calls to use it). I hope to be releasing ASTwitterLibrary

[twitter-dev] OAuth Via AppleScript

2010-08-11 Thread isaiah1112
I have been developing a complete OAuth Library for Twitter in AppleScript (I know, some people thought it was impossible but it isn't). The trouble is, I can authorize OAuth and get my token and secret from Twitter without any issues. However, once I try to make a call to the API the script will

[twitter-dev] Re: OAuth Via AppleScript

2010-08-11 Thread isaiah1112
, oauth_signature="XUNmLwpiC2W0xyrxPs4yAMmHO9c%3D", oauth_token="819797-Jxq8aYUDRmykzVKrgoLhXSq67TEa5ruc4GJC2rWimw", oauth_timestamp="1281551596", oauth_version="1.0" Let me know if you came up with the same thing On Aug 11, 10:00 am, Tom van der Woerdt

[twitter-dev] Re: OAuth Via AppleScript

2010-08-11 Thread isaiah1112
You were right! I forgot to sort them... Thanks! On Aug 11, 1:14 pm, Tom van der Woerdt wrote: > On 8/11/10 8:38 PM, isaiah1112 wrote: > > > > > > > Ok... here is what I cam up with using the keys and secrets you > > provided in your previous post > > >