Re: [twitter-dev] t.co issue -- querying for original url in streaming & search apis

2010-06-09 Thread Jim Gilliam
et > text, and don't do any link expansion/contraction. > > ---Mark > > http://twitter.com/mccv > > > > On Wed, Jun 9, 2010 at 12:13 PM, Jim Gilliam wrote: > > I'm creating a new thread for this because a few others have mentioned > it, > > and

[twitter-dev] t.co issue -- querying for original url in streaming & search apis

2010-06-09 Thread Jim Gilliam
for a particular domain. (digg, google, yahoo, etc) I'm sure there are other workaround ways of doing this, and I'm all ears. It would be SUPER NICE (wink wink) to hear some kind of assurance that there will be a way for us to query this type of information before the t.cochanges go

Re: [twitter-dev] Re: link wrapping on the API

2010-06-08 Thread Jim Gilliam
Will we be able to get matches on the original URL through the streaming API? For example, I'm tracking "act" so I can match tweets that link to ' http://act.ly'. Will I still be able to do that? Jim Gilliam http://act.ly/ http://twitter.com/jgilliam On Tue, Jun 8

Re: [twitter-dev] Streaming API - Partial word match

2010-01-18 Thread Jim Gilliam
I've been able to track act.ly urls by using "act". So try "bit" and just throw out anything that isn't a bit.ly url. On Mon, Jan 18, 2010 at 1:05 PM, vivekpuri wrote: > Search API team is recommending developers to migrate over to > Streaming API. To get started with this, i was looking at the

Re: [twitter-dev] Re: retweets aren't appearing in track streaming api

2009-11-20 Thread Jim Gilliam
I added this retweet truncation bug to the issue tracker. http://code.google.com/p/twitter-api/issues/detail?id=1219 On Thu, Nov 19, 2009 at 2:39 PM, Jim Gilliam wrote: > It's great that most retweets are coming through, but the fact that it's > cutting off the end of tweets,

Re: [twitter-dev] Re: retweets aren't appearing in track streaming api

2009-11-19 Thread Jim Gilliam
; On Thu, Nov 19, 2009 at 1:24 PM, Jim Gilliam wrote: > > I figured out what's happening. When "RT @thekabira" gets added to the > > front of the tweet, it makes the tweet text longer than 140 characters, > so > > it then cuts off the rest of the tweet, whi

[twitter-dev] Re: retweets aren't appearing in track streaming api

2009-11-19 Thread Jim Gilliam
s into this, when it's retweeted: "RT @thekabira: What’s the deal with the Climate Bill? RT new #climategraphic, win a prize! http://bit.ly/12H1X7 via @PhaedraEL http://ac..."; Jim On Thu, Nov 19, 2009 at 12:05 PM, Jim Gilliam wrote: > My understanding is that the only way to

[twitter-dev] retweets aren't appearing in track streaming api

2009-11-19 Thread Jim Gilliam
retweeted twice, but I didn't see it come through. Old style retweets continue to come through normally. Jim Gilliam http://act.ly/ http://twitter.com/jgilliam

[twitter-dev] will user payload include lists_count soon?

2009-10-30 Thread Jim Gilliam
I assume lists_count must be coming to the user payload, but haven't heard anyone mention it. Jim

[twitter-dev] Re: Profile search based on Bio field

2009-10-29 Thread Jim Gilliam
Topsy provides an API for searching user bios. http://code.google.com/p/otterapi/wiki/Resources#/profilesearch On Wed, Oct 28, 2009 at 2:38 PM, MuratMetu wrote: > > Hello, we are new to twitter development, we want to know is there any > open source API that provides us to send String query (re

[twitter-dev] need ability to search retweets

2009-09-20 Thread Jim Gilliam
t; and then add them to the appropriate petition. I need some API method to find out all the retweets that match "act.ly" Pretty please! Don't make me start a petition. :) Jim Gilliam http://twitter.com/jgilliam

[twitter-dev] Re: Streaming API Help

2009-09-19 Thread Jim Gilliam
use one of the other GET methods like /statuses/sample.json. Jim Gilliam http://act.ly/ http://twitter.com/jgilliam On Sat, Sep 19, 2009 at 7:31 AM, Greg wrote: > > I'm trying to implement Streaming API on my Twitter application to > enhance the stabilty instead of using the Se

[twitter-dev] more elegant retweet solution, that also fixes replies

2009-08-30 Thread Jim Gilliam
f different problems. 1. It handles all the situations that RT is currently being used 2. It gives people a full 140 characters to respond or add their own commentary to another tweet. 3. Conversation threading, which is currently a total mess, is now much more explicit and will probably eve