Re: [twitter-dev] Re: What does tweet id means?

2011-04-20 Thread Damon Clinkscales
On Wed, Apr 20, 2011 at 6:24 AM, Tim Meadowcroft meer...@gmail.com wrote: I think you can only really rely on IDs having different values. In general, at the moment with Twitter, you could assume they increase over time, but (and I don't work for Twitter) typically ID allocation on large

Re: [twitter-dev] add list members

2010-10-03 Thread Damon Clinkscales
On Sat, Oct 2, 2010 at 1:43 PM, Thomas Mango tsma...@gmail.com wrote: Are you sure you're requesting the correct format? I was able to POST to /:user/:list_id/members.xml with an id of a user and it correctly added the user to my list and responded with XML: POST:

Re: [twitter-dev] Re: add list members

2010-10-03 Thread Damon Clinkscales
On Sat, Oct 2, 2010 at 2:06 PM, Ken D. k...@cimas.ch wrote: Hey Damon, The URL you cite is that of the documentation page. The correct URL (for create_all) is: http://api.twitter.com/1/:user/:list/create_all.xml with parameter user_id=:ids or screen_name=:screen_names The example is:

Re: [twitter-dev] Re: add list members

2010-10-03 Thread Damon Clinkscales
On Sun, Oct 3, 2010 at 9:25 AM, Ken D. k...@cimas.ch wrote: Damon, Mea culpa! There's an error in the create_all documentation. I should know since I filed the bug... Try: http://api.twitter.com/1/:user/:list/members/create_all.format Afaik, http://api.twitter.com/1/:user/:list/members.xml

[twitter-dev] list creation failing in API #newtwitter

2010-10-02 Thread Damon Clinkscales
list creation method is giving me: Something is technically wrong. http://api.twitter.com/1/user/lists.xml anybody else? thanks, /damon -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Re: list creation failing in API #newtwitter

2010-10-02 Thread Damon Clinkscales
Please disregard. The #newtwitter issue was the 20 limit (perhaps the error should mention that?). The API, I'm not sure but it seems to be working now. thanks, /damon On Sat, Oct 2, 2010 at 8:52 AM, Damon Clinkscales sca...@pobox.com wrote: list creation method is giving me: Something

[twitter-dev] add list members

2010-10-02 Thread Damon Clinkscales
I've tried both create_all.xml and members.xml to add multiple or just one member to a list. The list is owned by me and exists. http://dev.twitter.com/doc/post/:user/:list_id/create_all or http://dev.twitter.com/doc/post/:user/:list_id/members When the call goes through, the response is a

Re: [twitter-dev] #newtwitter and the API

2010-09-23 Thread Damon Clinkscales
Brian, Thanks for the info. retweet_count The status object now includes a retweet_count field. When enabled this field will indicate the number of times a Tweet has been retweeted using the Twitter retweet function. What does when enabled mean? I have a couple of tweets for which I am

[twitter-dev] OAuth pin flow happening instead of normal oauth_callback redirect

2010-09-01 Thread Damon Clinkscales
I have a sample app which works fine on my local machine. When I deploy it to a dev server and go through the flow, I get the PIN in the browser and no redirect. I checked the server timestamps and they are within 1 second of each other. Does anyone have any thoughts on what might be wrong? I

Re: [twitter-dev] OAuth pin flow happening instead of normal oauth_callback redirect

2010-09-01 Thread Damon Clinkscales
On Wed, Sep 1, 2010 at 3:25 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Damon, Verify that your application has a default callback URL set on your app's page on dev.twitter.com -- the existence of that field is what determines whether we'll automatically be sending you into

Re: [twitter-dev] People randomly getting unfollowed?

2010-08-14 Thread Damon Clinkscales
FWIW, I've heard several people say that the 'who to follow' feature exposed people to them that they thought they were already following. /damon -- http://twitter.com/damon http://blog.damonc.com On Sat, Aug 14, 2010 at 2:12 AM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: That's

Re: [twitter-dev] Twitter Places

2010-06-21 Thread Damon Clinkscales
David, Thanks. That first page (the 'geo search') is blank. /damon On Mon, Jun 21, 2010 at 5:19 PM, David Helder da...@twitter.com wrote: Sure, you can use the search method to find the place ID: http://dev.twitter.com/doc/get/geo/search Then set the place_id argument to /statuses/update to

Re: [twitter-dev] Re: Bulk Conversion using xAuth

2010-05-26 Thread Damon Clinkscales
On Wed, May 26, 2010 at 11:44 PM, YCBM youcannotb...@gmail.com wrote: Ah.  It looks like Abraham's twitteroauth has a getXAuthToken method for doing exactly what I need. So I guess a better question is if I'm doing this for a few hundred users, would I run into a rate limit of any kind?  

Re: [twitter-dev] Is OAuth working for *anyone* out there?

2010-05-20 Thread Damon Clinkscales
Hey guys, Don't know if this is related, but I was testing a friend's iPad app this morning which uses xAuth. When setting up a new account in his app, the app authorizes in my Connections tab. However, whenever his app tries to use the tokens, we get an immediate HTTP 401. None of the calls

Re: [twitter-dev] Is OAuth working for *anyone* out there?

2010-05-20 Thread Damon Clinkscales
Just tried establishing a new connection to a different account with Twitterrific (which I believe uses xAuth) and it worked fine. So, there is presumably a bug in the iPad client I was testing. Unrelated. -damon On Thu, May 20, 2010 at 3:33 PM, Damon Clinkscales sca...@pobox.com wrote: Hey

Re: [twitter-dev] Is OAuth working for *anyone* out there?

2010-05-20 Thread Damon Clinkscales
On Thu, May 20, 2010 at 4:16 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Damon, We've heard some reports of iPads setting their dates/clocks incorrectly -- sometimes back to 1969. If the client application uses the date/time on the machine (rather than querying it from some

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Damon Clinkscales
On Wed, May 19, 2010 at 1:41 PM, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C st...@twitpic.com wrote: We just rolled out @anywhere yesterday and some of our users are experiencing similar issues. http://twitpic.com/1p00d6 We rolled out a fix at the weekend

Re: [twitter-dev] Unexpected search results from search.twitter.com and API

2010-05-14 Thread Damon Clinkscales
Naveen, I saw a case with one of my searches this morning where a bit.ly url appeared to have been expanded before Twitter Search matched on the tweet. Tim Haines said this morning on Twitter he had seen something similar. So, for the first tweet: $ curl -I http://bit.ly/cMsa7U; HTTP/1.1 301

Re: [twitter-dev] Avatar cache

2010-04-21 Thread Damon Clinkscales
I don't think it's been documented yet, officially, except on-list. http://api.twitter.com/1/users/profile_image/raffi?size=mini http://api.twitter.com/1/users/profile_image/raffi?size=normal http://api.twitter.com/1/users/profile_image/raffi?size=bigger It does a 302 to an image on S3.

Re: [twitter-dev] Remove all followers with one call?

2010-01-15 Thread Damon Clinkscales
On Fri, Jan 15, 2010 at 2:21 AM, BrandonUSA brandon...@gmail.com wrote: By at once, I mean with one api call On Fri, Jan 15, 2010 at 12:21 AM, BrandonUSA brandon...@gmail.com wrote: Is there a service to remove all the people you are following at once? Nope. Read this sometime when you're

Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Damon Clinkscales
On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha gauravshah...@gmail.com wrote: Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show there is a followers_count element. Yeah, that doc's not coming up right now. It looks like this: $ curl

Re: [twitter-dev] Announcements

2009-12-09 Thread Damon Clinkscales
On Wed, Dec 9, 2009 at 12:23 PM, Isaiah Carew isa...@me.com wrote: From the announcement I read here: http://www.techcrunch.com/2009/12/09/twitter-le-web-2009/ 3) ... starting Basic Auth decprecation in June 2010. My question is...how do you drop Basic Auth support without OAuth delegation.

Re: [twitter-dev] Re: strange search api behavior

2009-12-06 Thread Damon Clinkscales
On Sun, Dec 6, 2009 at 3:24 PM, Martin Omander moman...@google.com wrote: I noticed the same behavior in my app: when I include since_id in the search API call, I often don't get all the tweets I should. If I run without since_id, I see tweets with IDs that should have shown up in the search

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

2009-11-22 Thread Damon Clinkscales
On Thu, Nov 19, 2009 at 2:11 PM, ericbulloch ericbull...@gmail.com wrote: Hey All, I was wondering is it possible to add line breaks when posting a tweet. For example I want to post some thing like this: Check out what I just designed... {Link to design} Create your own design at...

[twitter-dev] Re: reading reply status post

2009-11-06 Thread Damon Clinkscales
On Fri, Nov 6, 2009 at 12:28 PM, MuratMetu muratm...@yahoo.com wrote: Hello, I am new to twitter dev, is there any way to read replies posted to my account from api like @MyUsername ..? Status request reads only the statuses. I want to do it from Twitter API not from 3. party Check out this

[twitter-dev] Re: Draft of List API documentation

2009-11-03 Thread Damon Clinkscales
On Fri, Oct 16, 2009 at 1:04 AM, Marcel Molina mar...@twitter.com wrote: Hey folks. As some of you have likely read we're starting to do some private beta testing of our new lists feature. We're not quite ready to open it up to everyone but we've made some headway on the API and wanted to

[twitter-dev] Re: Automated Tweets

2009-10-29 Thread Damon Clinkscales
Exact dupes sent via the API are dropped. I believe that it's intended to prevent runaway apps from posting the same thing over and over (say if an app had a bug...nevar!). This feature actually saved my bacon once. It's not new, though. It's been that way for at least 18 months. -damon --

[twitter-dev] Re: Check when a friendship was created

2009-10-25 Thread Damon Clinkscales
On Sun, Oct 25, 2009 at 6:13 PM, TylerC tyle...@gmail.com wrote: I am seeking the need to know when a friendship or when I have followed a given user. AFAIK, when a friendship was created is not available in the API. -damon

[twitter-dev] Re: User ID to Screen Name

2009-10-24 Thread Damon Clinkscales
On Sat, Oct 24, 2009 at 12:52 PM, Scott Wilcox sc...@tig.gr wrote: I don't know whether I'm missing something completely simple here, but how do I determine a screen name from a users id? $ curl -s http://api.twitter.com/1/users/show.xml?user_id=12; | grep screen_name

[twitter-dev] Re: from:user and since_id breaking Search API

2009-10-23 Thread Damon Clinkscales
Christopher To my recollection, for search with since_id to work properly, the tweet id must be in the search index. In this case: http://search.twitter.com/search?q=+from%3Asilent_tester02 does not yield the Dinner, movie, drinks. tweet in the index. As an aside, I did an exact match search

[twitter-dev] Re: Account Owner's last tweet

2009-10-06 Thread Damon Clinkscales
On Mon, Oct 5, 2009 at 11:52 PM, JK jam...@slip.net wrote: What api do I use to identify the last or latest tweet of the account owner? http://twitter.com/users/show could contain a tweet by a follower. http://twitter.com/statuses/user_timeline - states that it returns the 20 most recent

[twitter-dev] Re: Get Followers information effectively

2009-08-26 Thread Damon Clinkscales
On Wed, Aug 26, 2009 at 5:54 AM, Neilnei...@gmail.com wrote: I have an open enhancement request associated with this. http://code.google.com/p/twitter-api/issues/detail?id=917 They have said they are not going to be able to do this. It's noted in the bottom of the API v2 RoadMap document as

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-21 Thread Damon Clinkscales
On Aug 20, 3:46 pm, Ryan Sarver rsar...@twitter.com wrote: We wanted to give you all a heads up on a cool new feature that is coming soon - Geolocation. We have also updated the wiki to reflect what the API will look like when it launches, so check it out and let us know if you have any

[twitter-dev] Re: no SSL on http://twitter.com/login?

2009-08-19 Thread Damon Clinkscales
If you look at the form carefully, you'll see this: form method=post id=signin action=https://twitter.com/sessions; -damon -- http://twitter.com/damon On Wed, Aug 19, 2009 at 9:07 AM, divesnobmdarl...@gmail.com wrote: For some reason my reply yesterday didn't make it? I do realize that

[twitter-dev] Re: no SSL on http://twitter.com/login?

2009-08-19 Thread Damon Clinkscales
On Wed, Aug 19, 2009 at 9:07 AM, divesnobmdarl...@gmail.com wrote: For some reason my reply yesterday didn't make it? I do realize that you can just change http to https. The problem here is that twitter is sending people to http://twitter.com/login . Here's a screencast describing what

[twitter-dev] Re: BOJAN RAJKOVIC - Your DLL is not working!

2009-08-13 Thread Damon Clinkscales
On Thu, Aug 13, 2009 at 3:21 PM, catcallsg.obrzut3...@ntlworld.com wrote: ... So, what gives with your DLL? When are you going to release something what works? Honestly, I can't believe you haven't been banned from this group yet. -damon

[twitter-dev] Re: set the from [Application]

2009-08-03 Thread Damon Clinkscales
On Mon, Aug 3, 2009 at 12:49 AM, Pekwushup...@gmail.com wrote: how do you set the from field when you tweet from the API. Right now mine says from API. I'd like it to say from [My Application] I've set all the fields necessary from the apps settings I think this is what's called a F.A.Q.

[twitter-dev] Re: Get friends' screen names instead of friends' ids?

2009-07-22 Thread Damon Clinkscales
On Wed, Jul 22, 2009 at 5:14 AM, link2carotran.minhq...@link2caro.com wrote: I would like to know if there is any way to get friends' screen names instead of friends' ids? On Wed, Jul 22, 2009 at 10:44 AM, whoiskbwhoi...@gmail.com wrote: Twitter dev team, is there anyway that you guys can

[twitter-dev] Re: Twitter credentials

2009-07-21 Thread Damon Clinkscales
On Tue, Jul 21, 2009 at 11:32 PM, rajrajsmaru...@gmail.com wrote: 1.Is there any twitter api method (php) to get credentials both username and password 2.How to use oauth_token returned in call back url, with this token is there any way to get twitter credentials both username and password,

[twitter-dev] Re: Followers with time they followed

2009-07-19 Thread Damon Clinkscales
On Sun, Jul 19, 2009 at 4:49 PM, Howard Siegelhsie...@gmail.com wrote: Your followers on the twitter web site are (or at least were last time I checked) listed in descending order from the newest to the oldest follower.  Do they just keep the list in order or do they keep the time of follow

[twitter-dev] Re: Trying to post but my account is not posting duplicate posts

2009-07-13 Thread Damon Clinkscales
On Mon, Jul 13, 2009 at 10:24 AM, Mark Daviesmarkdavies12...@gmail.com wrote: Hi all, I have a system set up that uses its own twitter to send information to my main twitter name. However i have noticed if one message is. You have a new update then the message straight after cannot be

[twitter-dev] Re: Rate Limit reporting

2009-07-13 Thread Damon Clinkscales
The doc says: IP whitelisting takes precedence to account rate limits. GET requests from a whitelisted IP address made on a user's behalf will be deducted from the whitelisted IP's limit, not the users. http://apiwiki.twitter.com/Rate-limiting If he's seeing a 20k limit, then that implies it's

[twitter-dev] Re: RSS blank

2009-07-13 Thread Damon Clinkscales
On Mon, Jul 13, 2009 at 8:18 PM, Abraham Williams4bra...@gmail.com wrote: There is a help page specific to not showing up in search results but I can't find it at the moment. That would be: http://help.twitter.com/forums/10713/entries/16817 -damon -- http://twitter.com/damon

[twitter-dev] Re: Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-13 Thread Damon Clinkscales
On Mon, Jul 13, 2009 at 9:53 PM, John Kaluckijkalu...@gmail.com wrote: Deletions will be enabled on or after Thursday July 16th, as previously scheduled. From the wiki,  http://apiwiki.twitter.com/Streaming-API-Documentation: Streams may also contain status deletion notices. Clients are

[twitter-dev] Re: Going all the way back -- the 3200-tweet limit is annoying / frustrating

2009-07-11 Thread Damon Clinkscales
I'm sure many people agree. Is there an existing Twitter API issue for it? If not, perhaps start one and let people vote on it as a feature? -damon -- http://twitter.com/damon On Sat, Jul 11, 2009 at 12:39 PM, M. Edward (Ed) Boraskyzzn...@gmail.com wrote: I've been talking with some of my

[twitter-dev] Re: Twitter API: User's last login date

2009-07-09 Thread Damon Clinkscales
On Thu, Jul 9, 2009 at 10:07 PM, luisfigorsoeg...@gmail.com wrote: Do you guys know if Twitter API provides a method for user's last login date? Nope, but you could use their latest status date if that is close enough. -damon -- http://twitter.com/damon

[twitter-dev] Re: users.show follower count vs followers/ids count

2009-07-07 Thread Damon Clinkscales
Alternatively, an explanation of why the followers/ids total count differs from that of users/show would be terribly interesting. It used to be the case (at least when the feature first launched) that some folks, particularly those who have large follower lists, had duplicate ids in the

[twitter-dev] Re: Retrieving a list of followers and/or friends for an arbitrary user...

2009-07-05 Thread Damon Clinkscales
On Sun, Jul 5, 2009 at 10:33 PM, kmslogickmslo...@gmail.com wrote: Along the lines of retrieving a list of an arbitrary user's friends or followers--is there any way to convert the list of numbers into screen names or user names without calling the /users/show.xml?id=x function over and

[twitter-dev] Re: Purposed method: friendships/show

2009-06-09 Thread Damon Clinkscales
If you're going to redefine the way that follow information is returned, I believe that it should include the effect of protected accounts on both sides of the follow equation. Thanks, -damon -- http://twitter.com/damon On Tue, Jun 9, 2009 at 10:52 AM, Marcel Molinamar...@twitter.com wrote:

[twitter-dev] Re: WWDC Twitter developer meetup at Twitter HQ: RSVP!

2009-05-28 Thread Damon Clinkscales
Hey Alex/Matt/Doug when you think this can be decided? Can Wed. at 5pm work for the meetup? Thanks, -damon On Thu, May 28, 2009 at 1:49 PM, Pablo Lopez pablitolo...@gmail.com wrote: Count me in too!! On May 21, 5:18 pm, Alex Payne a...@twitter.com wrote: Hi all, There's great crossover

[twitter-dev] Re: UserIDs to UserName - in bulk

2009-05-27 Thread Damon Clinkscales
On Wed, May 27, 2009 at 8:32 PM, Brendan O'Connor breno...@gmail.com wrote: I've been wondering about the same thing, especially with the REST API's rate limit.  I also wanted to dereference user id's from the Search API, where the tweet data objects don't have the big nested user info object

[twitter-dev] Re: Is there a way to tell if a tweet has been favorited (regardless of user)?

2009-04-13 Thread Damon Clinkscales
On Mon, Apr 13, 2009 at 10:50 AM, e.p.c. epcoste...@gmail.com wrote: I am playing with favorites and am trying to determine if a given tweet has been favorited by anyone at all. Yeah, the API could be a more helpful in that regard. Here are some services I've seen related to this subject if

[twitter-dev] Re: A note on our API change policy

2009-04-10 Thread Damon Clinkscales
On Fri, Apr 10, 2009 at 1:04 PM, Doug Williams d...@twitter.com wrote: Lastly, lets work together. Tell me what you developers need that we are not currently providing. How can we better manage this communication? Which method of notifications work best for you? Aside from transparency with

[twitter-dev] Re: Account opening

2009-04-04 Thread Damon Clinkscales
On Sat, Apr 4, 2009 at 5:59 PM, ben benjamin.co...@gmail.com wrote: I'm working on an application that will require the use of a considerable number of Twitter accounts- around 5700. Is there an easy and legitimate way of opening this number of accounts rather than having to manually do so?

[twitter-dev] Re: API Changes for April 1, 2009

2009-04-01 Thread Damon Clinkscales
On Wed, Apr 1, 2009 at 9:33 PM, Damon P. Cortesi d.lifehac...@gmail.com wrote: I'm not sure if it's related to this push, but I've started to get several user objects back with no statuses_updates. Sorry, I meant statuses_count. nor favourites_count, nor friends_count... here's my

[twitter-dev] Re: since_id returning older messages

2009-03-30 Thread Damon Clinkscales
On Mon, Mar 30, 2009 at 6:11 PM, Jake off...@gmail.com wrote: I am trying to retrieve direct messages using the since_id to fetch only the new ones.  The documentations says Returns only direct messages with an ID greater than (that is, more recent than) the specified ID. However, the API is

[twitter-dev] Re: social graph methods with a bit more info

2009-03-29 Thread Damon Clinkscales
On Sat, Mar 28, 2009 at 11:47 PM, Damon Clinkscales sca...@pobox.com wrote: see On Sat, Mar 28, 2009 at 9:16 PM, softprops d.tang...@gmail.com wrote: It would be nice if the http://twitter.com/[friends|followers]/ids.format uri's could return a bit more useful info like the screen_name

[twitter-dev] Re: social graph methods with a bit more info

2009-03-29 Thread Damon Clinkscales
On Sun, Mar 29, 2009 at 4:38 PM, Jesse Stay jesses...@gmail.com wrote: If Twitter's going to allow this, why don't they just do it themselves and provide more accurate and up-to-date info? Yeah, that'd be nice. But, given everything going on, it's probably not a priority right now. How

[twitter-dev] Re: Friendships destroy: friends_count not updated

2009-03-28 Thread Damon Clinkscales
It's probably a cache issue. However, I don't know how many seconds/minutes it takes to update the count. You could run a test like so: store users/show/friends_count as x friendships/destroy to remove one y = x loop until y is x get users/show/friends_count as y end I'd be curious to know

[twitter-dev] Re: social graph methods with a bit more info

2009-03-28 Thread Damon Clinkscales
see On Sat, Mar 28, 2009 at 9:16 PM, softprops d.tang...@gmail.com wrote: It would be nice if the http://twitter.com/[friends|followers]/ids.format uri's could return a bit more useful info like the screen_name. [ snip ] ... ?xml version=1.0 encoding=UTF-8? ids  id

[twitter-dev] Re: unauthenticated way to fetch profiles by ID?

2009-02-28 Thread Damon Clinkscales
On Sat, Feb 28, 2009 at 8:50 AM, Alex aybarb...@gmail.com wrote: The only way I can think of offhand to fetch the profile is via the users/show call, i.e. http://twitter.com/users/show.xml?user_id=12345 Is there an easier way to do this?  Ideally a way that does not require user

[twitter-dev] Re: 24,386 unfollow calls

2009-02-23 Thread Damon Clinkscales
Zac, I would space the calls a bit, but I've been told by Alex previously that a mass unfollow wouldn't be limited. -damon -- http://twitter.com/damon On Mon, Feb 23, 2009 at 10:41 AM, Zac Bowling zbowl...@gmail.com wrote: So I have kind of weird request. My boss, who is following 24,386

Re: New API methods to retrieve social graph without pagination

2009-02-05 Thread Damon Clinkscales
On 2/5/09, Ninjamonk dar...@stuartmedia.co.uk wrote: This is really useful, however would be even more useful if you offered an unrate limited service to return the username for each userid. On Feb 5, 3:07 am, James Deville james.devi...@gmail.com wrote: Any chance of a easy way to

Re: Twitter app user poaching

2009-01-27 Thread Damon Clinkscales
On Tue, Jan 27, 2009 at 12:07 PM, Chad Etzel jazzyc...@gmail.com wrote: [snip] Would love to hear about others' experiences in this area. Chad, One thing I've done is to create two distinct accounts for the SnapTweet application@snaptweet and @snaptweetdev. Eventually, I perceived that

Re: How to accept follow request via API

2009-01-14 Thread Damon Clinkscales
Until the follow request is approved by user A, B is not really following A. Therefore A can't send a DM to B. AFAIK, there's not a way to do the follow approval process step via the API. That step is done in the Twitter UI. -damon On Wed, Jan 14, 2009 at 10:40 AM, Daniel Kwiecinski

Re: Fixes deployed Nov 14th

2008-12-11 Thread Damon Clinkscales
statuses_count345/statuses_count Sweet. Thanks guys! -damon On Mon, Nov 24, 2008 at 3:36 PM, Damon Clinkscales sca...@pobox.com wrote: Btw everybody, I've just added an issue for the issue describe in this thread from last week. Essentially, /users/show on protected profiles should also include

Re: Followings Updates not coming from AP

2008-12-10 Thread Damon Clinkscales
Just tested myself. https://twitter.com/users/show/damon.xml user ... nameDamon Clinkscales/name screen_namedamon/screen_name ... followers_count676/followers_count status ...my most recent status is here... /status /user No friends_count (or following_count), though. -damon

Re: Pinging back if there is an update by twitter? Is it possible?

2008-11-29 Thread Damon Clinkscales
On Sat, Nov 29, 2008 at 4:55 PM, ahmet [EMAIL PROTECTED] wrote: Hello everyone. If you use friendfeed, you may know that if you post a new status message on twitter, it appears in your friendfeed account only in 2 or 3 seconds. I think there is a ping API protocol between twitter and

Re: Fixes deployed Nov 14th

2008-11-24 Thread Damon Clinkscales
Thanks, -damon On Mon, Nov 17, 2008 at 11:38 AM, Alex Payne [EMAIL PROTECTED] wrote: Ah, gotcha. On Mon, Nov 17, 2008 at 09:33, Damon Clinkscales [EMAIL PROTECTED] wrote: On Mon, Nov 17, 2008 at 11:28 AM, Damon Clinkscales [EMAIL PROTECTED] wrote: Alex, Ok, I've starred that issue

Re: Not Naughty But Careful

2008-11-12 Thread Damon Clinkscales
On Wed, Nov 12, 2008 at 3:37 AM, Waitman Gobble [EMAIL PROTECTED] wrote: Hi, I'm doing like a hundred get searches an hour, and some post requests. I thought I read somewhere that I should only do 60 requests per hour or I'd be thrashed. I also thought I read somewhere that I could request

Re: Suspended Accounts still being returned in follower data

2008-11-12 Thread Damon Clinkscales
Yeah, I've wanted this just with my regular Twitter account. They don't automatically remove suspended accounts from follower lists, but I too wish they would. -damon On Wed, Nov 12, 2008 at 5:42 PM, Jesse Stay [EMAIL PROTECTED] wrote: I'm still noticing suspended accounts showing up in

Re: Search UI and API suggestions

2008-11-06 Thread Damon Clinkscales
On Thu, Nov 6, 2008 at 12:34 PM, Craig Hockenberry [EMAIL PROTECTED] wrote: 1) The ability to search for replies to a given tweet ID. The use case for this is when someone asks a question like What's the best place to get T-shirts printed in small runs?. The only way to search for answers is

Status does update but a bad (or empty) response comes back

2008-10-23 Thread Damon Clinkscales
Hey Alex, This tweet: http://twitter.com/damon/status/972471865 was posted by SnapTweet and the response I got was: end of file reached. That could be a client-side error, which presumably means that it was a completely empty response? using ruby http. The tweet was posted successfully,

friendship relationship not being created?

2008-10-18 Thread Damon Clinkscales
Hello Alex/Twitter, I am not seeing any errors on my side, but several times in the past couple days...new follower relationships aren't being created when they are supposed to be. A particular case is snaptweet and ssethi. SnapTweet supposedly created a 2-way relationship there and Twitter

Re: friendship relationship not being created?

2008-10-18 Thread Damon Clinkscales
following 33 of them (or about 17%). I'll send you the list in a separate email. -damon On Sat, Oct 18, 2008 at 8:26 AM, Damon Clinkscales [EMAIL PROTECTED] wrote: Hello Alex/Twitter, I am not seeing any errors on my side, but several times in the past couple days...new follower relationships aren't