[twitter-dev] Grouping API calls

2009-07-09 Thread Kevin Mesiab
Is there a faculty for grouping several API calls together to reduce round trips? -- Kevin Mesiab CEO, Mesiab Labs L.L.C. 208-447-6016 http://www.mesiablabs.com http://www.plsadvise.com

[twitter-dev] Re: Appx # of records in gardenhose

2009-07-09 Thread Kevin Mesiab
Gardenhose? On Thu, Jul 9, 2009 at 5:49 PM, John Kalucki wrote: > > 2m - 3m, very roughly. > > > On Jul 9, 8:34 pm, dhaval wrote: > > hey > > > > can ne one tell me the # of records we get appx in gardenhose per > > day? > > > > Thanks

[twitter-dev] Re: Getting tweets from Twitter API

2009-07-10 Thread Kevin Mesiab
fferent timezones. > > > -- > Regards, > Praveen Kumar.N > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. 208-447-6016 http://www.mesiablabs.com http://www.plsadvise.com

[twitter-dev] Re: User Search API

2009-07-11 Thread Kevin Mesiab
te to report. > > Thanks, > Doug > > > > > > > On Fri, Jul 10, 2009 at 2:53 PM, SamirR wrote: > >> >> Are there plans to implement user search in the API (http:// >> twitter.com/search/users?q=)? Thanks! >> >> Samir >> > >

[twitter-dev] Re: TweetPhoto Open API Just Released (Photo Sharing Platform for Twitter)

2009-07-15 Thread Kevin Mesiab
e Open API at http://groups.google.com/group/tweetphoto/web > > Here you can get your API key here http://www.tweetphoto.com/developer.php > > Please let me know if you have any questions. > > Best Regards, > > > Sean Callahan > -- Kevin Mesiab CEO, Mesiab Labs L.L.

[twitter-dev] Safe url shorteners

2009-07-15 Thread Kevin Mesiab
s per hour) 6.) Rank (ctr vs all other rt.nu links) If you end up implementing RT.nu or playing with the API, we'd really appreciate any feedback. -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://www.mesiablabs.com

[twitter-dev] Re: Safe url shorteners

2009-07-15 Thread Kevin Mesiab
ned URLs > become orphans and therefore useless. > > Not a major problem on Twitter because of the typical > transience of data, but when you run a company like mine > that needs to reference historic data it will definitely > create future problems when these companies fail. >

[twitter-dev] Re: Safe url shorteners

2009-07-15 Thread Kevin Mesiab
> > On 15-Jul-09, at 7:06 PM, Kevin Mesiab wrote: > > That's a valid concern that we share in our retweet.com application. We > dereference all shortened urls before indexing tweets. > > In anticipation, rt.nu supplies the API call > /api/stats/[short]/original&l

[twitter-dev] Re: Too many requests in this time period. Try again later.

2009-07-17 Thread Kevin Mesiab
27;m getting this from both > accounts after only 30 or 40 calls. > > 403 "Too many requests in this time period. Try again later." > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Too many requests in this time period. Try again later.

2009-07-17 Thread Kevin Mesiab
Regarding a sleep between calls, until someone from Twitter pipes in it would be worth a use case test, yes. On Fri, Jul 17, 2009 at 1:38 PM, J.D. wrote: > > WRT the sleep, I've never had to in the past. It just started failing. > > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. h

[twitter-dev] Re: How to pattern-match these crazy shortened URLs?

2009-07-17 Thread Kevin Mesiab
7;¦'.$pattern.'¦e', $replacement, $text); } >else return $text; > }; > > Works most of the time, but clearly has issues. I figure somebody has > already solved this and wants to share ;-) > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: How to pattern-match these crazy shortened URLs?

2009-07-17 Thread Kevin Mesiab
In js, this seems to work: var x = /(?:http://)*(w{0,3}\.?\w+\.\w{2,3}[/\w]*)/gim var p = '$1'; str.replace( x, p ); On Fri, Jul 17, 2009 at 7:06 PM, Kevin Mesiab wrote: > Code commented w/ "don't ask" is immediately suspect :P > > > On Fri, Jul 17

[twitter-dev] Re: Matt Sanford, signing off.

2009-07-17 Thread Kevin Mesiab
tly felt like I should send you all a good bye > > > since you're considered an extension of the API/Platform team. This > > > change should be fully backward compatible so I didn't see the need > > > for 7-days notice. > > > > > Good night, and

[twitter-dev] Re: Twitter is not making money

2009-07-18 Thread Kevin Mesiab
y using Twitter > as a "push marketing / sales" platform in some sense. Of course, I'm > at around 3500 followers at the moment, so I would be paying a monthly > fee and would need to justify it as a business expense (or block about > 1500 people, which isn't out of the question) ;-) > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Tweet Photo

2009-07-18 Thread Kevin Mesiab
capitalize on. I'm not involved w/ TweetPhoto in any way, but I do plan to integrate their API, and set it as default ;) Hope some of you find this helpful. -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Tweet Photo

2009-07-19 Thread Kevin Mesiab
Have at it https://www.google.com/adsense/localized-terms On Sun, Jul 19, 2009 at 6:11 PM, Swaroop wrote: > > Hmm, is this even allowed (by Adsense)? > <https://www.google.com/adsense/localized-terms> -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http:/

[twitter-dev] HotTweeters

2009-07-20 Thread Kevin Mesiab
Alright... which one of you made HotTweeters.com? ;) Clever adaptation. -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: HotTweeters

2009-07-20 Thread Kevin Mesiab
http://siteanalytics.compete.com/hottweeters.com/ <http://siteanalytics.compete.com/hottweeters.com/>That for starters On Mon, Jul 20, 2009 at 2:47 AM, Christian Heilmann < chris.heilm...@gmail.com> wrote: > > Kevin Mesiab wrote: > >> Alright... which one

[twitter-dev] Re: HotTweeters

2009-07-20 Thread Kevin Mesiab
While others might waste time educating you with a proper debate, some of us are busy profiting on page views. On Mon, Jul 20, 2009 at 3:03 AM, Christian Heilmann < chris.heilm...@gmail.com> wrote: > > Kevin Mesiab wrote: > >> http://siteanalytics.compete.com/hottweeter

[twitter-dev] Re: Do the order of the Parameters Posted in the URL matter for the Twitter API with oAuth?

2009-07-28 Thread Kevin Mesiab
No. On Tue, Jul 28, 2009 at 4:40 PM, bosher wrote: > > Thanks > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Twitter JS implementation

2009-07-29 Thread Kevin Mesiab
don't allow statuses.update which is a nessecity for >> me. >> >> Thanks >> > > > > -- > Internets. Serious business. > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Fun140 and Truetwit developers

2009-08-02 Thread Kevin Mesiab
Or better yet, opt in. >>> >>> -- >>> Aaron Brazell >>> web:: www.technosailor.com >>> phone:: 410-608-6620 >>> skype:: technosailor >>> twitter:: @technosailor >>> >> >> >> >> -- >> Dale Merritt >> Fol.la MeDia, LLC >> > > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Following Churn: Specific guidance needed

2009-08-11 Thread Kevin Mesiab
st > their methods? At least everyone will know how to avoid > problems for a change, right? > > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Following Churn: Specific guidance needed

2009-08-11 Thread Kevin Mesiab
ey won't so maybe it's time to deal with reality > rather than dreaming of a perfect world. > > Owkaye > > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Following Churn: Specific guidance needed

2009-08-11 Thread Kevin Mesiab
Step 1.) turn off email notifications (legitimat, but easily mitigated problem).Step 2.) getting spammed? Unfollow that user (question why you followed them in the first place). On Tue, Aug 11, 2009 at 8:35 AM, Kevin Mesiab wrote: > And here lies the slippery slope. > > On Tue, Aug

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

2009-08-11 Thread Kevin Mesiab
re value in joining the Twitter Developers Alliance, which is presently working on the first draft of the Twitter Developers Bill of Rights, which Twitter has agreed to coordinate with. > I'm very interested to learn more about the specifics, if there is some > developer TOS I'

[twitter-dev] Re: Following Churn: Specific guidance needed

2009-08-11 Thread Kevin Mesiab
Well said Shannon. -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread Kevin Mesiab
Bravo! Great job Twitter API Team!

[twitter-dev] Re: php regex for twitter password

2009-08-15 Thread Kevin Mesiab
(and so far >> am).  While I could make some progress, I don't know all the rules for >> a good password.  My intent is to ensure server (and service) are >> safe.  With that in mind, can anyone provide a "fair enough" regex >> example of sanatizing a password

[twitter-dev] Re: How do you store the social graph locally?

2009-08-15 Thread Kevin Mesiab
rt results, you will be able to perform your diffs swiftly. my two cents, not adjusted for inflation. On Sat, Aug 15, 2009 at 10:24 AM, Arik Fraimovich wrote: > > On Aug 15, 10:56 pm, Kevin Mesiab wrote: >> If you store them as blobs, we're going to revoke your compiler privileges.

[twitter-dev] Re: How do you store the social graph locally?

2009-08-15 Thread Kevin Mesiab
; Arik Fraimovich > follow me on twitter: http://twitter.com/arikfr > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Open Auth

2009-08-15 Thread Kevin Mesiab
granted a source attribute without OAuth implementation? -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Open Auth

2009-08-16 Thread Kevin Mesiab
When a user signs up at TwitPic, for instance, the same credentials they used for Twitter are now valid for use in uploading media. This lets users enjoy a bit of a mash-up with a single sign-on. Is this also true when authorized via openAuth? -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http

[twitter-dev] Re: Search for user API

2009-08-26 Thread Kevin Mesiab
interested in searching for tweets from or to a user, only in > searching for user profiles matching the above criteria. > > Thanks, > -Marc > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Search for user API

2009-08-26 Thread Kevin Mesiab
http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search On Wed, Aug 26, 2009 at 10:51 AM, Kevin Mesiab wrote: > Use the search api > > On Wed, Aug 26, 2009 at 10:38 AM, Marc Andrews wrote: >> >> I've scoured the API documentation, but to my surprise, can't f

[twitter-dev] Re: General Twitter APIs question - query by application?

2009-08-26 Thread Kevin Mesiab
e avoided) > > Anyway, perhaps there are already ways to access this data, if so I'd > appreciate a pointer to them, if not, I hope this sparks some discussion. > > Shannon > > Founder, Nearness Function - strategic consulting, brand advertising & > sponsorships >

[twitter-dev] OT: Retweet.com API

2009-08-27 Thread Kevin Mesiab
Just a quick heads up, we've published a very simple JSON API for Retweet.com to perform lookups on urls: http://retweet.com/story/api/http://cnn.com -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Either destroy is/was failing, or my understanding of destroy is/was failing

2009-09-02 Thread Kevin Mesiab
emes/ >> theme1/bg.gif >> >>     false >> >>     4 >> >>     false >> >>     false >> >>     false >> >>   >> >> >> >> . which is all good, but then I try to delete that message: >> >> C:\ >curl -u name:pass --http-request >> DELETEhttp://twitter.com/statuses/destroy/3708721364.xml >> >> >> >> >> >>   /statuses/destroy/3708721364.xml >> >>   We could not delete that status for some reason. >> >> >> >> What gives? Is this something that I'm doing wrong on my end? Momentary >> server weirdness? (Though it seems to have been pretty consistent all >> night.) >> >> Ted Neward >> >> Java, .NET, XML Services >> >> Consulting, Teaching, Speaking, Writing >> >>  <http://www.tedneward.com>http://www.tedneward.com > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Twitter AIR/JS API

2009-09-03 Thread Kevin Mesiab
For those of you developing in AIR or JS, we've open sourced our Twitter API library. Collaborators encouraged: http://code.google.com/p/adobe-air-twitter/ -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: Is twitter a fad or worth development efforts?

2009-09-03 Thread Kevin Mesiab
developer bill of rights will ensure Twitter stays relevant (and its users enjoy a rich experience) for a lot longer than it should. It also gets to 'grow up' into a real company and earn revenue from a reseller split (again, via Apple). -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: new cursor-based pagination not multithread-friendly

2009-09-18 Thread Kevin Mesiab
We can deal w/ rate limiting, just give us some semblance of accuracy or the calls are pointless.

[twitter-dev] Re: master thesis related to Twitter

2009-09-25 Thread Kevin Mesiab
hortest > one (like "good luck") will encourage me to more intensive research. > *** *** *** > Does anyone have any suggestions? My ticket has a six-digit number so > I'm afraid I won't get any answer :) > > I'll probably ask for help during my work so I

[twitter-dev] Re: attn: Kevin Mesiab - been seeing a lot of Bambibot ...

2009-09-26 Thread Kevin Mesiab
ogle me: http://www.google.com/search?q=andrew%20badera > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: monitor a #

2009-10-01 Thread Kevin Mesiab
n't that only check >> every time someone loads a php page? How do people like @hashphp reply >> to everyone that posts in #php? >> >> Thanks, >> Chris >> > -- Kevin Mesiab CEO, Mesiab Labs L.L.C. http://twitter.com/kmesiab http://mesiablabs.com http://retweet.com

[twitter-dev] Re: monitor a #

2009-10-01 Thread Kevin Mesiab
t; ∞ +1 518-641-1280 >> ∞ This email is: [ ] bloggable [x] ask first [ ] private >> ∞ Google me: http://www.google.com/search?q=andrew%20badera >> >> >> >> On Thu, Oct 1, 2009 at 4:59 AM, Kevin Mesiab wrote: >>> >>> Or a chron job ;) >>&