[twitter-dev] Streaming API and Oauth

2010-07-05 Thread Zhami
The Oauth Overview page has sections for three APIs: REST, Search, and Streaming. The bottom of the page displays a ribbon stating that "The @twitterapi team will be shutting of basic authentication for the Twitter API." Does this mean all of the Twitte

[twitter-dev] How can I search Twitter for tweets containing an exact phrase

2010-06-27 Thread Zhami
I need to search Twitter for tweets containing the phrase "$T" (T being the trading symbol for AT&T). When I perform a search for this, I get back oodles of results where "$t" is not a complete phrase, but the characters in some larger phrase, which isn't what I want. Alas, $t is quite common in 13

[twitter-dev] Re: Retrieving older tweets from less-active accounts

2010-06-14 Thread Zhami
On Jun 14, 5:04 pm, Matt Harris wrote: > Search only includes Tweets for the last ~7 days. This makes sense with what I'm experiencing... but then I wonder: Why does the Web interface for search.twitter.com/advanced have controls to input a "Since this date" date? btw: my question regards searc

[twitter-dev] Re: parsing out entities from tweets (a.k.a. parsing out hashtags is hard!)

2010-05-14 Thread Zhami
+1 for it being optional as well -- keep the bandwidth to a minimum for scenarios where it's not needed. +1 for having short URLs' original (long) URL provided (perhaps also an option?)

[twitter-dev] Re: How to set 'source' when update status

2010-05-02 Thread Zhami
On May 2, 6:00 pm, "Ernandes Jr." wrote: > > Please, read this:http://dev.twitter.com/pages/api_faq#attribution The referenced text recommends the use of OAuth ("We now recommend developers use OAuth...") I suggest that someone from the Twitter doc team revise the faq to correlate with the soon

[twitter-dev] Re: Is it safe to authenticate and send requests via OAuth using Javascript

2010-04-11 Thread Zhami
+10 Please do circulate the draft!! This is very much of interest to me. On Apr 11, 11:42 am, Raffi Krikorian wrote: > just to follow up on this, we're working on an oauth 2.0   > implementation (of which we are contributors/authors to the spec).   > that does have a profile which makes it possib

[twitter-dev] Re: Twitter buying Tweetie

2010-04-11 Thread Zhami
On Apr 10, 7:04 pm, zn...@comcast.net wrote: > I think we've pretty much exhausted the holes and dirt metaphor, and I'd like > to propose a different one. A business is defined by the answer(s) to the > question, "Who is going to sell what to whom?" So, what are the needs of the > Twitter "custo

[twitter-dev] Re: Twitter buying Tweetie

2010-04-10 Thread Zhami
On Apr 10, 11:44 am, Jesse Stay wrote: > I think the more beneficial, and long-term advantageous approach > is instead to make Twitter a "support" for your application. Spot On!!   -- To unsubscribe, reply using "remove me" as the subject.

[twitter-dev] What is the correct OAuth API endpoint

2010-03-03 Thread Zhami
What is the correct API end-point for OAuth authenticated, *documented* API calls? http(s)://twitter.com http(s)://api.twitter.com http(s)://api.twitter.com/1

[twitter-dev] Re: Introduce yourself!

2010-02-22 Thread Zhami
Hey fellow Twitter developers, I'm Stuart Malin (@zhami). I'm developing a Mac/Cocoa desk-top app for interacting with Twitter. I've been working on it for a year now (slow pace of development). It has a unique (and rather cool, if I may say so) U/X, unlike anything out there.

[twitter-dev] Authorize page for desk-top apps

2010-02-22 Thread Zhami
When I invoke the authorize URL with a oauth_token, the Allow/Deny page comes up. My app is a desk-top app, not a Web site. Most of the text seems to reflect this, except on the right side, where it says: "Twitter takes your privacy very seriously. Please ensure that you trust this website with yo

[twitter-dev] Re: oauth request token failing

2010-02-21 Thread Zhami
On Feb 17, 10:47 pm, Ryan Alford wrote: > You order all parameters EXCEPT the signature, then create the signature, > then append the signature to the end.  All other parameters should be in > order. > I am under the impression that sorting is only required to generate the Signature Base String.

[twitter-dev] Re: OAuth wed & desktop feedback

2009-10-13 Thread Zhami
promised). On Oct 12, 10:02 pm, JDG wrote: > But it completely subverts the point of OAuth, because it lets a third party > have your password. Why even use OAuth in that case? > > > > On Mon, Oct 12, 2009 at 19:01, Zhami wrote: > > > On Oct 12, 5:44 pm, Seba

[twitter-dev] Re: OAuth wed & desktop feedback

2009-10-12 Thread Zhami
On Oct 12, 5:44 pm, Sebastian wrote: > The solution for OAuth on Mobile and Desktop is easy: > Let me rewrite this in plain english: let the app ask for login/ > password and pass it to twitter. > All we need is a simple API call where we can trade a login and > password for an oauth access t