Re: [twitter-dev] jQuery get getting empty value

2010-06-16 Thread Steve Brunton
On Wed, Jun 16, 2010 at 7:02 PM, Peter Denton wrote: > Hello, > Please accept this question as a sanity check for myself. Im using jQuery - > (google cache of latest version). getting  empty/null for the following, > when I should be getting json back. Thanks > > // gets empty response >  $.ajax({

Re: [twitter-dev] @Anywhere tweet box performance issue

2010-04-28 Thread Steve Brunton
On Wed, Apr 28, 2010 at 5:32 AM, Adi wrote: [..snip..] > > This whole thing takes quite some time (>15 seconds) for the "first > time" to display the tweet box. In subsequent calls this thing is as > fast as expected. > > The wait between pressing "tweet" and watching the tweet box appear > for th

[twitter-dev] Re: Filter Profanity

2009-07-17 Thread Steve Brunton
On Fri, Jul 17, 2009 at 12:14 PM, Cameron Kaiser wrote: > > (IDNSOWFT) > The problem with this is that it puts Twitter in the position of having to > a be a de facto content censor. Besides people having varying ideas of what > constitutes offensive, it also possibly subjects them to legal consequ

[twitter-dev] Re: Friend Selector

2009-06-24 Thread Steve Brunton
On Wed, Jun 24, 2009 at 4:12 PM, Kyle Mulka wrote: > > I'm wondering if anyone has built a facebook-like friend selector that > would work for Twitter friends. My app could benefit from something > like this where you could start typing in people's names or usernames > and it would do a google su

[twitter-dev] Re: Is it possible to call API directly from flash

2009-06-01 Thread Steve Brunton
On Mon, Jun 1, 2009 at 10:30 AM, guytom wrote: > > Hi, > > This is a newby question - do we have to use a proxy server to call > the twitter REST API from a flash client? > > Looking at the crossdomain it seems like we do, why? > > Does anyone know if a simple apache reverse proxy configuration wi

[twitter-dev] Re: http://twitter.com/home?status=thisusedtowork

2009-05-15 Thread Steve Brunton
On Fri, May 15, 2009 at 12:07 PM, Matt Sanford wrote: > > Hi there, > >    A bug was re-introduced with the ?status parameter. I noticed it > yesterday on the replies link on search.twitter.com and we've got a fix > ready to go out with our next deploy. Sorry for the inconvenience. > I'm going t

[twitter-dev] replies blog post clarification...

2009-05-13 Thread Steve Brunton
from @biz and his post : "First, we're making a change such that any updates beginning with @username (that are not explicitly created by clicking on the reply icon) will be seen by everyone following that account." for us folks that fiddle with the API. Can we read this as Tweets that start wit

[twitter-dev] Re: Getting Source Parameter in Java from XML returns "<"

2009-04-17 Thread Steve Brunton
On Thu, Apr 16, 2009 at 11:11 PM, Travis James wrote: > > Can anyone show me how I would parse this? > I am not exactly sure how I would go about doing this. Here is the > parsing code I have. > Why not just use the java-twitter API? http://code.google.com/p/java-twitter/ -steve

[twitter-dev] Re: Connection Keep-Alive and Max Simultaneous Connections

2009-04-08 Thread Steve Brunton
On Wed, Apr 8, 2009 at 8:51 PM, orange80 wrote: > > Does the Twitter API server support keep-alive?  I can't seem to get > it to work with Apache HttpClient 4.  Also is there a limit to the > number of simultaneous connections? > Seeing as how it sends back a "Connection: close" header I'm going

[twitter-dev] Re: The OAuth Conundrum

2009-03-27 Thread Steve Brunton
On Fri, Mar 27, 2009 at 12:33 PM, Joshua Perry wrote: > Seriously guys, whats the point in implementing OAuth for stuff like this? > Why do you need to "delegate" access rights to your scripts, your scripts > _are_ you, acting as a proxy to the Twitter API as you. > If Basic Auth is going to go

[twitter-dev] Re: The OAuth Conundrum

2009-03-27 Thread Steve Brunton
On Fri, Mar 27, 2009 at 11:00 AM, Chad Etzel wrote: > > Anyone else dealing with the script/automation issue in a different manner? > That's pretty much going to be my plan. Dummy "Script Automation of Doom" Application and then just a basic webapp that auths and does it's thing for that to get

[twitter-dev] Re: OAuth preparation

2009-03-16 Thread Steve Brunton
On Mon, Mar 16, 2009 at 10:27 PM, Abraham Williams <4bra...@gmail.com> wrote: > http://www.techcrunch.com/2009/03/16/twitters-oauth-support-now-in-public-beta/ > Yeah, it's back now (the tweet that is). Probably some of that caching funkiness. Looks like I have some new code to write tomorrow. -

[twitter-dev] Re: OAuth preparation

2009-03-16 Thread Steve Brunton
On Mon, Mar 16, 2009 at 10:21 PM, Doug Williams wrote: > > Thanks Abraham, > Joshua, and other OAuth developers, please let me know if there are > more specific questions for your integration or if there is missing > documentation I could be writing. > Did OAuth go to open beta? I saw a tweet sw

[twitter-dev] Re: TinyUrl and Twitter. Should I use it?

2009-03-10 Thread Steve Brunton
[top quoting is the debil] Another +1 for bit.ly. I was trying to do a "tweet this" for .com, but I couldn't work any ju-ju to get it to work the way I wanted. When OAuth is public (or out of private beta) I'll work on it again and use bit.ly to shorten the URL's back to the news story. -steve

[twitter-dev] OAuth and "internal" applications

2009-02-27 Thread Steve Brunton
I had a discussion this morning about trying to streamline a few things we are now doing with Twitter and things we might be able to do in the future. With the coming launch of OAuth, though I sort of have a question. As we try to automate and script some of this stuff (for example posting breakin

[twitter-dev] Re: Does this exist?

2009-02-26 Thread Steve Brunton
As much as I hate top quoting. You mean like Twubble? http://crazybob.org/twubble/ -steve On Thu, Feb 26, 2009 at 6:43 PM, TjL wrote: > > My favorite part of TwitReports is the "Follower Crossover" information: > > Assume a user "Joe" and a user "Ed". > > Ed follows Joe. > > Joe might want t

Re: twitter API

2009-02-17 Thread Steve Brunton
On Tue, Feb 17, 2009 at 6:41 AM, sagar fulzele wrote: > > I want to fetch the user information from Twitter user profile , > either friends or followers of that user without authenticating? > How can i go about it. > You might want to take a look at the API Documentation : http://apiwiki.twitte

Re: "in reply to" metadata missing for manual replies

2009-01-24 Thread Steve Brunton
On Sat, Jan 24, 2009 at 12:27 AM, Aditya wrote: > [..snip..] > > To re-iterate (for everyone), the new behaviour is just fine, and if > your app isn't already setting the 'in_reply_to_status_id', it's about > high time it did. > While I'm currently only building some internal applications for ${

Re: Putting a ceiling on requests from users and IPs on the whitelist

2009-01-21 Thread Steve Brunton
On Wed, Jan 21, 2009 at 10:20 PM, Aditya wrote: > > In light of this, do we get a "rate_limit_status" type feed for a > given IP, or do we keep an internal track of our calls (which could be > inaccurate)? > You mean like the "rate_limit_status" API call? http://apiwiki.twitter.com/REST+API+Doc

Re: Sending JSONP with basic auth

2009-01-13 Thread Steve Brunton
On Tue, Jan 13, 2009 at 2:16 PM, Dimebrain wrote: > > I was hoping to be able > to keep everything on the client-side; can you use a server proxy > without leaving the client, i.e., so that the json callback has > somewhere to call back to? > If you are using a proxy back through the originating

Re: Search via Proxy question/error

2008-12-31 Thread Steve Brunton
On Wed, Dec 31, 2008 at 12:09 PM, Matt Sanford wrote: > >I did some simple process of elimination debugging and removed headers > one by one. If you remove the Client-ip header everything works correctly. > It looks like our apache configuration is rejecting that, I'll ask > operations to tak

Search via Proxy question/error

2008-12-25 Thread Steve Brunton
I'm playing around with trying to get search results via a proxy request through my local webserver. For some reason though the search API keeps on returning 500 HTML results with a 200 status code. Just wondering what might be passing through in the request that is breaking something on the searc

Re: Don't Be Evil Error

2008-10-15 Thread Steve Brunton
On Wed, Oct 15, 2008 at 2:10 PM, Alex Payne <[EMAIL PROTECTED]> wrote: > > I'm a bit confused by this one. Nowhere in our code do we return an > error with the text "don't be evil". > > On Tue, Oct 14, 2008 at 11:21 AM, hwked <[EMAIL PROTECTED]> wrote: >> [..snip..] >> >> But now, I have started