Re: [twitter-dev] Building a 100 million word Twitter corpus

2010-02-11 Thread Michael Ivey
Take a look at the Streaming API: http://apiwiki.twitter.com/Streaming-API-Documentation It's very easy to make a simple collection client to pull the statuses/sample stream and gather a decent sample of all the tweets. Tell your programmer to hop on the list and ask any questions that come

Re: [twitter-dev] Twitter based bug tracker/feedback system, anyone?

2010-02-04 Thread Michael Ivey
Cotweet has some of this, but it's a more general manage responses system than bug tracking. I'd love to see Tender add Twitter features. -- ivey On Wed, Feb 3, 2010 at 1:03 PM, Anton Krasovsky anton.krasov...@gmail.comwrote: I wonder if anyone has a twitter based bugtracker / feedback

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-30 Thread Michael Ivey
You could do this internally in your application, using statuses/show to make sure you have the correct user info before redirecting. -- ivey On Sat, Jan 30, 2010 at 4:06 AM, Ivan Glushkov gli.w...@gmail.com wrote: Oh, thanks, Abraham! That's great! But why isn't it documented anywhere?

Re: [twitter-dev] Suggestion: Return API responses in same set of formats

2010-01-27 Thread Michael Ivey
Which calls only return XML? I haven't encountered anything where I couldn't use JSON. -- ivey On Wed, Jan 27, 2010 at 1:29 AM, _ado adri...@tijsseling.com wrote: Some API calls return only XML, some both XML and JSON, some only JSON, etc. Could it please be possible to return XML, JSON,

Re: [twitter-dev] mentions not working as expected with new retweet functionality

2010-01-04 Thread Michael Ivey
Native retweets are a new type of tweet, and do not show up as mentions. You can cobble together an approximation using search, retweets_of_me, and retweets that will get close, but I don't think you can be 100% sure to catch all of them. -- ivey On Sat, Jan 2, 2010 at 5:35 PM, gstarsf

Re: [twitter-dev] home_timeline contains retweets that retweeted_to_me does not

2009-12-04 Thread Michael Ivey
My retweeted_to_me has been off-and-on frozen ever since RTs went public to everyone. Mostly it's frozen, and then I get 5 or 6 that show up. It's a known issue. -- ivey On Fri, Dec 4, 2009 at 8:18 AM, MRR Software mickeyrober...@gmail.comwrote: I'm seeing an issue where home_timeline

Re: [twitter-dev] Re: feature request: editing tweets

2009-11-19 Thread Michael Ivey
That means you can't pull a tweet via the API, edit it, and then display it on your site/app. You have to display the tweets as they are. -- ivey On Thu, Nov 19, 2009 at 3:24 AM, Rich rhyl...@gmail.com wrote: Strangely editing Tweets is disallowed by the API terms, even though you can't

[twitter-dev] Re: /statuses/retweets_of_me resource does not have the retweet_status element

2009-11-11 Thread Michael Ivey
update the docs to reflect that. On Tue, Nov 10, 2009 at 7:11 PM, Michael Ivey (@ivey) michael.i...@gmail.com wrote: Marcel, et al I'm working on bringing our Retweet-commerce tools up to date with the new RTs, now that they're rolling out, and we've got an issue. /statuses

[twitter-dev] /statuses/retweets_of_me resource does not have the retweet_status element

2009-11-10 Thread Michael Ivey (@ivey)
Marcel, et al I'm working on bringing our Retweet-commerce tools up to date with the new RTs, now that they're rolling out, and we've got an issue. /statuses/retweets_of_me is returning just the statuses, without a retweet_status element to tell me who did the retweet. Is this a doc issue, or a

[twitter-dev] Re: linespaces / whitespace being removed: bug or feature?

2009-10-20 Thread Michael Ivey
As an aside; please don't bump threads on this list. -- ivey On Tue, Oct 20, 2009 at 12:58 PM, Tim Haines tmhai...@gmail.com wrote: Bump. On 20/10/2009, at 3:54 PM, TjL luo...@gmail.com wrote:

[twitter-dev] Re: linespaces / whitespace being removed: bug or feature?

2009-10-20 Thread Michael Ivey
on the list. -- ivey On Tue, Oct 20, 2009 at 2:57 PM, TjL luo...@gmail.com wrote: On Tue, Oct 20, 2009 at 2:11 PM, Michael Ivey michael.i...@gmail.com wrote: As an aside; please don't bump threads on this list. As an aside, how about someone answers the question rather than just getting

[twitter-dev] Twitpay is looking for a few more apps to use our API

2009-10-19 Thread Michael Ivey
Hi folks, as you may know, Twitpay has a simple and safe mechanism for making payments between Twitter users. What you may not know is that we have an API that you can use to enable and track payments from your application, and even to collect a percentage for yourself. The payments are all

[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread Michael Ivey
From slicehost St. Louis: traceroute to twitter.com (168.143.161.20), 30 hops max, 60 byte packets 1 174.143.199.2 (174.143.199.2) 4.000 ms 4.000 ms 4.000 ms 2 98.129.84.172 (98.129.84.172) 4.000 ms 4.000 ms 4.000 ms 3 edge3-core7-vlan3307.dfw1.rackspace.net (174.143.123.115) 4.000 ms

[twitter-dev] Re: Have you read the OneForty.com Developer Contract?

2009-10-08 Thread Michael Ivey
[x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Thu, Oct 8, 2009 at 10:16 PM, Michael Ivey michael.i...@gmail.com wrote: OneForty is not a developer-friendly platform. I think this is a demonstrably false statement. All of my interactions

[twitter-dev] Re: In case you have not heard, Ashton Kutcher made twitter famous

2009-08-12 Thread Michael Ivey
You should use Twitpay. -- ivey On Wed, Aug 12, 2009 at 1:37 PM, Scott Haneda talkli...@newgeo.com wrote: This is a little OT, and while somewhat tongue in cheek, I thought it amusing, just for the utter inaccuracy of it, as well as how some peoples minds works: Suffer through the ad,

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-11 Thread Michael Ivey
(sorry I'm new to this and freaking out - never had a lawyer sue me like this) And you still haven't.

[twitter-dev] Re: Atom API From a User not retrieving results

2009-07-17 Thread Michael Ivey
You can get your most recent tweet via atom without using search like this: http://twitter.com/statuses/user_timeline/YOURUSERNAME.atom?count=1 -- ivey On Fri, Jul 17, 2009 at 1:31 PM, brandonvara brandonv...@gmail.com wrote: I'd like to include my latest tweet in my website but when I

[twitter-dev] Re: API search, json results, 404 pages, and docs

2009-06-29 Thread Michael Ivey
The search API only has 7 days of history available, currently. Try the REST API for that user's updates. -- ivey On Mon, Jun 29, 2009 at 3:50 AM, talklists talkli...@newgeo.com wrote: http://search.twitter.com/search.json?page=4max_id=2384515303rpp=80q=from%3Acometbus I have hit page 4

[twitter-dev] Re: Search API to require HTTP Referrer and/or User Agent

2009-06-16 Thread Michael Ivey
If the User-Agent/Referrer says Twitpay, and it's really me, when Twitter contacts me, I'll answer, and we'll work it out. If the User-Agent/Referrer says Twitpay, and it's *not* really me, when Twitter contacts me, I'll tell them, and they'll block the IP. It's a starting point for figuring

[twitter-dev] Timelines/search frozen?

2009-05-13 Thread Michael Ivey
I haven't gotten any tweets in over an hour, and search is frozen, too. Individual profile pages show new tweets, and public timeline seems to have them, too. Am I the only one seeing this? -- ivey

[twitter-dev] Re: Twitter's official comment on our disabling of OAuth

2009-04-23 Thread Michael Ivey
It would be nice to be able to set multiple allowed callbacks, if this is the case, and specify which one to use in the request. I use the callback on my dev environment so I don't have to maintain two applications. (Also, the URL verification on callbacks doesn't support port numbers, but that's