Re: [twitter-dev] Early look at Annotations

2010-04-16 Thread Joseph Cheek
awesome idea! I know I can find a use for it. Some concerns, however, below... Joseph Cheek Marcel Molina wrote: the sentence Namespaces aren't intended as a way for people to claim their little slice of the tweet space. and the sentence If you want a given key to mean one thing

Re: [twitter-dev] Re: Annotation details

2010-04-16 Thread Joseph Cheek
Wow, another cool idea introduced at Chirp (was it?). Honestly, I'd just love a free (beer) geocoding service that didn't force me to use google maps. Twitter has helped me make $10 so far (woohoo!); perhaps as I make more with it I'll actually be able to afford going to Chirp! 8-)))

Re: [twitter-dev] Re: Early look at Annotations

2010-04-16 Thread Joseph Cheek
comments inline... Dewald Pretorius wrote: Marcel, I'd strongly urge you to consider a more structured and controlled environment for annotations. agreed, but... Ideally, I think an OAuth app must register a namespace, or subscribe to an existing namespace of another app, before it can

Re: [twitter-dev] Re: Early look at Annotations

2010-04-16 Thread Joseph Cheek
not necessarily - twitterbots are easy to build. you can't rely on lack of usage by humans to kill a twitter app. Raffi Krikorian wrote: if there happens to be a rogue app, then users will stop using it. -- Raffi Krikorian Twitter Platform Team http://twitter.com/raffi -- Subscription

Re: [twitter-dev] Adding line breaks in tweets

2009-11-23 Thread Joseph Cheek
the behaviour of HTML clients. bottom line: I don't think you will find a client that will honor a NL. you might be able to get a few nbsp;s in to emphasize your URL by separating it from your text, but it's iffy and (at six chars for a single blank space) expensive. Joseph Cheek jos

[twitter-dev] Re: HTTP 404 (The specified key does not exist) when requesting user avatar image from amazon ec2

2009-09-24 Thread Joseph Cheek
/twigroups_avatar_normal.png Requesting this image from local machine, or directly from browser goes fine. -- Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom

[twitter-dev] Re: SERIOUS Problem With Cursors In JSON Followers/Friends Ids

2009-09-24 Thread Joseph Cheek
This email is: [ ] blogable [x] ask first [ ] private. -- Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom

[twitter-dev] Re: SERIOUS Problem With Cursors In JSON Followers/Friends Ids

2009-09-24 Thread Joseph Cheek
already past 32-bit signed but not 32-bit unsigned, right? twitpocalypse moves the max to 2^32-1, right? or did i misread it? Chad Etzel wrote: This has already happened. Tweet ids are now bigger than a 32 bit int can store. That's what Twitpocalypse 2 was all about. -Chad -- Joseph

[twitter-dev] Re: SERIOUS Problem With Cursors In JSON Followers/Friends Ids

2009-09-24 Thread Joseph Cheek
it was announced - increase the new *maximum* status ID [emphasis mine] to 4294967296. $ echo $[ 65536 * 65536 ] 4294967296 thanks! Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Chad Etzel wrote: On Thu, Sep 24, 2009 at 2:29 PM, Joseph Cheek jos...@cheek.com

[twitter-dev] Re: Update on the Retweet API (we collapse retweets, not you we're adding statuses/retweets)

2009-09-23 Thread Joseph Cheek
brought about by deleted tweets) breaks the programmatic ability to follow a thread. Not sure. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Cameron Kaiser wrote: Still, I'm sort of with Dewald and others that I'm really having a hard time seeing what

[twitter-dev] Re: SERIOUS Problem With Cursors In JSON Followers/Friends Ids

2009-09-23 Thread Joseph Cheek
Linux for a long time and I'm pretty good at it)/plug. thanks! Joseph Cheek jos...@cheek.com, www.cheek.com www.twitter.com/cheekdotcom | Dewald Pretorius wrote: I've run into a serious issue and I don't know if I am overlooking something. When retrieving ids with cursoring, and then doing

[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread Joseph Cheek
available (almost any other language, actually). Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Ershad K wrote: Thank you very much for your kind reply. I have registered my application in twitter and got some keys. I'm new to programming would like to know

[twitter-dev] Re: Posting from PHP page through API not showing in search

2009-09-20 Thread Joseph Cheek
also some accounts aren't indexed by search (or stream/filter, either). I created an account for testing and it's posts don't get indexed either. You could be running into that issue. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom retsoced wrote: okay

[twitter-dev] Re: Posting from PHP page through API not showing in search

2009-09-19 Thread Joseph Cheek
I ran into this problem too. I adjusted my search to use http://stream.twitter.com/1/statuses/filter.xml instead - it seems to work much better. Search isn't consistent and it isn't real-time. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom retsoced

[twitter-dev] Re: Posting from PHP page through API not showing in search

2009-09-19 Thread Joseph Cheek
I actually haven't done this in PHP, only in bash. The thing about stream is that you need something that returns data without buffering it. I'm sure there's a way to do this in PHP, but I haven't tried it yet. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com

[twitter-dev] Re: Streaming API Help

2009-09-19 Thread Joseph Cheek
curl buffers, even when called with -N. You won't get satisfactory results with curl unless you get a lot of data. Use wget instead. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom John Kalucki wrote: I'd suggest trying to get this to work with curl

[twitter-dev] Re: Streaming API Help

2009-09-19 Thread Joseph Cheek
You also need a keep-alive of greater than 30 seconds. And by default PHP funtions timeout after 30 seconds, so you'll need to change that to keep the script running indefinitely. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Jim Gilliam wrote: I ran

[twitter-dev] Re: Posting from PHP page through API not showing in search

2009-09-19 Thread Joseph Cheek
filter.xml in PHP? The API doc don't really spell it out. Can you just pass a parameter in the URL like filter.xml?track=term? On Sep 19, 9:15 am, Joseph Cheek jos...@cheek.com wrote: I ran into this problem too. I adjusted my search to usehttp://stream.twitter.com/1/statuses

[twitter-dev] statuses/mentions vs search/screenname

2009-09-16 Thread Joseph Cheek
Quick q: is there any time that a search for a screenname won't return every tweet that statuses/mentions will? i can see that it would return more, but will it ever return less? Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom

[twitter-dev] Re: statuses/mentions vs search/screenname

2009-09-16 Thread Joseph Cheek
). In that case, yes, you could potentially receive fewer results than statuses/mentions. On Wed, Sep 16, 2009 at 09:56, Joseph Cheek jos...@cheek.com mailto:jos...@cheek.com wrote: Quick q: is there any time that a search for a screenname won't return every tweet that statuses

[twitter-dev] Re: statuses/mentions vs search/screenname

2009-09-16 Thread Joseph Cheek
statuses of protected users (even when authenticated, though I may be wrong and should be corrected if I am). In that case, yes, you could potentially receive fewer results than statuses/mentions. On Wed, Sep 16, 2009 at 09:56, Joseph Cheek jos...@cheek.com wrote: Quick q

[twitter-dev] Re: Changes to Twitter TOS/Rules.

2009-09-15 Thread Joseph Cheek
out of curiosity, how can you tell if your account is flagged as spammy, and what can you do about it? Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom John Kalucki wrote: This is taken from the Twitter Rules, not the TOS, so this isn't expressly against

[twitter-dev] Re: Changes to Twitter TOS/Rules.

2009-09-15 Thread Joseph Cheek
ok. i have an account that never shows up in search results or in track.xml. i thought that might be it, but i guess not. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom John Kalucki wrote: The account will be suspended. It won't work, and it won't

[twitter-dev] Re: Alert: Twitpocalypse II coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-09 Thread Joseph Cheek
64bit ints, but i'm not sure about the db... will need to check... might be signed32... Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Nicholas Moline wrote: And nobody thought about the significance of accelerating anything called a *pocolypse

[twitter-dev] Re: Website!

2009-08-31 Thread Joseph Cheek
Hacker | http://abrah.am | http://twitter.com/abraham Project | http://fireeagle.labs.poseurtech.com This email is: [ ] blogable [x] ask first [ ] private. Sent from Madison, WI, United States -- Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom

[twitter-dev] Re: track syntax

2009-08-31 Thread Joseph Cheek
are you really just opening stream.twitter.org? Normally you would want to open http://stream.twitter.org/path/to/url.xml... Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom John Kalucki wrote: You can set both the track and follow parameters when using

[twitter-dev] Re: Automated URL shortening

2009-08-29 Thread Joseph Cheek
I have seen my URLs both shorted and not; it appeared to me that the gating factor was the length of the tweet - if the non-shortened version fit in 140 chars, it would leave it alone. this was just based on observation, however. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http

[twitter-dev] Re: Receiving Invalid 403 Errors - You cannot send messages to users who are not following you.

2009-08-29 Thread Joseph Cheek
i believe the dm limit is 250 per day. http://help.twitter.com/forums/10711/entries/15364 Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Dewald Pretorius wrote: Are you sending the news items to your users via DMs? If so, your service will be severely

[twitter-dev] whitelisting q

2009-08-28 Thread Joseph Cheek
with a certain hashtag and am concerned that if there are more than 1000 updates per day with that hashtag that I will only be able to respond to the first thousand. What's the proper thing to do in that case, split it among several different accounts? Joseph Cheek jos...@cheek.com, www.cheek.com

[twitter-dev] Re: OAuth and HTTP Authentication under same Application Name?

2009-08-28 Thread Joseph Cheek
it's not conspicuous enough. You need to enclose it in blink tags. 8-))) Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Raffi Krikorian wrote: http://apiwiki.twitter.com/FAQ#HowdoIget“fromMyApp”appendedtoupdatessentfrommyAPIapplication :P

[twitter-dev] Re: Pass credentials to browser

2009-08-26 Thread Joseph Cheek
it doesn't appear that he's scraping at all. he's just starting a process to show the user's twitter page and wants to have the user logged in already. Joseph Cheek jos...@cheek.com @cheekdotcom Andrew Badera wrote: Actually ... IS that PocketIE, or is that Internet Explorer on a desktop

[twitter-dev] blocks/exists q

2009-08-26 Thread Joseph Cheek
blocks/exists tells if i am blocking a user - is there a way to tell if a user is blocking me? Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom

[twitter-dev] Re: get the id's of twitter users who have authenticated with OAuth?

2009-08-25 Thread Joseph Cheek
This won't work for mobile/desktop apps. Any ideas for mobile/desktop app tracking? thanks! Joseph Cheek jos...@cheek.com @cheekdotcom JDG wrote: they do. when you get an access token, the screen name and their ID are returned to you along with the token. Use it. Store it. On Tue, Aug 25

[twitter-dev] Re: how can I get user address using Twitter API?

2009-08-22 Thread Joseph Cheek
http://www.google.com/search?q=%22follow+me+on+twitter%22+gmail.com as an example... JDG wrote: surely you're joking. PLEASE tell me you're joking, because my skin is crawling. On Sat, Aug 22, 2009 at 08:01, Dossy Shiobara do...@panoptic.com mailto:do...@panoptic.com wrote: On

[twitter-dev] Re: Twitter's Tweet Trademark Torpedoed

2009-08-19 Thread Joseph Cheek
to twitter in color and form. Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Sam Johnston wrote: [snip] That's too bad for Twitter but it's great news for the rest of the community as it's one less tool for locking in Twitter's rapidly growing microblogging

Re: Absurd Misunderstanding of Open Anything (Was: [twitter-dev] Re: Open Auth)

2009-08-18 Thread Joseph Cheek
nor can oauth assure the provider that a desktop app is legitimate when the app authenticates itself to the provider. John Kristian wrote: An OAuth Consumer that's deployed to users' desktops or mobile devices can't keep a secret. One should assume its consumer key and consumer secret will be

Re: Absurd Misunderstanding of Open Anything (Was: [twitter-dev] Re: Open Auth)

2009-08-17 Thread Joseph Cheek
exactly. and for those who think their closed-source oauth app hides their app key and secret, have you ever run strings on your binary? (for those keeping score, it's basic auth: 2, oauth: 0) thanks! Joseph Cheek @cheekdotcom JDG wrote: Which eliminates one of the biggest features of OAuth

Re: Absurd Misunderstanding of Open Anything (Was: [twitter-dev] Re: Open Auth)

2009-08-17 Thread Joseph Cheek
? that could be trivially intercepted. Joseph Cheek @cheekdotcom Chris Babcock wrote: On Sun, 16 Aug 2009 18:49:49 -0400 Jason Martin legos.j...@gmail.com wrote: On another note, how Open Source friendly is OAuth? I'm not sure if people who write open source software want to be giving out