Re: [twitter-dev] id_str not present in User Streams delete events

2010-11-23 Thread Mark McBride
Good catch. We'll make sure it gets added. ---Mark http://twitter.com/mccv On Tue, Nov 23, 2010 at 8:20 AM, Jonathon Hill jhill9...@gmail.com wrote: I just discovered what I believe to be an issue (or an oversight) in the User Streams API as pertains to the recent Snowflake changes.

Re: [twitter-dev] For media art installation

2010-11-09 Thread Mark McBride
This seems like a perfect use case for the streaming API http://dev.twitter.com/pages/streaming_api. It seems like you want some combination of either filtering (on #designkorea) or following (the specific users who have made a video) ---Mark http://twitter.com/mccv On Tue, Nov 9, 2010 at

Re: [twitter-dev] Streaming API and authentication

2010-11-02 Thread Mark McBride
The streaming API supports basic auth *now*. At some point in the future it will not. If you're developing something new with basic auth you're setting yourself up for more work in the not too distant future. As far as the present message, only userstreams and sitestreams require oauth

Re: [twitter-dev] De-duplicating Site Streams

2010-11-01 Thread Mark McBride
Isn't this a matter of just changing the keys? status_id becomes user_id:status_id? ---Mark http://twitter.com/mccv On Mon, Nov 1, 2010 at 12:18 PM, Marc Mims marc.m...@gmail.com wrote: * John Kalucki j...@twitter.com [101031 20:30]: Create two in-memory hash sets of seen ids. Write

Re: [twitter-dev] User streaming - user mentions

2010-11-01 Thread Mark McBride
Check the with parameter on the user streams documentation page http://dev.twitter.com/pages/user_streams. Setting it to with=user should do what you want. ---Mark http://twitter.com/mccv On Mon, Nov 1, 2010 at 4:25 PM, rahsyed rahs...@gmail.com wrote: I'm currently using the user

Re: [twitter-dev] Userstream oauth prompting for user/pass

2010-10-30 Thread Mark McBride
It does support OAuth. If you're getting prompted for a username/password it means that we didn't accept your OAuth request for some reason or other. ---Mark http://twitter.com/mccv On Fri, Oct 29, 2010 at 9:07 AM, bterm bob.t.termi...@gmail.com wrote: Trying to use

Re: [twitter-dev] Re: Is it possible to search with wildcard in streaming api?

2010-10-11 Thread Mark McBride
Nothing new to say on that front. It's expensive, and not something we're comfortable injecting into real-time stream processing yet.    ---Mark http://twitter.com/mccv On Mon, Oct 11, 2010 at 11:59 AM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: Speaking of Streaming

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread Mark McBride
Note that block/unblock events are delivered to the person creating or destroying the block (the source of the action), *not* the target of the action.    ---Mark http://twitter.com/mccv On Thu, Sep 30, 2010 at 9:31 AM, tsmango tsma...@gmail.com wrote: Hi, Ed. Block and unblock events are

[twitter-dev] Site streams changes being made tomorrow

2010-09-20 Thread Mark McBride
Just in case you missed the tweet here http://twitter.com/sitestreams/status/24794788773 On Tuesday at 2:00 PDT we'll be making a change to the for_user message, making the user id a number (e.g. for_user:13348) ^M2    ---Mark http://twitter.com/mccv -- Twitter developer documentation and

Re: [twitter-dev] Seeing duplicate Twitter User ID's under the same Username in our DB

2010-09-13 Thread Mark McBride
One thought is that people change screen names at some frequency. IDs never change.    ---Mark http://twitter.com/mccv On Mon, Sep 13, 2010 at 4:41 PM, Sean Callahan seancalla...@gmail.com wrote: Hello Twitter Support, We are seeing something really weird. We just noticed about 5,000

Re: [twitter-dev] Re: Seeing duplicate Twitter User ID's under the same Username in our DB

2010-09-13 Thread Mark McBride
to change, though in our DB we see the same screen name with a different User ID. Of the 5,000 users in the DB, some have 6 ID's, a few have 5, 4 and 3 ID's but many have 2 User ID's. We are talking 5,000 users being affected of 5 million users in our DB. Sean On Sep 13, 5:46 pm, Mark McBride mmcbr

Re: [twitter-dev] Need help in using Twurl console

2010-08-29 Thread Mark McBride
Can you send the exact command line you're using? bin/twurl /1/users/show.xml?screen_name=sujit_g Works for me    ---Mark http://twitter.com/mccv On Sat, Aug 28, 2010 at 7:13 AM, Sujit garikipati.sujitku...@gmail.com wrote: Hi, I have started development using Twitter API recently. I

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-25 Thread Mark McBride
This is exactly what userstreams allows you to do.    ---Mark http://twitter.com/mccv On Wed, Aug 25, 2010 at 12:08 PM, arian arianpasqu...@gmail.com wrote: Hi Matt Zac Bowling Is there a time line for the streaming API getting these changes? Information like retweet_count,

Re: [twitter-dev] Streaming API (filter) and retweets, JSON Output

2010-08-15 Thread Mark McBride
A retweet will have an embedded retweeted_status object. Example (first one from spritzer, not necessarily a favorite): { coordinates: null, favorited: false, created_at: Mon Aug 16 04:03:17 + 2010, truncated: false, retweeted_status: { coordinates: null, favorited: false,

Re: [twitter-dev] search for hashtags

2010-08-12 Thread Mark McBride
In both cases it's still probably best to use streaming. You don't want to connect to often, but once an hour should be totally fine.    ---Mark http://twitter.com/mccv On Tue, Aug 10, 2010 at 6:34 AM, Tom van der Woerdt i...@tvdw.eu wrote: On 8/10/10 12:58 PM, bitstream wrote: Hi all,

Re: [twitter-dev] Re: Open Source Streaming libraries that use oAuth?

2010-08-04 Thread Mark McBride
For ruby, check out twurl twurl -t -U -Hstream.twitter.com /1/statuses/sample.json Should be pretty easy to reverse engineer what the command line tool is doing and go from there.    ---Mark http://twitter.com/mccv On Wed, Aug 4, 2010 at 4:55 PM, M. Edward (Ed) Borasky

Re: [twitter-dev] OAuth and Streaming API

2010-07-20 Thread Mark McBride
Kostya, the streaming API OAuth implementation should not have been affected. Are you still seeing these issues? If so, can you send me a message off list with connection details (the user making the request, the app the access token belongs to, the URL requested, the app being used)?   

Re: [twitter-dev] Re: Streaming API OAuth explanation?

2010-06-29 Thread Mark McBride
This likely wasn't due to adding the source parameter. It was more likely but due to a bug I had in the streaming OAuth implementation. Java's URLEncoder converts spaes to '+' instead of '%20'. This got fixed yesterday. ---Mark http://twitter.com/mccv On Mon, Jun 28, 2010 at 5:08 PM,

Re: [twitter-dev] Profile updates in user stream

2010-06-18 Thread Mark McBride
Yes. We should have something like that deployed very soon. ---Mark http://twitter.com/mccv On Fri, Jun 18, 2010 at 12:05 PM, Zac Bowling zbowl...@gmail.com wrote: Would it be possible to add profile changes to the user stream? Zac Bowling @zbowling Sent from my iPhone

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

2010-06-09 Thread Mark McBride
We will have this support in the streaming API. Track terms will work against tweet text as well as entity text. Currently streaming does *not* work as Abraham describes below. We only match against tweet text, and don't do any link expansion/contraction. ---Mark http://twitter.com/mccv

Re: [twitter-dev] Twitter API - Grab profile pic URL

2010-05-31 Thread Mark McBride
Try using http://twitter.com/users/show/your user id or screen name.xml instead. The user objects in user_timeline may be stale. ---Mark http://twitter.com/mccv On Mon, May 31, 2010 at 4:40 AM, Bruce bruce...@gmail.com wrote: Hey Guys, I am having trouble trying to grab my Profile Pic

Re: [twitter-dev] List data in user streams

2010-05-30 Thread Mark McBride
You should also get subscriber added/removed, as well as list change events. I'll update the wiki to reflect the changes. ---Mark http://twitter.com/mccv On Sun, May 30, 2010 at 3:46 AM, Zac Bowling zbowl...@gmail.com wrote: Thanks who ever pushed this at Twitter. Not documented, but its

Re: [twitter-dev] Parking

2010-05-29 Thread Mark McBride
There's parking at 795 Folsom that is $14/day during the week (not sure on weekend rates), and a garage about 1/4 block further north on Folsom that is $10. Although last time they tried to tell me it was $25 and I had to haggle them back down to $10. ---Mark http://twitter.com/mccv On

Re: [twitter-dev] Re: Deleted status still in JSON, not in XML

2010-05-28 Thread Mark McBride
I can reproduce this, and am taking a look now. ---Mark http://twitter.com/mccv On Fri, May 28, 2010 at 9:57 AM, Ronak ronakppa...@gmail.com wrote: Hi Twitter API Team, This looks like long standing issue in the actual API, Can any one confirm this from your team and fix it. I have

Re: [twitter-dev] If your IP gets blacklisted

2010-05-28 Thread Mark McBride
We're working on a project internally that will greatly reduce the number of false positives on blacklisting. Right now it's really tough to match up IPs and applications, and therefore difficult to figure out who we would contact about blacklisting. Once our internal project is complete we

Re: [twitter-dev] Re: Status 401 on Streaming filter API with OAuth

2010-05-27 Thread Mark McBride
Your report was definitely useful. I think it was reported here in two separate threads, but it's not like it was an issue that was known for days or weeks. In any case, this should be fixed on chirpstream now. We'll get the fix pushed out to stream.twitter.com soon. ---Mark

Re: [twitter-dev] Re: New social events on User Streams

2010-05-26 Thread Mark McBride
I'll be looking at the OAuth issue(s) this week ---Mark http://twitter.com/mccv On Wed, May 26, 2010 at 5:36 PM, Fabien Penso fabienpe...@gmail.com wrote: John, Any chance it moves so quickly than time is left to look at the issue I've posted? Subject was 'UserStream : bug with oauth

Re: [twitter-dev] Status 401 on Streaming filter API with OAuth

2010-05-26 Thread Mark McBride
I'll take a look at this issue this week. There are a few other issues in the same vein floating around. ---Mark http://twitter.com/mccv On Wed, May 26, 2010 at 2:54 AM, noki noris...@gmail.com wrote: Hi, I am in trouble with OAuth authentication of Streaming filter method with multi

Re: [twitter-dev] Re: Streaming API OAuth explanation?

2010-05-24 Thread Mark McBride
OAuth is now enabled on stream.twitter.com. I'll also send a note out to the announce list ---Mark http://twitter.com/mccv On Mon, May 24, 2010 at 12:30 PM, Aaron Rankin aran...@gmail.com wrote: Hi, Is there an ETA for enabling oauth on stream.twitter.com? Thanks, Aaron On May

Re: [twitter-dev] Re: UserStream : bug with oauth connection

2010-05-24 Thread Mark McBride
We'll take a look. ---Mark http://twitter.com/mccv On Mon, May 24, 2010 at 1:19 PM, Fabien Penso fabienpe...@gmail.com wrote: On Fri, May 21, 2010 at 10:35 AM, Fabien Penso fabienpe...@gmail.com wrote: Joshua and I tried to debug something and found a bug in the userstream. If you

[twitter-dev] apistatus and latency

2010-05-11 Thread Mark McBride
All - apistatus.twitter.com is monitoring API latency. However the reflection of latency in the green check marks is currently not quite what you might expect. The green only turns to yellow if latency is below performance thresholds for the entire day. We're working with our vendor on making

[twitter-dev] More user stream updates

2010-05-11 Thread Mark McBride
All - within the next day or so we will be including list information in the user streams. These will be manifested as social events with new event types. The new types are 1) list_created 2) list_updated 3) list_destroyed 4) list_member_added 5) list_member_removed 6) list_user_subscribed 7)

[twitter-dev] Re: More user stream updates

2010-05-11 Thread Mark McBride
And... this is live. Enjoy! ---Mark http://twitter.com/mccv On Tue, May 11, 2010 at 12:24 PM, Mark McBride mmcbr...@twitter.com wrote: All - within the next day or so we will be including list information in the user streams.  These will be manifested as social events with new event

Re: [twitter-dev] The most shameful bug a site can have! Fix it quickly before it causes havoc dear Twitter

2010-05-10 Thread Mark McBride
We're aware and currently working on a fix. ---Mark http://twitter.com/mccv On Mon, May 10, 2010 at 9:37 AM, nischalshetty nischalshett...@gmail.com wrote: Hi, TechCrunch Europe reported the bug. I hope you fix it asap. It seems to work! I'm extremely sorry, did not mean to exploit it,

[twitter-dev] OAuth update on userstreams

2010-05-10 Thread Mark McBride
I deployed some OAuth fixes to betastream.twitter.com. It should handle spacing in the OAuth header better, and in general be more stable. ---Mark http://twitter.com/mccv

Re: [twitter-dev] can't post same message more than 1 time Getting error: The remote server returned an error: (403) Forbidden.

2010-05-10 Thread Mark McBride
This is the intended behavior ---Mark http://twitter.com/mccv On Mon, May 10, 2010 at 9:34 PM, manjunath hindupur mhindu...@gmail.com wrote: Scenario like : i want post same message twice in a same account, if i Try to send same message twice by using API.. getting error Like below :

Re: [twitter-dev] Re: OAuth support and reformatted DMs live on user streams

2010-05-07 Thread Mark McBride
thinking would be applied consistently to all events, the delete ones right now and any new ones created in the future ? Thanks Mark and John Rémy @ldq On May 6, 6:46 pm, Mark McBride mmcbr...@twitter.com wrote: Did you adjust the timestamp in that tool? The hosebird implementation tolerates

Re: [twitter-dev] Re: OAuth support and reformatted DMs live on user streams

2010-05-06 Thread Mark McBride
notices going to be hydrated too ? ATM it's a little raw. While it's understandable for the status not to be there since it's just been deleted, maybe the full JSON user could be there instead of just its id ? Thanks Rémy @lqd On May 6, 12:41 am, Mark McBride mmcbr...@twitter.com wrote

Re: [twitter-dev] Re: Upcoming changes to userstream preview

2010-05-05 Thread Mark McBride
tweets   -t  track keywords separated by commas.   -u  userstream path. Default: /2b/user.json   -h  userstream hostname: Default: betastream.twitter.com Zac Bowling @zbowling On Tue, May 4, 2010 at 4:09 PM, Mark McBride mmcbr

[twitter-dev] OAuth support and reformatted DMs live on user streams

2010-05-05 Thread Mark McBride
OAuth support on betastream is live now. This is different OAuth implementation than we use on twitter.com, so if you find any rough edges please let us know quick like. The changes to make direct messages more distinguishable from tweets has also been pushed. This will probably require some

Re: [twitter-dev] OAuth support and reformatted DMs live on user streams

2010-05-05 Thread Mark McBride
objects. One thing is that it doesn't appear to support query string passed OAuth params but if I pass it as authentication headers it works. Zac Bowling On Wed, May 5, 2010 at 10:31 AM, Mark McBride mmcbr...@twitter.com wrote: OAuth support on betastream is live now.  This is different OAuth

Re: [twitter-dev] OAuth support and reformatted DMs live on user streams

2010-05-05 Thread Mark McBride
line. With that I could drop the dependency on the twitter gem. Zac Bowling @zbowling On Wed, May 5, 2010 at 10:54 AM, Mark McBride mmcbr...@twitter.com wrote: It should support both.  Can you send me a direct email with a URL that you tried?   ---Mark http://twitter.com/mccv On Wed

Re: [twitter-dev] Re: statuses/friends cursor parameter

2010-05-04 Thread Mark McBride
I can reproduce this, and am taking a look now ---Mark http://twitter.com/mccv On Sat, May 1, 2010 at 2:08 PM, randomnoise jdrodrigues...@gmail.com wrote: I've got the same problem, previous_cursor does not work on: http://dev.twitter.com/doc/get/statuses/friends and may also be

[twitter-dev] Re: Upcoming changes to userstream preview

2010-05-04 Thread Mark McBride
The hydrated social events (as described in the previous email) are now live. Please let me know if you have questions/issues/concerns with the new data ---Mark http://twitter.com/mccv On Mon, May 3, 2010 at 10:50 AM, Mark McBride mmcbr...@twitter.com wrote: Userstream previewers

Re: [twitter-dev] Re: Upcoming changes to userstream preview

2010-05-04 Thread Mark McBride
I can hack that together. ---Mark http://twitter.com/mccv On Tue, May 4, 2010 at 3:54 PM, Zac Bowling zbowl...@gmail.com wrote: Who is updating earlybird? :-P Zac Bowling On Tue, May 4, 2010 at 1:59 PM, Mark McBride mmcbr...@twitter.com wrote: The hydrated social events

Re: [twitter-dev] Re: Upcoming changes to userstream preview

2010-05-04 Thread Mark McBride
, May 4, 2010 at 4:01 PM, Mark McBride mmcbr...@twitter.com wrote: I can hack that together.   ---Mark http://twitter.com/mccv On Tue, May 4, 2010 at 3:54 PM, Zac Bowling zbowl...@gmail.com wrote: Who is updating earlybird? :-P Zac Bowling On Tue, May 4, 2010 at 1:59 PM, Mark McBride

[twitter-dev] Upcoming changes to userstream preview

2010-05-03 Thread Mark McBride
Userstream previewers: Coming soon there will be a number of changes that may impact applications. The first is support for OAuth 1.0a. When rolled out, you will be able to sign requests to all streaming API endpoints on betastream.twitter.com. This means that you can use OAuth with both user

[twitter-dev] Fix for handling invalid credentials deployed

2010-04-29 Thread Mark McBride
Until recently, setting bad credentials when making a call to an unauthenticated endpoint would result in a 200 (and the response body). However repeated calls with bad credentials would lock out the account. We recently started returning an error message indicating the account was locked out.

Re: [twitter-dev] Re: Is /users/show broken or is it just me?

2010-04-27 Thread Mark McBride
And... now this user works. Can you still reproduce this issue? If so, can you get me a new set of user IDs? ---Mark http://twitter.com/mccv On Tue, Apr 27, 2010 at 1:47 PM, Ryan Rosario uclamath...@gmail.com wrote: Thanks. Posted. R. On Apr 25, 3:51 pm, Mark McBride mmcbr

Re: [twitter-dev] Avatar change - JSON issue

2010-04-26 Thread Mark McBride
It's in the bug tracker, and on my list of stuff to look at. Caching in general is a high priority issue at the moment. ---Mark http://twitter.com/mccv On Mon, Apr 26, 2010 at 9:19 AM, Edi edi@gmail.com wrote: Hi, I've noticed that if you change the avatar on twitter.com, the API

Re: [twitter-dev] Re: Is /users/show broken or is it just me?

2010-04-25 Thread Mark McBride
. Ryan On Apr 25, 5:31 am, Dossy Shiobara do...@panoptic.com wrote: From my logged errors ... here's an example: http://api.twitter.com/1/users/show.xml?id=4583991 On 4/25/10 12:37 AM, Mark McBride wrote: Without more details this is going to be really hard to troubleshoot. Can you

Re: [twitter-dev] Re: Is /users/show broken or is it just me?

2010-04-24 Thread Mark McBride
Without more details this is going to be really hard to troubleshoot. Can you reliably reproduce this? What are the exact URIs you're calling that return 500s? What user are you using to make these calls? What authentication method? ---Mark http://twitter.com/mccv On Sat, Apr 24, 2010

Re: [twitter-dev] statuses/show.json: profile_background_image_url erroneously populated for users with the background image disabled.

2010-04-23 Thread Mark McBride
Yeah, this is a sticky one. I have a branch to fix some of the issues around this, but getting it right may take some doing. ---Mark http://twitter.com/mccv On Fri, Apr 23, 2010 at 8:28 PM, Abraham Williams 4bra...@gmail.com wrote: There are two related issues:

Re: [twitter-dev] users lookup - user missing

2010-04-23 Thread Mark McBride
with the users/show method to get the correct user id if necessary. My apologies for wasting your time.   --Christopher On Thu, Apr 22, 2010 at 10:12 PM, Mark McBride mmcbr...@twitter.com wrote: The userid for elliottng appears to be 4696.  How did you get the 8467 value?   ---Mark http

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-22 Thread Mark McBride
, Mark McBride mmcbr...@twitter.com wrote: It hasn't been deployed as far as I know, but it should be out this week. Sent from mobile device On Apr 20, 2010, at 4:38 AM, Zach zcox...@gmail.com wrote: I don't know if this fix for next_cursor always being zero has been deployed or not, but I'm

Re: [twitter-dev] stream api query with both track and follow

2010-04-22 Thread Mark McBride
This is the correct interpretation. The track limiting is against the total number of messages delivered to your stream, which means follow + track + locations all count against the limit. ---Mark http://twitter.com/mccv On Thu, Apr 22, 2010 at 1:54 PM, Dima Brodsky ddbrod...@gmail.com

Re: [twitter-dev] stream api query with both track and follow

2010-04-22 Thread Mark McBride
Small correction: follow is full fidelity and will never be limited. Statuses delivered because of a match on track or locations will count against the same limit. ---Mark http://twitter.com/mccv On Thu, Apr 22, 2010 at 1:57 PM, Mark McBride mmcbr...@twitter.com wrote: This is the correct

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-22 Thread Mark McBride
This issue has been fixed. Let me know if it recurs, and I sincerely apologize for the delay Sent from mobile device On Apr 22, 2010, at 9:33 AM, Mark McBride mmcbr...@twitter.com wrote: Please stop bumping this thread. We're aware of the issue and its criticality, and are getting a fix

Re: [twitter-dev] users lookup - user missing

2010-04-22 Thread Mark McBride
The userid for elliottng appears to be 4696. How did you get the 8467 value? ---Mark http://twitter.com/mccv On Thu, Apr 22, 2010 at 9:52 PM, stumm christop...@stumm.ca wrote: I'm doing a call on users lookup and for some reason it's saying IDs do not exist (for IDs I'd gotten from

Re: [twitter-dev] This account is locked due to too many failed login attempts. Try again in X seconds.

2010-04-21 Thread Mark McBride
What specific endpoint are you calling? Are you authenticating the call? This is a recent change, and likely indicates that the credentials you're using are invalid. ---Mark http://twitter.com/mccv On Wed, Apr 21, 2010 at 9:27 AM, Joe Taylor iamjoetay...@gmail.com wrote: This account is

Re: [twitter-dev] Re: User Stream's API usage

2010-04-21 Thread Mark McBride
We likely won't send down the unfollows in the short term, for reasons outlined previously. It's not that we won't *ever* do it, but it's delicate. On the user profile changes, that does seem like a good idea. No promises, but I'll look at what we can do. The highest priorities we have right

Re: [twitter-dev] Re: This account is locked due to too many failed login attempts. Try again in X seconds.

2010-04-21 Thread Mark McBride
:53 am, Mark McBride mmcbr...@twitter.com wrote: What specific endpoint are you calling?  Are you authenticating the call?  This is a recent change, and likely indicates that the credentials you're using are invalid.    ---Mark http://twitter.com/mccv On Wed, Apr 21, 2010 at 9:27 AM, Joe

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-20 Thread Mark McBride
for this would be really awesome. On Apr 17, 12:04 pm, Mark McBride mmcbr...@twitter.com wrote: Yes. A fix has been identified, and should be deployed in a few days Sent from mobile device On Apr 17, 2010, at 7:08 AM, Zach zcox...@gmail.com wrote: It's 10 days later and next_cursor on http

[twitter-dev] Logical AND supported in streaming API filter endpoint

2010-04-19 Thread Mark McBride
To date the streaming API has only supported logical OR in track keywords (http://apiwiki.twitter.com/Streaming-API-Documentation#track).  Today we're happy to announce that we support logical ANDing in production as well. The track parameter is treated as a series of phrases. Phrases are

[twitter-dev] Statuses and staleness

2010-04-19 Thread Mark McBride
We currently have a number of open defects regarding the staleness of various portions of statuses, such as the embedded user objects (e.g. 1378, 1183). We store the entire rendered status, including the user object, and expire it all together as a unit. Therefore, when a user changes his or her

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-17 Thread Mark McBride
when the user is being followed by far more than 20 lists. This is completely broken and prevents 3rd party apps from discovering all lists that follow a given user. Has anyone at Twitter even looked into this? On Apr 7, 3:43 pm, Mark McBride mmcbr...@twitter.com wrote: Eugene, we're aware

Re: [twitter-dev] How to parse the output of Twitter Search API Method: search?

2010-04-16 Thread Mark McBride
Atom is an XML dialect, so the approach you're using should work fine ---Mark http://twitter.com/mccv On Fri, Apr 16, 2010 at 5:08 AM, Dushyant dushyantaror...@gmail.com wrote: I am using the following method http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search Now the output

Re: [twitter-dev] Streaming API track vs. Search results

2010-04-16 Thread Mark McBride
If you can duplicate this, can you send the exact text, tweet IDs and times of the runs? Latency on the streaming API should be better than it is in search (they're both pretty fast), so having the streaming API lag search is surprising. ---Mark http://twitter.com/mccv On Fri, Apr 16, 2010

Re: [twitter-dev] Re: Update on Missing tweets from Profile page issue

2010-04-16 Thread Mark McBride
appear in my profile, but they appear in my home. Thanks! 2010/3/31 Mark McBride mmcbr...@twitter.com This issue was fixed. We think. If it's still occurring let us know. ---Mark http://twitter.com/mccv On Tue, Mar 30, 2010 at 7:05 PM, Adriano adriano

Re: [twitter-dev] Re: How to parse the output of Twitter Search API Method: search?

2010-04-16 Thread Mark McBride
http://twitter.com/mccv On Fri, Apr 16, 2010 at 11:29 AM, Dushyant dushyantaror...@gmail.comwrote: How do I find the hierarchical structure of the search reply? On Apr 16, 8:55 pm, Mark McBride mmcbr...@twitter.com wrote: Atom is an XML dialect, so the approach you're using should work

Re: [twitter-dev] Recommended ways to demultiplex the search stream with thousands of searches

2010-04-16 Thread Mark McBride
One idea off the top of my head: write tweets to something like Lucene, and then rely on its more sophisticated query engine to pull tweets. You'll sacrifice some latency here of course. ---Mark http://twitter.com/mccv On Fri, Apr 16, 2010 at 3:47 PM, Jeffrey Greenberg

Re: [twitter-dev] User Streams Code Samples

2010-04-15 Thread Mark McBride
Note that you're getting the follows of all your friends. Not just you. So if you follow 100 people, you'll get 100x 'normal' follow activity. ---Mark http://twitter.com/mccv On Thu, Apr 15, 2010 at 1:36 PM, John Kalucki j...@twitter.com wrote: Personally, I only consume Twitter via curl

Re: [twitter-dev] User Stream's API usage

2010-04-14 Thread Mark McBride
Some sample APIs... curl -uyouruser:yourpass http://chirpstream.twitter.com/2b/user.jsohttp://chirpstream.twitter.com/2b/user.json n Will give you a stream of your home timeline, social activity from your friends, and direct messages. curl -uyouruser:yourpass

Re: [twitter-dev] Re: Twitter lists fails

2010-04-12 Thread Mark McBride
Correct. We've actually identified the issue, are working on a fix and will deploy as soon as possible. Unfortunately that probably means early next week. ---Mark http://twitter.com/mccv On Mon, Apr 12, 2010 at 2:00 PM, Raffi Krikorian ra...@twitter.com wrote: I believe we confirmed this

Re: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-04-08 Thread Mark McBride
sorted tweets, you get conversations that look completely unnatural. On Apr 1, 1:39 pm, Mark McBride mmcbr...@twitter.com wrote: Just out of curiosity, what applications are you building that require sub-second sorting resolution for tweets? Yeah - my bot laughed too ;-) -- M. Edward (Ed

Re: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-04-08 Thread Mark McBride
-development-talk@googlegroups.com [mailto: twitter-development-t...@googlegroups.com] On Behalf Of Mark McBride Sent: Thursday, April 08, 2010 5:10 PM To: twitter-development-talk@googlegroups.com Subject: Re: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced Thank

Re: [twitter-dev] I think I know why I'm missing from Streaming locations filter

2010-04-08 Thread Mark McBride
This should be fixed now. Tweets tagged with a place should be correctly dispatched to geohose clients. ---Mark http://twitter.com/mccv On Fri, Apr 2, 2010 at 10:51 PM, M. Edward (Ed) Borasky zn...@comcast.netwrote: On 04/02/2010 09:37 PM, Mark McBride wrote: You can file an issue

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-07 Thread Mark McBride
Eugene, we're aware of the issue and will take a look at it today. ---Mark http://twitter.com/mccv On Wed, Apr 7, 2010 at 11:09 AM, eugene.man...@gmail.com eugene.man...@gmail.com wrote: I posted this issue to @twitterapi twice, but they ignored it. Dear API group, please address this

Re: [twitter-dev] I think I know why I'm missing from Streaming locations filter

2010-04-02 Thread Mark McBride
You can file an issue, but this is very nearly fixed. The update does collision detection on the bounding box for a place. This means that we may overdeliver (you may get a tweet that isn't in the place, but is within its bounding box). If you want absolute collision detection with a place you

Re: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-04-01 Thread Mark McBride
Just out of curiosity, what applications are you building that require sub-second sorting resolution for tweets? ---Mark http://twitter.com/mccv On Wed, Mar 31, 2010 at 11:01 PM, Aki yoru.fuku...@gmail.com wrote: It actually makes sense to use tweet ID to sort tweets, because timestamp is

Re: [twitter-dev] Re: Streaming API running dry again?

2010-04-01 Thread Mark McBride
Are newlines (the ones that come every 30 seconds) still coming through, or no data at all? ---Mark http://twitter.com/mccv On Thu, Apr 1, 2010 at 4:36 PM, stephane stephane.philipa...@gmail.comwrote: Yes, we just experienced the same issue today... twice too... @sphilipakis

Re: [twitter-dev] Re: Streaming API running dry again?

2010-04-01 Thread Mark McBride
This appears to have been a load balancing issue that we just resolved. Let us know if this recurs. ---Mark http://twitter.com/mccv On Thu, Apr 1, 2010 at 4:46 PM, Mark McBride mmcbr...@twitter.com wrote: Are newlines (the ones that come every 30 seconds) still coming through, or no data

Re: [twitter-dev] Update on Missing tweets from Profile page issue

2010-03-31 Thread Mark McBride
This issue was fixed. We think. If it's still occurring let us know. ---Mark http://twitter.com/mccv On Tue, Mar 30, 2010 at 7:05 PM, Adriano adriano@gmail.com wrote: I still have that problem:

Re: [twitter-dev] GUIDs?

2010-03-26 Thread Mark McBride
UUIDs are 128 bit integers. Moving from 64 to 128 bits is likely far more disruptive than the proposed scheme. ---Mark http://twitter.com/mccv On Fri, Mar 26, 2010 at 2:01 PM, Nigel Legg nigel.l...@gmail.com wrote: If the since_id api calls will work against this, it might be a

Re: [twitter-dev] the pushing speed for the Twitter's streaming API

2010-03-26 Thread Mark McBride
You are probably getting limit messages when searching for those terms. The filter endpoints will return all tweets up to a predefined percentage of the total tweet stream. ---Mark http://twitter.com/mccv On Fri, Mar 26, 2010 at 3:49 PM, Lawrence lipeng...@gmail.com wrote: HI Everyone, I

Re: [twitter-dev] Re: the pushing speed for the Twitter's streaming API

2010-03-26 Thread Mark McBride
, if I search a very hot key word (not a, or o ), and the tweet flow is 5000 tweets/min. Does this mean that I only be able to receive 2000tweets/min because the restriction? what about the other 3000 tweets? Will they be delayed or just discarded? Cheers Lawrence On Mar 26, 3:57 pm, Mark

Re: [twitter-dev] stream api---count parameter

2010-03-25 Thread Mark McBride
For the streaming API, the count parameter indicates how many statuses back in history you want streamed before switching over to the live stream. This isn't supported on any of the default access levels that I know of. When you say the download speed is too slow, what do you mean? That you

Re: [twitter-dev] Follow #topics

2010-03-23 Thread Mark McBride
The streaming API's filter endpoint may be what you're looking for http://apiwiki.twitter.com/Streaming-API-Documentation#statuses/filter ---Mark http://twitter.com/mccv On Tue, Mar 23, 2010 at 5:27 AM, sem evers sem_...@hotmail.com wrote: Dear reader, Is it possible to follow #topics,

Re: [twitter-dev] Is there a way to to make the streaming API track parameter be case sensitive?

2010-03-23 Thread Mark McBride
There is currently no way to make this case sensitive. You can always post-process on your end. ---Mark http://twitter.com/mccv On Tue, Mar 23, 2010 at 9:19 AM, Mad Euchre mad.ukrain...@gmail.com wrote: It appears it not. I have track=PASS and I get back Passing lane, Forward Pass, Pass

Re: [twitter-dev] Re: 403 on duplicate post - when?

2010-03-23 Thread Mark McBride
the expected new behavior with a 403 and Status is a duplicate. When you try and duplicate tweet N-1, you get the old behavior with 200 OK and the details of tweet N. I have not tested tweet N-2, N-3, etc. On Mar 22, 6:27 pm, Mark McBride mmcbr...@twitter.com wrote: I just tried it and got

Re: [twitter-dev] Missing replies to followed user (streaming api)

2010-03-23 Thread Mark McBride
What track/follow paramaters were you using to get this? follow=briantroytrack=briantroy? ---Mark http://twitter.com/mccv On Tue, Mar 23, 2010 at 1:42 PM, briantroy brian.cosin...@gmail.com wrote: We seem to consistently miss replies to users using the streaming api. Our methodology:

Re: [twitter-dev] Re: 403 on duplicate post - when?

2010-03-23 Thread Mark McBride
at 5:28 AM, Mark McBride mmcbr...@twitter.comwrote: Yes, that's a hole in the current logic. I'll work on getting the N-n case handled. ---Mark http://twitter.com/mccv On Tue, Mar 23, 2010 at 6:12 AM, Dewald Pretorius dpr...@gmail.comwrote: Mark, Here is what appears to happen. When

Re: [twitter-dev] Re: Why does changing this one char invalidate this message

2010-03-22 Thread Mark McBride
help and advice on this - It's one of the final sticking problems of this project. Many thanks On Mar 19, 5:51 pm, Mark McBride mmcbr...@twitter.com wrote: Now that I'm clear... 1) It works for me using telnet. This may or may not be subtly different from hyperterminal. 2) Note

Re: [twitter-dev] getting authenticated user's rate-limit-using rest API.

2010-03-22 Thread Mark McBride
Authenticate as the second user. ---Mark http://twitter.com/mccv On Sun, Mar 21, 2010 at 11:55 PM, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi, (Note: In my app, single white listed useraccount's requests are not sufficient to complete particular task, so i need to switch from

Re: [twitter-dev] Re: Open Source Project website

2010-03-22 Thread Mark McBride
Done ---Mark http://twitter.com/mccv On Mon, Mar 22, 2010 at 9:38 AM, IanQuigley irquig...@gmail.com wrote: Are you sure they check this forum for update requests? You might want to email them directly. I did. Ian To unsubscribe from this group, send email to twitter-development-talk+

Re: [twitter-dev] Re: 403 on statuses longer than 140 characters

2010-03-22 Thread Mark McBride
wrote: I don't suppose that the API documentation will be updated and made complete On Mar 19, 9:52 am, Mark McBride mmcbr...@twitter.com wrote: Abraham is correct. We only truncate text in the case of SMS tweets. We won't chop text off of tweets when posted via the API, however we

Re: [twitter-dev] Re: 401 Unauthorized

2010-03-22 Thread Mark McBride
Connection: close So, in response to the same request I got two different responses. Both requests were made from the same server. I would be very grateful if someone could help me with this issue. On Mar 17, 7:29 pm, Mark McBride mmcbr...@twitter.com wrote: Without more details it's tough

Re: [twitter-dev] /filter question

2010-03-22 Thread Mark McBride
You can. However this will be a logical ORing of predicates. So you'll get all tweets from user 1234566, and all tweets with the keyword foo ---Mark http://twitter.com/mccv On Mon, Mar 22, 2010 at 11:28 AM, rob robert.bag...@gmail.com wrote: Quick question: When consuming the Streaming

Re: [twitter-dev] 403 on duplicate post - when?

2010-03-22 Thread Mark McBride
On api.twitter.com/1/statuses/update.json? ---Mark http://twitter.com/mccv On Mon, Mar 22, 2010 at 1:58 PM, Dewald Pretorius dpr...@gmail.com wrote: When is the change going live to return a 403 response code on a duplicate post? I'm still getting the old behavior. A 200 OK is returned

Re: [twitter-dev] Re: 403 on duplicate post - when?

2010-03-22 Thread Mark McBride
The id and text returned were the latest successful tweet, not the duplicate text I was trying to post. On Mar 22, 6:08 pm, Mark McBride mmcbr...@twitter.com wrote: On api.twitter.com/1/statuses/update.json? ---Mark http://twitter.com/mccv On Mon, Mar 22, 2010 at 1:58 PM

  1   2   3   >