Re: [twitter-dev] Missing favorites... please help!

2010-01-05 Thread Mark McBride
#x27;s the way you'd > prefer to hear from them? > Tim. > > On Wed, Jan 6, 2010 at 2:06 PM, Mark McBride wrote: >> >> Yes, although we're keeping an eye on whether or not this is a large >> trend. >> >>   ---Mark >> >> http://twitter.com/m

Re: [twitter-dev] 500 Internal Server Error received when trying to make an POST request to /direct_messages/new.xml with data in XML body

2010-01-06 Thread Mark McBride
We don't support sending XML bodies... you should use form encoding. ---Mark http://twitter.com/mccv On Wed, Jan 6, 2010 at 5:41 AM, matrixxx wrote: > When i try to make an post request to > http://twitter.com/direct_messages/new.xml > with data in XML Body, i receive the 500 Internal Ser

Re: [twitter-dev] Protected statuses don't fetch even when authenticated

2010-01-06 Thread Mark McBride
I was just able to successfully pull a protected status using a similar URL (different status). What library were you using to access it? ---Mark http://twitter.com/mccv On Wed, Jan 6, 2010 at 8:18 AM, Cameron Kaiser wrote: > When fetching a protected status, even if you follow and are fol

Re: [twitter-dev] Re: Oauth authentication jquery

2010-01-06 Thread Mark McBride
You currently can't. Well, at least not in a standard way. The entity making the request has to know the secret. If that entity is the browser, then it has to know the secret. You might be able to do something with gears or other offline storage I guess. ---Mark http://twitter.com/mccv

Re: [twitter-dev] Streaming API - AND between filter keywords

2010-01-09 Thread Mark McBride
Currently no. What I would do is search for "Francisco" (a much rarer term), and then manually check for "San Francisco" on your end. ---Mark http://twitter.com/mccv On Sat, Jan 9, 2010 at 2:32 PM, Amitab wrote: > Hi folks, > > Is there a way by which I can get streaming results tracking

Re: [twitter-dev] Re: Twitter with Google Visualization

2010-01-09 Thread Mark McBride
Twitter search keeps a limited amount of data (limited by time, fairly short window). The tweets however are kept indefinitely. Currently we only support accessing the last 3200 of them via the web and API ---Mark http://twitter.com/mccv On Sat, Jan 9, 2010 at 3:32 PM, Kidd wrote: > HI Pe

Re: [twitter-dev] Re: Best way to pull/cache location based search results?

2010-01-09 Thread Mark McBride
Sorry for the delay on this... but when ecp said sounds like a reasonable approach. Note that the streaming API does support bounding box filters now. However they only work off the element, not the location field. ---Mark http://twitter.com/mccv On Sat, Jan 9, 2010 at 4:17 PM, Amitab w

Re: [twitter-dev] Is there a different rate limit for social graph methods?

2010-01-09 Thread Mark McBride
How are you authorizing when calling rate limit status? Same OAuth credentials? ---Mark http://twitter.com/mccv On Sat, Jan 9, 2010 at 7:38 PM, M. Edward (Ed) Borasky wrote: > Here's what I'm doing: > > 1. Checking the rate limit status. It returns the following: > > remaining hits: 61, s

Re: [twitter-dev] Re: Is there a different rate limit for social graph methods?

2010-01-09 Thread Mark McBride
once > I go over that, I'm shut out for an hour. Curiously enough, the > "standard" rate_limit_status operation is returning a constant 150 > hits and an hour remaining in this sequence. My code thought it was > cool and just kept going. So it looks like there is a separa

Re: [twitter-dev] Is this application breaking Twitter API standards?

2010-01-12 Thread Mark McBride
Why the reticence to mention the name? Report them as spam. Solved. As far as how they do it? Check out the streaming API documentation http://apiwiki.twitter.com/Streaming-API-Documentation. ---Mark http://twitter.com/mccv On Mon, Jan 11, 2010 at 6:35 PM, Cameron Kaiser wrote: >> Can

Re: [twitter-dev] Twitter Search - the page you were looking for doesn't exist

2010-01-12 Thread Mark McBride
I've notified the search folk, I'll let you know when we know more. ---Mark http://twitter.com/mccv On Mon, Jan 11, 2010 at 11:39 PM, Mack D. Male wrote: > Twitter Search has been very problematic today, mainly for searches > using operators. For instance, this search currently returns an

Re: [twitter-dev] Re: bug with search using max_id

2010-01-12 Thread Mark McBride
The search team is aware of the problem, I'll let you know when we have more info. ---Mark http://twitter.com/mccv On Tue, Jan 12, 2010 at 8:38 AM, andy_edn wrote: > RE: Couldn't find Status with ID=7406995447 > > I'm wondering if the geocode search API is completely dead? It started > to

Re: [twitter-dev] Relationship between Gardenhose and Track vs Search API

2010-01-13 Thread Mark McBride
Check out the filter URL on the streaming API. It will return up to N tweets a minute, where N is the amount you'd get from a sampled stream. However it only returns tweets that match track keywords. Provided the number of filtered tweets is never above the sampled amount, you won't get limited.

Re: [twitter-dev] Sent URLs received incompletely if not urlencoded - how to fix?

2010-01-15 Thread Mark McBride
This is a "weird" URL, in that the "?" immediately follows the "/". I'm guessing our parsing logic isn't quite handling this correctly... I'll send it to the appropriate folks. ---Mark http://twitter.com/mccv On Fri, Jan 15, 2010 at 10:24 AM, Tinobee wrote: > hello, > > i was wondering why

Re: [twitter-dev] Re: Twitter Oauth Issues

2010-01-15 Thread Mark McBride
Is the system time on your machine correct? We've heard reports of issues when system clocks are wildly divergent from reality. ---Mark http://twitter.com/mccv On Fri, Jan 15, 2010 at 11:51 AM, Proxdeveloper wrote: > Hey man, What do you mean by that ? > > On Jan 13, 6:59 pm, Andrew Bader

Re: [twitter-dev] Streaming API - Partial word match

2010-01-19 Thread Mark McBride
In the short term there are no plans to support partial matching. It's considerably more expensive than the current implementation. ---Mark http://twitter.com/mccv On Mon, Jan 18, 2010 at 1:05 PM, vivekpuri wrote: > Search API team is recommending developers to migrate over to > Streaming

Re: [twitter-dev] streaming api results?

2010-01-19 Thread Mark McBride
I'll update the doc. The best place to look right now is here http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses show, which has a sample status return. ---Mark http://twitter.com/mccv On Tue, Jan 19, 2010 at 7:25 AM, joelkeepup wrote: > Hi, > > Hi, reading documentation at: > ht

Re: [twitter-dev] Deleting a list...

2010-01-19 Thread Mark McBride
This is a known issue http://code.google.com/p/twitter-api/issues/detail?id=1239&can=1&q=oauth%20delete&colspec=ID%20Stars%20Type%20Status%20Priority%20Owner%20Summary%20Opened%20Modified%20Component ---Mark http://twitter.com/mccv On Tue, Jan 19, 2010 at 12:13 PM, Tunde Ashafa wrote: > I c

Re: [twitter-dev] Re: Follow Limit Frustrations

2010-01-19 Thread Mark McBride
Rapid following and unfollowing is characteristic of some shady behavior. Send me your twitter userid off list and I'll see what I can do. ---Mark http://twitter.com/mccv On Tue, Jan 19, 2010 at 2:06 PM, James Buckingham wrote: > Is anyone able to help me with this or should I be asking thi

Re: [twitter-dev] Twitter visualization tool

2010-01-19 Thread Mark McBride
Why would you have to run your own server to use the streaming API from the iPhone? ChirpFlow seems to be doing just fine with iPhone+Streaming ---Mark http://twitter.com/mccv On Tue, Jan 19, 2010 at 5:29 PM, Abraham Williams <4bra...@gmail.com> wrote: > For an iPhone application Streaming

Re: [twitter-dev] Getting Pending Request list

2010-01-20 Thread Mark McBride
Currently there is no such method. ---Mark http://twitter.com/mccv On Wed, Jan 20, 2010 at 12:35 AM, jahir wrote: > I have followed one user. but this user account had protected. So i am > sending the request to that user. > Is There any method of getting pending request users list, like >

Re: [twitter-dev] Re: RETWEETS in Search API -- FROM filtering is not working

2010-01-24 Thread Mark McBride
This should be corrected, let me know if it persists. ---Mark http://twitter.com/mccv On Fri, Jan 22, 2010 at 3:23 PM, Mack D. Male wrote: > This is a problem when filtering by geo as well - searching for tweets > "near:vancouver" also returns retweets of users in vancouver by users > in ot

Re: [twitter-dev] API method to get tweet rate on trends

2010-01-24 Thread Mark McBride
There isn't a single call that will do it. However you could use the search API, bucket tweets by time, and then compute rates that way. ---Mark http://twitter.com/mccv On Sat, Jan 23, 2010 at 3:09 PM, maeddes wrote: > Hi, > > I just started to get familiar with the twitter API and I would

Re: [twitter-dev] Limited mutual 'friends'?

2010-01-24 Thread Mark McBride
You can use the statuses/followers endpoint, and filter out any users that don't have the flag set to true. ---Mark http://twitter.com/mccv On Sun, Jan 24, 2010 at 5:51 AM, thetwitmaniac wrote: > Hi, > > I've built a twitter desktop app and we are providing the ability to > send DM's to peo

Re: [twitter-dev] Re: Any iPhone Twitter apps with OAuth login ?

2010-02-09 Thread Mark McBride
We pushed fixes to the mobile OAuth page last night that should have fixed the page on BlackBerry devices. Please let us know if you still see issues. ---Mark http://twitter.com/mccv On Sat, Feb 6, 2010 at 7:14 PM, Fabien Penso wrote: > On Fri, Jan 29, 2010 at 4:20 PM, Ryan Sarver wrote:

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 wrote: > Perl or Ruby

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 wrote: > On 8/10/10 12:58 PM, bitstream wrote: >> Hi all, >> I've been

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, "fa

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 wrote: > Hi Matt > > Zac Bowling > Is there a time line for the streaming API getting these > changes? > > Information like retweet_count, followers_count and friends_

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 wrote: > Hi, > > I have started development using Twitter API recently. > I really like the Twurl console

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 wrote: > Hello Twitter Support, > > We are seeing something really weird. > > We just noticed about 5,000 users in our databas

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

2010-09-13 Thread Mark McBride
he problem. User ID's are not suppose 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 affect

[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

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 wrote: > Hi, Ed. Block and unblock events are already being deliv

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 wrote: > Speaking of Streaming tokenization, what's the latest on

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 wrote: > Trying to use userstream.twitter.com over https with 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 wrote: > * John Kalucki [101031 20:30]: > > Create two in-memory hash sets of seen ids. Write ids to both. If the id > is > > f

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 wrote: > I'm currently using the user streaming API to get a

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 currently

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 1

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 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. > > There is no id_st

<    1   2   3