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 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+ > unsubscribeg

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 wrote: > Hi, > (Note: In my app, single white listed useraccount's requests are not > sufficient to complete particular task, so i need to switch from one account > to ano

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

2010-03-22 Thread Mark McBride
re etc) so I can duplicate it? > > I really appreciate your 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 wrote: > > Now that I'm clear... > > > > 1) It wor

Re: [twitter-dev] entirely indecent conduct from a user

2010-03-21 Thread Mark McBride
See this page http://help.twitter.com/entries/15789-how-to-file-terms-of-service-or-rules-complaints ---Mark http://twitter.com/mccv On Sun, Mar 21, 2010 at 4:07 PM, neal rauhauser wrote: > > What does it take to get this nitwit removed? > > http://twitter.com/grandpa_dempsey > > > > -- >

Re: [twitter-dev] stream heartbeat/keep-alives

2010-03-19 Thread Mark McBride
CRLF pairs are indeed what get sent, and what you should build around. You shouldn't ever get a naked LF. ---Mark http://twitter.com/mccv On Fri, Mar 19, 2010 at 3:50 PM, Jud wrote: > the twitter streaming api docs say "Parsers must be tolerant of > occasional extra newline characters plac

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

2010-03-19 Thread Mark McBride
dden. > > I am dealing with the raw socket and to rule out any software mishap I > have been testing manually using hyperterminal (winsock) to diagnose > the problem. > > I'm at a dead end on this until somebody can figure out what I am > doing wrong / if there is genuinely

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

2010-03-19 Thread Mark McBride
re you setting/returning "truncate"? Are you returning >> the shortened tweet in "status"? >> >> >> >> On Mar 18, 12:30 pm, Mark McBride wrote: >> > I should clarify. Returning a 403 is what we do right now. Later today >> > (

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

2010-03-19 Thread Mark McBride
server to expect 35, you send 35, the server does it's deal, and everybody is happy. ---Mark http://twitter.com/mccv On Fri, Mar 19, 2010 at 9:55 AM, Mark McBride wrote: > Missed the part about the one letter change. Clever! > > ---Mark > > http://twitter.com/mccv >

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

2010-03-19 Thread Mark McBride
Missed the part about the one letter change. Clever! ---Mark http://twitter.com/mccv On Fri, Mar 19, 2010 at 9:54 AM, Mark McBride wrote: > You'll almost certainly want to change the password on that account > immediately, as the basic auth header is easily decrypted. &g

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

2010-03-19 Thread Mark McBride
You'll almost certainly want to change the password on that account immediately, as the basic auth header is easily decrypted. ---Mark http://twitter.com/mccv On Fri, Mar 19, 2010 at 9:20 AM, Oli wrote: > Also worth noting: there was no error returned - it hung up after 3/4 > seconds. If yo

Re: [twitter-dev] GetUserTimeline( since ) doesn't seem to work

2010-03-19 Thread Mark McBride
No timelines support since, only since_id. If you're specifying a since parameter it's being ignored. If you're specifying since_id with a value of 20 it's effectively meaningless, as tweet ID 20 is years old. ---Mark http://twitter.com/mccv On Fri, Mar 19, 2010 at 8:36 AM, Abraham Williams

Re: [twitter-dev] since_id to old and some way to detect new id

2010-03-19 Thread Mark McBride
Can you post the exact URL you're using? The one posted fails because the query is longer than 140 characters. Trimming it to a single term succeeds. This may be due to the fact that your ID is older than two weeks, and is therefore unknown to search. You could try using since= instead and see

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

2010-03-18 Thread Mark McBride
I should clarify. Returning a 403 is what we do right now. Later today (hopefully) we will correct the behavior to return a 200 in this case. So short story: we'll be doing what you want us to do. ---Mark http://twitter.com/mccv On Thu, Mar 18, 2010 at 11:57 AM, Dewald Pretorius wrote: >

Re: [twitter-dev] how do we get unBlacklisted???

2010-03-17 Thread Mark McBride
Emailing a...@twitter.com (who you CC'd) is the correct response ---Mark http://twitter.com/mccv On Wed, Mar 17, 2010 at 12:36 PM, @kemeny_x wrote: > We have developed an app which captures tweets containing specific > keywords. Then we use a moderation dashboard to select tweets to be > di

Re: [twitter-dev] Re: Historical user information

2010-03-17 Thread Mark McBride
681, 4874 > 20090116:074006, 4644057, 329 > 10407563511, 20100313:043821, , 19058681, 4873 > 20090116:074006, 4643987, 329 > 10403562181, 20100313:025442, , 19058681, 4872 > 20090116:074006, 4643809, 329 > 10388019450, 20100312:201421, , 19058681, 4871 > 20090116:074006, 4642663, 329 > 1

Re: [twitter-dev] What are "reasonably focused" track predicates?

2010-03-17 Thread Mark McBride
You will get all tweets up to a certain percentage of total tweet volume. To answer your questions in order a) In the general sense, yes b) It really depends on the specific hashtags and followers. If you have a bunch of trending hashtags followed you may run into limiting c) both. It's based o

Re: [twitter-dev] Problem - Two user with the same screen_name, Example below

2010-03-17 Thread Mark McBride
Looks like a bug... can you open an issue here? http://code.google.com/p/twitter-api/issues/list ---Mark http://twitter.com/mccv On Wed, Mar 17, 2010 at 12:59 AM, georgios wrote: > Hi > > I was under the impression that screen_names are unique but I came > across two different users having

Re: [twitter-dev] Re: 401 Unauthorized

2010-03-17 Thread Mark McBride
Without more details it's tough to say. Do you at least have the screen name of the account in question, and details on both the success and failure environments? ---Mark http://twitter.com/mccv On Wed, Mar 17, 2010 at 1:39 AM, Uladzimir Pashkevich < v.pashkev...@gmail.com> wrote: > Does an

Re: [twitter-dev] Re: Historical user information

2010-03-17 Thread Mark McBride
owever it's one that I can't figure out. Can you > or someone else educate me about why this data is present? > > Thanks very much, > Kenneth > > On Mar 15, 3:48 pm, Mark McBride wrote: > > This is incorrect. The user object returned with a status is intended to >

Re: [twitter-dev] API Rate Limit For Followers List - Cache Problem?

2010-03-16 Thread Mark McBride
This could conceivable happen even between requests. The results are ordered by the time somebody started following you, so if you want to have a (fairly) complete list of your followers, just take a second pass and stop when you start seeing people already in your cache. Detecting people who hav

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

2010-03-16 Thread Mark McBride
First, your query string isn't a valid search API query string. Copying and pasting from advanced search is frowned upon. If you strip it down to the basics of what you're trying to do you end up with this http://search.twitter.com/search.json?q=from:gp04lch&since=2010-03-01&rpp=15 Note that 1)

Re: [twitter-dev] Re: Historical user information

2010-03-15 Thread Mark McBride
This is incorrect. The user object returned with a status is intended to be represent the current user object, not a historical one. However. There are currently several bugs open around this, so the user object currently represents a snapshot of the user some time in the fairly recent past.

Re: [twitter-dev] Profile Image URL

2010-03-15 Thread Mark McBride
It is not written in the api doc, and I wouldn't consider it stable. ---Mark http://twitter.com/mccv On Mon, Mar 15, 2010 at 8:00 AM, Cristian Petroaca < cristian.petro...@gmail.com> wrote: > Hi , > > As far as I saw , for each user profile , there are 3 types of profile > images : > > url..

Re: [twitter-dev] Frozen timelines

2010-03-14 Thread Mark McBride
This is (was) a known issue. Status blog update here http://status.twitter.com/post/447344319/some-users-experiencing-frozen-timelines ---Mark http://twitter.com/mccv On Sun, Mar 14, 2010 at 1:13 AM, Rich wrote: > Hi > > A number of my users, including me, are reporting that their /statuse

Re: [twitter-dev] Impossible to make a reliable "cursor" on timelines using query args

2010-03-12 Thread Mark McBride
Am I missing something regarding the complexity of doing this? Ruby pseudo-code: my_unread_tweets = [] page = 1 count = 200 since_id = 123098485120985 while(page_of_tweets = get_tweets(" http://api.twitter.com/1/statuses/home_timeline.json?page=#{page}&count=#{count}&since_id=#{since_id}";)) do

Re: [twitter-dev] Retweet parent

2010-03-12 Thread Mark McBride
Yes, look at the retweeted_status element contained in the status element ---Mark http://twitter.com/mccv 2010/3/12 Otávio Augusto Soares > Is there a way of identify the root tweet by a retweet? >

Re: [twitter-dev] Re: 404 Errors on friends and followers using cursors

2010-03-10 Thread Mark McBride
And by soon I mean today. It should be fixed now. Let me know if this recurs. ---Mark http://twitter.com/mccv On Tue, Mar 9, 2010 at 6:54 PM, Mark McBride wrote: > Very soon. > > ---Mark > > http://twitter.com/mccv > > > On Tue, Mar 9, 2010 at 5:02 PM,

Re: [twitter-dev] Re: Application based on Search API

2010-03-10 Thread Mark McBride
There is whitelisting for the search API specifically. ---Mark http://twitter.com/mccv On Wed, Mar 10, 2010 at 5:48 AM, Andrew Badera wrote: > So you want to use the Streaming API, primarily, for anything > realtime. Maybe the Search API in a supplementary fashion ... is there > whitelistin

Re: [twitter-dev] Re: 404 Errors on friends and followers using cursors

2010-03-09 Thread Mark McBride
Very soon. ---Mark http://twitter.com/mccv On Tue, Mar 9, 2010 at 5:02 PM, Shannon Whitley wrote: > I've been hitting this a lot lately with data for my own id. It's a > huge issue. I'm happy to see that it's been marked as a high > priority, but it's been around for months. Do we have an

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-09 Thread Mark McBride
temporary defect.* > > If this is the case how will the api track keywords such as "The Hurt > Locker" or "The Blind Side"? > > Thanks > Rahul Dighe > > > > On Mon, Mar 8, 2010 at 11:42 PM, Mark McBride wrote: > >> This sounds like a perfect us

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-08 Thread Mark McBride
This sounds like a perfect use case for the streaming API. The rate limits there are different, but in general more permissive. And because you're doing primarily OR queries, the current track functionality seems sufficient. ---Mark http://twitter.com/mccv On Mon, Mar 8, 2010 at 3:21 PM, Rah

[twitter-dev] Changing the Content-Type header for OAuth token exchanges

2010-03-08 Thread Mark McBride
All - Per issue 1263 (http://code.google.com/p/twitter-api/issues/detail?id=1263) (and the OAuth spec), we're looking to change the Content-Type header for OAuth token exchanges to 'application/x-www-form-urlencoded'. To date it has been 'text/html'. We want to ensure that this will not break ex

Re: [twitter-dev] Are tweet ID-s in search and rest API-s the same?

2010-03-08 Thread Mark McBride
Tweet IDs will be the same. ---Mark http://twitter.com/mccv On Mon, Mar 8, 2010 at 3:11 PM, Jaanus wrote: > http://apiwiki.twitter.com/Twitter-Search-API-Method:-search says: > > "Warning: The user ids in the Search API are different from those in > the REST API (about the two APIs). This d

Re: [twitter-dev] Re: Introduce yourself!

2010-03-06 Thread Mark McBride
It's a pretty common request of the search team. I don't think there are immediate plans to support it due to its technical difficulty. ---Mark http://twitter.com/mccv On Sat, Mar 6, 2010 at 3:06 PM, M. Edward (Ed) Borasky wrote: > I just had an interesting feature request from a user. It s

Re: [twitter-dev] Re: Need help with the streaming API syntax....specifically how to point to the track text file without using curl

2010-03-05 Thread Mark McBride
switch to post after reading John's response. > > When creating an HTTP client from within a program, you should be able > to > configure the POST parameters via method calls. If you can't, it's a > pretty > worthless HTTP library. Each client library is different, chec

Re: [twitter-dev] Authorize page for desk-top apps

2010-03-05 Thread Mark McBride
I'll forward this on to the front end team ---Mark http://twitter.com/mccv On Mon, Feb 22, 2010 at 7:15 PM, Zhami wrote: > When I invoke the authorize URL with a oauth_token, the Allow/Deny > page comes up. My app is a desk-top app, not a Web site. Most of the > text seems to reflect this,

Re: [twitter-dev] Read/write app is sometimes denied read access

2010-03-05 Thread Mark McBride
Have you tried revoking your current access token, and then re-authenticating? In the settings -> connections page does it show your app as approved for read and write access? ---Mark http://twitter.com/mccv On Fri, Mar 5, 2010 at 1:33 PM, Mike Travers wrote: > I have an application that h

Re: [twitter-dev] Location Data From Stream API

2010-03-05 Thread Mark McBride
Parsing the location field is probably your best bet, but I'd say you have a challenging road ahead. It is indeed a mess, but there are geocoding solutions available to try and sort this stuff out. ---Mark http://twitter.com/mccv On Fri, Mar 5, 2010 at 1:04 PM, GeorgeMedia wrote: > OK my a

Re: [twitter-dev] Re: Need help with the streaming API syntax....specifically how to point to the track text file without using curl

2010-03-05 Thread Mark McBride
I think this is slightly backwards. You want to use the GET method, but set up the URI you have (with the track=Microsoft parameter). You will also need to authenticate. Note that this is a streaming API. I don't know VB all that well, but there's a reasonable chance that this call only returns

Re: [twitter-dev] What's the time to get xAuth request reviewed?

2010-03-05 Thread Mark McBride
Just to follow up on this, I think Anton is taken care of. ---Mark http://twitter.com/mccv On Thu, Mar 4, 2010 at 2:46 AM, Anton Krasovsky wrote: > Hi Raffi, > > I wonder what's the approx time to get xAuth request reviewed? I've > submitted mine good two weeks ago (#866246) and haven't hear

Re: [twitter-dev] Can't access old tweets via statuses/user_timeline

2010-03-05 Thread Mark McBride
Currently we only support retrieval of the last N tweets, where N is 3200 if I recall. ---Mark http://twitter.com/mccv On Wed, Mar 3, 2010 at 3:26 PM, @seiz wrote: > Hi, > > I am Trying to backup all my tweets (for @seiz) but it seems tweets of > a certain age aren't accessible via the api

Re: [twitter-dev] Re: Introduce yourself!

2010-03-05 Thread Mark McBride
I'm Mark McBride, (not to be confused initial-wise with Marcel Molina) and I work on the Twitter platform team. I've been working mostly on the streaming API, but also odds and ends including monitoring of the API status, various infrastructure bits, bug fixes, etc. My background is

Re: [twitter-dev] Delete messages from the "filter" stream with location parameters??

2010-02-26 Thread Mark McBride
Yes, that's correct. We've considered adding more metadata to delete messages to make routing easier, but the privacy issues involved get tricky (if I delete something, do I *really* want the full text re-sent to a bunch of people?) ---Mark http://twitter.com/mccv On Fri, Feb 26, 2010 at 6:1

Re: [twitter-dev] Percent of total tweets in GardenHose Stream Access

2010-02-26 Thread Mark McBride
Hard numbers aren't made public, but it's safe to assume "significantly more than spritzer" ---Mark http://twitter.com/mccv On Thu, Feb 25, 2010 at 10:30 AM, rb wrote: > Does anybody knows roughly the gardenhose access to streaming API > provides what % of total tweets. >

Re: [twitter-dev] Re: @twitterapi meetup @ Twitter HQ

2010-02-26 Thread Mark McBride
I threw together a quick list here http://twitter.com/mccv/twitterapi-meetup I'll try to update it a few times before the event ---Mark http://twitter.com/mccv On Fri, Feb 26, 2010 at 2:35 PM, Abraham Williams <4bra...@gmail.com> wrote: > irc://irc.freenode.net/twitterapi > > Abraham > > >

Re: [twitter-dev] search api and until parameter

2010-02-23 Thread Mark McBride
Search results are kept for a fairly short period of time... definitely not a full month. This URL http://search.twitter.com/search.json?q=google&until=2010-02-20 Does return results. ---Mark http://twitter.com/mccv On Tue, Feb 23, 2010 at 1:04 AM, enes akar wrote: > Hi; > > Is there a d

Re: [twitter-dev] oauth/authenticate language options

2010-02-22 Thread Mark McBride
Would it be possible to get a full HTTP conversation, as well as the IPs you're connecting from? We choose a language based on 1) The logged in user's language setting (which shouldn't apply here) 2) The browser's Accept-Language header 3) A guess based on IP, but *only* for the logged out home p

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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 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: 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] 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] 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: 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] 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] 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] 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] Missing favorites... please help!

2010-01-05 Thread Mark McBride
Yes, although we're keeping an eye on whether or not this is a large trend. ---Mark http://twitter.com/mccv On Tue, Jan 5, 2010 at 5:02 PM, Tim Haines wrote: > Mark, > Are you guys fixing people 1 by 1 as they are reported? > Tim. > > On Wed, Jan 6, 2010 at 12:20 PM,

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

2010-01-05 Thread Mark McBride
Orian, is this still an issue? If so let me know... ---Mark http://twitter.com/mccv On Tue, Jan 5, 2010 at 3:18 PM, Abraham Williams <4bra...@gmail.com> wrote: > I just check out her favorites in my browser and loaded up the last 80 no > problem. It was probably just a glitch with Twitter

Re: [twitter-dev] No results in "from" search for various (verified?) accounts

2010-01-04 Thread Mark McBride
This is an issue we're currently working to resolve. Both of the users you mentioned should be showing up in search results now. ---Mark http://twitter.com/mccv On Mon, Jan 4, 2010 at 10:37 AM, Ben wrote: > I am getting a 200 status message but no results for these two > accounts, in both

Re: [twitter-dev] Re: sometimes got 401 unauthenticated error

2010-01-03 Thread Mark McBride
Can you provide more details? Once you start getting 401 errors for a user, do you continue to get them? One explanation is that users have changed their twitter passwords since you stored credentials. ---Mark http://twitter.com/mccv On Sun, Jan 3, 2010 at 6:39 PM, dimas wrote: > Does an

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

2010-01-03 Thread Mark McBride
John, can you open an issue on the code tracker? http://code.google.com/p/twitter-api/issues ---Mark http://twitter.com/mccv On Sun, Jan 3, 2010 at 1:17 PM, John wrote: > another thing i've noticed is that search doesn't return as many > records as when you do a search on twitter.com. You c

Re: [twitter-dev] Re: Rate Limiting question

2010-01-03 Thread Mark McBride
You probably wouldn't use the streaming API 20k times/hr. You would open one connection and consume data from it during that hour. ---Mark http://twitter.com/mccv On Sun, Jan 3, 2010 at 12:15 AM, Joel Hughes wrote: > Hi all, > thanks for your responses. > > John, I did take a look at the

Re: [twitter-dev] Re: 401 unauthorized

2010-01-03 Thread Mark McBride
Our external monitoring is accessing API calls with OAuth just fine. Are you still running into this issue? If so, can you provide more details? ---Mark http://twitter.com/mccv On Sat, Jan 2, 2010 at 7:53 AM, Greg wrote: > I'm having the same issue. I've tried to across other sites and it

Re: [twitter-dev] Re: Testing HTTP Response Codes

2009-12-25 Thread Mark McBride
This sounds like a decent job for a mocking library. I've used mockito to do something very similar. ---Mark http://twitter.com/mccv On Thu, Dec 24, 2009 at 12:33 PM, Tim Dorr wrote: > Done: http://code.google.com/p/twitter-api/issues/detail?id=1315 > > Well, assuming you have a wrapper l

Re: [twitter-dev] Completely denied by OAuth

2009-12-22 Thread Mark McBride
Can you email me the IPs for both your dev and production machines? ---Mark http://twitter.com/mccv On Tue, Dec 22, 2009 at 12:40 PM, Matt wrote: > I have the same code in two places (Dev and Production).  On my dev > server, I am able to use OAuth with no issues.  On my Production > serve

Re: [twitter-dev] Re: Something is technically wrong Response 500

2009-12-22 Thread Mark McBride
It means an error occurred processing your request. Without more details (for example the specific headers and URLs) it's difficult to answer in more detail. ---Mark http://twitter.com/mccv On Tue, Dec 22, 2009 at 2:36 PM, quenotacom wrote: > Nobody answer here ? > > On Dec 21, 4:06 pm, q

Re: [twitter-dev] How to fetch the user info in Twitter Oauth

2009-12-22 Thread Mark McBride
It's likely because that is a non-routable IP address, and we can't connect to it from our site. ---Mark http://twitter.com/mccv On Mon, Dec 21, 2009 at 3:58 AM, ndot wrote: > Hi, > I have connected Twitter Oauth in my website.. It getting the request > and responding to me. While in respo

Re: [twitter-dev] Re: The remote name could not be resolved: 'twitter.com' problem

2009-12-20 Thread Mark McBride
This looks like a networking issue more than a Twitter issue. Can you ping twitter.com from the machine that's trying to make this call? ---Mark http://twitter.com/mccv 2009/12/20 Emre KIYAK : > yes I try but couldn't solve this problem > > On 20 Aralık, 10:00, Ken Dobruskin wrote: >> You

Re: [twitter-dev] Re: Twitter Search cache or delayed data?

2009-12-18 Thread Mark McBride
I'm not at all familiar with PHP code, but my guess is that the fopen call failed. That could be due to invalid credentials passed in (did you edit username:password?), internet flakiness, etc. Can you make that call with curl from the command line? On Thu, Dec 17, 2009 at 2:15 PM, Will Ashworth

Re: [twitter-dev] BUG! I can't post only the emoticon =* in twitter.

2009-12-15 Thread Mark McBride
Can you open an issue in the code tracker for this? On Tue, Dec 15, 2009 at 6:17 AM, Daniel Varga wrote: > Hello, > > I can't post only the emoticon =* in twitter. > > The twitter return as a search. > > Why this?? > > hugs > > varga > > -- > «VJ VARGA»® > > E-mail: daniel.va...@gmail.com > Jabbe

Re: [twitter-dev] friendships/create method and 403 ambiguity

2009-12-14 Thread Mark McBride
The body of the response allows you to differentiate these two codes, e.g. curl -u -XPOST -d "" http://twitter.com/friendships/create/atebits.xml /friendships/create/atebits.xml Could not follow user: atebits is already on your list. On Mon, Dec 14, 2009 at 2:38 PM, shiplu wrote: > There

Re: [twitter-dev] Rapid access of social graph method results in account being locked?

2009-12-12 Thread Mark McBride
I'll check with our abuse team, but this looks odd. On Sat, Dec 12, 2009 at 10:23 PM, Sal Conigliaro wrote: > Hi there- > > I have an app that compares who you're following to your friends > followers. To do this, I query ttp://twitter.com/friends/ids.json?user_id=X > and compare that to my (save

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-11 Thread Mark McBride
Could I get a complete dump of the HTTP conversation, including headers and body for the request and response? On Fri, Dec 11, 2009 at 9:28 PM, Harshad RJ wrote: > I have started getting this error too (I think they are related). In the > response to the POST I see this: > invalid / used nonce >

Re: [twitter-dev] Re: Getting Followers (OAuth) and Cursor Parameter.

2009-12-11 Thread Mark McBride
; $con = $connection->get('statuses/followers', array("cursor"=> > $lastTweetToStartAt)); > foreach($con->users as $follower){ >        $array[] = $follower->screen_name; > } > print_r($array); > die(); > ?> > > On Dec 10, 5:37 pm, Mark Mc

Re: [twitter-dev] Getting Followers (OAuth) and Cursor Parameter.

2009-12-10 Thread Mark McBride
This is indeed the way you do it. On Thu, Dec 10, 2009 at 8:49 AM, t.arnf...@googlemail.com wrote: > Hi, > I understand when using the Twitter OAuth API to request a list of > followers, i am given only 100. > When i add the "cursor" => "-1" i am given a [users] section and then > [next_cursor] a

Re: [twitter-dev] Re: Spurious SMS notifications

2009-12-09 Thread Mark McBride
We believe we've addressed this issue. If you see any further SMSs or tweets please let me know. On Wed, Dec 9, 2009 at 5:46 PM, Howard Siegel wrote: > Just got my first errant SMS message today.  This one is from someone that I > am following. > > - h > > On Wed, Dec 9, 2009 at 16:15, mccv wro

Re: [twitter-dev] Spurious SMS notifications

2009-12-09 Thread Mark McBride
Actually, the SMS for people not set to receive any notifications for friends seems separate. Can I get userids, the time at which this started, and a sample status that was delivered via SMS? On Wed, Dec 9, 2009 at 3:16 PM, Mark McBride wrote: > This is part of the known issue here >

Re: [twitter-dev] Spurious SMS notifications

2009-12-09 Thread Mark McBride
This is part of the known issue here http://status.twitter.com/post/276305097/known-issue-misdirected-tweets On Wed, Dec 9, 2009 at 3:09 PM, Scott Haneda wrote: > My G/F is getting the same thing.  She has DM's set to go via SMS, but she > also gets tweets as SMS on a daly basis, at some pretty

Re: [twitter-dev] Re: 404 Errors on friends and followers using cursors

2009-12-09 Thread Mark McBride
I can verify the issue, looking into it... On Wed, Dec 9, 2009 at 12:33 PM, Randy wrote: > I am still seeing this issue. Trying the URLs provided by Ammo > Collector in the top post still yields 404's as well. > > On Dec 9, 9:50 am, John Kalucki wrote: >> Over the last 4 or so days there has bee

Re: [twitter-dev] Question regarding profile bg image... Please direct me

2009-12-09 Thread Mark McBride
You should be able to use this call to do what you describe http://apiwiki.twitter.com/Twitter-REST-API-Method:-account update_profile_background_image You would have to have access to the image, but that shouldn't be too tough (pick from a Flickr photo set, that sort of thing) On Wed, Dec 9, 20

Re: [twitter-dev] Re: lists

2009-12-09 Thread Mark McBride
Not with a single call, no. On Wed, Dec 9, 2009 at 11:41 AM, Daniel Silva wrote: > Or given a user lists with all the id of list members. > > 2009/12/9 Daniel Silva >> >>  Is there any way to know if a given user is related to another given user >> lists? >> >> >> -- >> regards >> Daniel Silva >

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

2009-12-09 Thread Mark McBride
We've opened a ticket with the search team, I'll keep you up to date as they make progress. On Mon, Dec 7, 2009 at 1:20 PM, Martin Omander wrote: > > Searched the bug database again and found that someone had reported > this a couple of weeks ago: > http://code.google.com/p/twitter-api/issues/de

Re: [twitter-dev] Seeking some assistance with my twitter account

2009-12-08 Thread Mark McBride
What limit does it tell you you've hit? The API request/hr limit? On Tue, Dec 8, 2009 at 9:46 PM, steve8004 wrote: > Hello: > > I use to third party twitter apps > > 1. Seemic for Windows > 2. Tweetdeck > > Both are running throughout the day while I work on other > applications. However, when t

Re: [twitter-dev] Re: After a re-retweet, I don't get an error, I successfully retweeted some random Turkish guy instead.

2009-12-08 Thread Mark McBride
d and fixed. > > However, the API response shows "errors" instead of the regular > "error", and the sentence "Share sharing is not permissable for this > status" should be "permissIble". > > Not urgent, but I hope it will be fixed one day :-) &g

<    1   2   3   >