I've done exactly what the docs say to do for xAuth (http://
apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for-
xAuth). Yet I keep getting "Failed to validate oauth signature and
token". The only thing the docs doesn't note is the secret key that is
used to sign. Am I suppose to
Well I changed my code to use a library rather than try to do it
manually and I got it to work. Now for all subsequent requests am I
suppose to sign requests using the oauth_token_secret that was
returned?
On Apr 8, 7:30 pm, "yves.v...@mac.com" wrote:
> On Apr 9, 2:24 am, John wro
I have 2 issues with the current API regarding retweets:
1. After favoriting a retweet the original tweet gets favorited. Since
the original tweet gets favorited "row.retweeted_status.favorited"
should be returned as "True" for any timeline methods. Currently it is
returned as "False".
2. After r
The "retweeted status" is only available if the tweet is a "retweet".
Thats why I was suggesting there be a variable like "retweeted_by_me"
in the original tweet to let you know you've retweeted it so you can
Undo.
If this were to be implemented there needs to be a new method to Undo
the retweet w
statuses/retweeted_to_me are retweets by your followers. You cannot
undo/destroy these tweets since you do not own them.
statuses/retweeted_by_me are your retweets. You can undo/destroy these
tweets.
Sounds like you are trying to relate these two together when there is
no relation between the two
They will always remain even if you undo. They will only disappear if
your friends undo.
I recently switched from using page to max_id to prevent duplicates
from appearing due to new tweets. But there seems to be an issue when
hitting the end when doing a search. It results in an error of
"Couldn't find Status with ID=[id of tweet]". The id that gets
returned in the error also doesn't
etweeted_to_me' now
> does not include that status)
>
> This is true for other timeline methods as well. But if keeping this
> redundant data is intended then twitter has to make changes to the payload
> (i.e add the retweeted_by_me flag) and provide destroy/retweet methods as
> suggested by you). Hope i am clear now.
>
> On Sun, Jan 3, 2010 at 10:14 AM, John wrote:
> > They will always remain even if you undo. They will only disappear if
> > your friends undo.
another thing i've noticed is that search doesn't return as many
records as when you do a search on twitter.com. You can verify using
"#tests". Returns about 5 records using the API while twitter.com
returns about 20+. Could be related to the issue above.
w these issues are already reported here
>
> http://code.google.com/p/twitter-api/issues/detail?id=1214
>
> http://code.google.com/p/twitter-api/issues/detail?id=1274
>
> On Mon, Jan 4, 2010 at 2:24 AM, John wrote:
> > I understood you since the beginning. It doesn
done
On Jan 3, 4:06 pm, Mark McBride wrote:
> 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
re a workaround for it, or am I
missing something here?
Best,
John
--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your me
Thanks Matt. Is there any kind of ETA for when this might be fixed?
On Aug 26, 6:40 pm, Matt Harris wrote:
> Thanks for letting us know about this John, i've let the team know so
> they can fix it.
>
> Best,
> Matt
>
>
>
>
>
> On Wed, Aug 25, 2010 at 2:29 AM
No reply to this for a while, so asking again. Matt, your first
response sounded like an acknowledgment that this is a bug. Is that
so, and if so, can we expect to see it fixed?
Best,
John
On Sep 6, 2:35 am, ecf wrote:
> Same behavior withurlcontaining "+" characters!
--
Twit
Thanks much Matt, I'll follow those too.
On Sep 15, 8:13 pm, Matt Harris wrote:
> Hey John,
>
> There have been a number of threads on this so I apologies that yours
> was not updated. We are tracking the defect on our issue tracker:
> http://code.google.com/p/twitter-
tus=foo
I tried it with the original "Connection: keep-alive" to no avail. Is
it obvious what's going wrong here?
Thanks in advance!
John
I use a Windows function called InternetCanonicalizeUrl to encode
status messages before posting them to Twitter. It encodes é as %E9.
So for example, "café mocha" turns to "caf%E9%20mocha".
When I post this as a status update to Twitter, it shows up as
"caféocha". The "m" is dropped for some rea
s set correctly,
as this is in a Django project, and I'm setting it via TIME_ZONE =
'America/Kentucky/Louisville' in my settings.py. Can anyone help?
Thanks,
John
--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http:/
#x27;no-cache, no-store, must-revalidate, pre-check=0, post-check=0',
'date': 'Sat, 05 Feb 2011 01:33:54 GMT', 'x-frame-options':
'SAMEORIGIN', 'content-type': 'text/html; charset=utf-8'}
>From what I've read, Twitter's oau
oeCpeYWHiMMIrPc='}
Body =
'oauth_nonce=45640133&oauth_timestamp=1296925356&oauth_consumer_key=h3bOaVfTr8I7r2KQCzYCA&oauth_signature_method=HMAC-
SHA1&oauth_version=1.0&oauth_token=Y0kKb5PhvjynbpKhfwF9na6ptznlkreKDheHo4YBmY&oauth_signature=zWwMR
%2Fv81XlzoeCpeYWHiMMIrPc%3D'
Headers = {
I have an app that hasn't changed and has been working fine for
months. But the other day it stopped working. Heres what i'm
experiencing:
-login, favorites, lists still works fine
-home, mentions and DMs give 'invalid signature' oauth error
Other people have reported the same issue but for other
/twitter-development-talk/browse_thread/thread/b12eb886ec477465
On May 31, 2:30 am, John wrote:
> I have an app that hasn't changed and has been working fine for
> months. But the other day it stopped working. Heres what i'm
> experiencing:
>
> -login, favorites, lists
Can you even run TCP or a JSON parser in 2k of RAM? In any case, I
think a proxy server is going to be your best bet.
-John
Typos by iPhone.
On Feb 20, 2010, at 10:54 AM, Matt23 wrote:
Hello,
I am developing a twitter client that runs on an embedded
microprocessor (Arduino) which has
sh thread on this list to address this
issue.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Sat, Feb 20, 2010 at 6:06 PM, Sami wrote:
> Sorry, John but this is really happening and I am having it on a daily
> basis in the last 2 weeks on both dev machine and
A 45 second period of inactivity is not unusual when following just 100, or
even 100,000 users. The keep-alive newlines are only sent once every 10
minutes. You should not reconnect so aggressively.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Sat, Feb 20, 2010 at
Arg. This is what I get for not checking the configuration each time. Yes,
it's currently set to send a newline every 30 seconds.
On Sat, Feb 20, 2010 at 8:45 PM, Marc Mims wrote:
> * John Kalucki [100220 20:24]:
> > A 45 second period of inactivity is not unusual when foll
p if it will give anything useful. Is this
> happening just on "filter" or would it happen on "sample" too?
>
>
>
> On Feb 20, 9:02 pm, John Kalucki wrote:
> > Arg. This is what I get for not checking the configuration each time.
> Yes,
> > it's cu
Sat, Feb 20, 2010 at 9:09 PM, Marc Mims wrote:
> * John Kalucki [100220 21:02]:
> > Arg. This is what I get for not checking the configuration each time.
> Yes,
> > it's currently set to send a newline every 30 seconds.
>
> Ok. Sorry to drag this out, but what, th
my "tweetstream" test started - filter keyword is "haiti" -
it's delivering tweets about 2 - 5 per minute at the moment.
On Feb 20, 10:16 pm, John Kalucki wrote:
I have a hunch that this doesn't happen on sample, or, if it does so, it
happens much more rarely.
O
Hi All,
I'm a ruby dev based in Melbourne, Australia, at Stateless Systems.
I've been consuming Twitter's Streaming, Search, and Rest API to drive
http://trendsmap.com/ which shows local Twitter trends on a Google Maps
based site.
I have a passion for all things geo (& weather), and so am k
IN or TCP
RST to the client. This is bad. We're treating this as a critical production
issue and working through the details with network operations. I'll follow
up as we learn more.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
high and dry, and you should reconnect. Please be sure to continue
honoring the reconnection policies as described in the wiki, however.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Feb 22, 2010 at 10:51 AM, John Kalucki wrote:
> A number of developers h
s shouldn't cause hanging --
just closed connections.
-John
On Mon, Feb 22, 2010 at 1:53 PM, Scott Wilcox wrote:
> Same issue here, over the past six hours more than ever.
>
> On 22 Feb 2010, at 19:13, John Kalucki wrote:
>
> One further note: A reasonable workaround for the
If you are performing repeated automated searches and/or looking for
low-latency results, you should be using the Streaming API.
http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c8c713bb63fac24c
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On
know. Otherwise, we're going to keep watching and waiting for
this to happen again. Once we have a drop, we have a team of networking
engineers at the ready to run through a pre-planned sequence of
investigatory steps. With any luck, we'll identify the issue.
-John Kalucki
http://twitt
ntastic
to hear what everyone is working on -- thanks!
I'm looking forward to meeting folks at Chirp.
John
going to be a very painful one. The bits,
they rot.
As far as programmatic detection, there are significant policy issues in
play around filtered users. Getting this feature shipped is the real
solution.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Tue, Feb 23, 2
It's possible, if not likely, that releasing this data would be against one
or more Service Terms.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Feb 24, 2010 at 7:54 AM, Pete Warden wrote:
> I'm looking into releasing a data set based on informatio
naged on
this particular LB pair to avoid this problem in the future. If you see
abandoned connections, let's dig into the issue, but, for now, I think the
system is in a good state.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Tue, Feb 23, 2010 at 9:37 AM, Jo
I don't know if you could detect this via Facebook updates. You could,
perhaps, start following them on the stream and poll their timelines in
parallel until you determine that their tweets are flowing -- then turn off
the polling.
-John
On Wed, Feb 24, 2010 at 8:10 AM, Jonathan Strauss &l
://apiwiki.twitter.com/Streaming-API-Documentation#UpdatingFilterPredicates
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Feb 24, 2010 at 10:46 AM, Alam Sher wrote:
> Hi,
>
> What is the best practice if I have 20K twitter user base and I want
> to track user's
policy reasons.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Feb 24, 2010 at 2:31 PM, Jonathan Strauss <
jonat...@snowballfactory.com> wrote:
> On Feb 24, 2:06 pm, John Kalucki wrote:
> > The documentation should be pretty clear on this topic.
Yes, this is indeed what you should be doing. If you have a low tolerance
for data loss, you will then use a total of four accounts: 2 elevated and 2
default access accounts. If you can tolerate a few missing tweets on each
reconnect, you can just use the two elevated accounts.
-John Kalucki
http
FYI: There's already an app that posts Tweets to Facebook.
-John
On Thu, Feb 25, 2010 at 12:02 AM, Jonathan Strauss <
jonat...@snowballfactory.com> wrote:
> Heh :-) The app we're building, TweetPo.st, is designed to post the
> user's tweets to Facebook. So, the call
Unless you've made prior arrangements with Twitter, your account is at the
default access level. We'll be making announcements about increased access
levels over the next several months.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Thu, Feb 25, 2010 a
l firehose
consumers will receive the delete, however, so your Tweet should be gone
from search.twitter.com, Bing, Google, Yahoo, etc. etc.
-John
On Fri, Feb 26, 2010 at 1:18 AM, M. Edward (Ed) Borasky wrote:
> P.S.: A refresh of the "Search" page for my tweets shows that the d
ted, never mind within a few bounding boxes.
-John Kalucki
http;//twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Fri, Feb 26, 2010 at 7:25 AM, Dztt wrote:
> Is this only going to get me a sample set of tweets or all tweets in
> the specified areas?
>
> On Feb 25, 7:59
If you agreed to the EULA, you should have Gardenhose access.
On Fri, Feb 26, 2010 at 6:47 AM, GeorgeMedia wrote:
> John,
>
> I applied for gardenhose access a while back and I got the link to
> read and agree with the terms then did so. But haven't heard anything
> sinc
is too
full, the elevated access account can be restarted with the current
predicates.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Thu, Feb 25, 2010 at 12:25 PM, Alam Sher wrote:
> Sorry, but exactly this portion of the documentations goes above my head.
>
know how we could work this out. (Files a bug
against himself.) We'll see.
-John
On Sat, Feb 27, 2010 at 4:53 PM, Abraham Williams <4bra...@gmail.com> wrote:
> Couldn't you add a cleaning process to statuses just before they are sent
> to clients but after they have been
lt access account or elevated access is "TOO FULL". Does
> that mean, we have started getting rate limit messages in stream? Or it is
> something else?
>
>
> Thanks,
> Alam Sher
>
>
> On Sat, Feb 27, 2010 at 2:31 AM, John Kalucki wrote:
>
>> The elevat
ed to send the money to me through Western Union.
Thanks
John.
and see if any explanatory text is coming back.
Any additional feedback is appreciated.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Sat, Feb 27, 2010 at 9:49 PM, miguelrios wrote:
> Dear all,
>
> I am kind of confused after reading the Streaming API docume
The gardenhose is very very roughly 3x the default access level (aka
Spritzer). The algorithm is slightly complicated, and the inputs vary, thus,
vagueness.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Fri, Feb 26, 2010 at 11:05 PM, M. Edward (Ed) Borasky
wrote
Wait a few months. Organic growth will eventually drive Gardenhose to be 10x
today's Spritzer.
-John
On Sun, Feb 28, 2010 at 11:59 PM, M. Edward (Ed) Borasky
wrote:
> That's good to know - if Gardenhose was 10X Spritzer, what I'm trying
> to do wouldn't be feasible w
nt library is different, check your docs.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Tue, Mar 2, 2010 at 12:42 PM, Mad Euchre wrote:
> This is the VB code I would use to start any http stream
>
>request = DirectCast(WebR
somewhat higher than the average. So,
very, very roughly...
-John
On Tue, Mar 2, 2010 at 9:15 PM, M. Edward (Ed) Borasky wrote:
> I'm looking at the tweet chat from yesterday's meeting. I see these
> numbers:
>
> 1. Firehose is 8 MB/sec.
> 2. Gardenhose is 15% of Fireho
Spritzer.json was depreciated in September 2009. It currently rewrites to
/1/statuses/sample.json, and that rewrite rule is being removed.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Mar 3, 2010 at 5:41 AM, Ed Costello wrote:
> Related question: is there
red behavior. I
suspect that your client isn't detecting a TCP close in a timely manner.
This flaw will lead to data loss when connections are cycled on our end. I
strongly encourage all clients to detect a TCP close and reconnect within a
few tens to hundreds of milliseconds.
-John Kaluck
Take a look at http://twittervb.codeplex.com/ for some examples.
John Meyer
Freelance Consultant
http://www.pueblonative.com/blog
If something goes wrong at the plant, blame the guy who can’t speak
English.
*/Homer Simpson/*
--- @ WiseStamp Signature
<http://my.wisestamp.com/lin
There is indeed a hard limit to the length of URLs. POST parameters,
however, can be quite large. We have many clients that send parameters with
hundreds of thousands to millions of terms, so this is broadly possible.,
Your HTTP client may or many not support this scale.
-John Kalucki
http
Your application description sounds like resyndication, which is not allowed
under various terms and agreements. You cannot make Twitter data available
via an API unless a very specific set of requirements are adhered to.
Contact a...@twitter.com to start this process.
-John Kalucki
http
Documented here:
http://apiwiki.twitter.com/Streaming-API-Documentation#statuses/filter
To get access to the higher limit roles, you'll need to contact
a...@twitter.com.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Mar 8, 2010 at 3:11 PM, Lucas Vickers
If you suddenly are getting 404 errors from the Streaming API, it's
probably because you haven't updated your URLs. See:
http://groups.google.com/group/twitter-development-talk/browse_frm/thread/44bd32155dbf2c16/f085ffb0e64e0709?lnk=gst&q=jkalucki+deprecate#f085ffb0e64e0709
-Joh
Not at the moment, as we expect that the number of services that this will
apply to is small. We'll be clarifying data access and licensing over the
next few months.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Mar 8, 2010 at 9:57 PM, Abraham Williams
ed them in real-time, the Streaming API is the best answer. The
Search API is mostly intended for complex, historical backfill, ad hoc, and
direct-display-to-user queries.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Mar 10, 2010 at 12:23 AM, Rahul Dighe wrote:
Noted. In the plan.
[Wait a second, is this Mark McBride on a fake account?]
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Tue, Mar 9, 2010 at 9:59 PM, Marc Mims wrote:
> The Streaming API is great. It would be better if it included more
> events. I
1. Does Twitter4J have a mailing list
2. Are there any tutorials on using Twitter4J, or any library for that
matter, while using Netbeans?
John Meyer
Freelance Consultant
http://www.pueblonative.com/blog
If something goes wrong at the plant, blame the guy who can’t speak
English.
*/Homer
I've added more detail to the Sample section of the Streaming API wiki.
On Thu, Mar 11, 2010 at 1:45 PM, M. Edward (Ed) Borasky wrote:
> That sounds low - I'm seeing about 3.4% of all *status IDs* coming out of
> "sample" formerly known as "spritzer". I would expect "gardenhose" to be
> deliverin
5e is intended to cover publication of general statistics about the streams,
such as Tweets per second, etc., not the display of Tweets themselves.
The new Commercial License should be a lot clearer.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Thu, Mar 11, 2010 at
There is considerable inconsistency, ambiguity and change in these areas.
For example, we announced the 50mm tweets/day thing recently. This is
frustrating. We're working to rationalize all of this.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Fri, Mar 12, 20
t off by hitting the Search API. In most cases, your
results will be filtered for relevance. In the one case where relevance is
turned off -- soon it will be turned on.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Fri, Mar 12, 2010 at 5:57 PM, eco_bach wrote:
always align with the payload.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Sun, Mar 14, 2010 at 3:43 PM, thruflo wrote:
> I'm consuming the Streaming API using the filter method (tracking some
> user ids). I've noticed that I'm getting an extr
urate
proportion, as the sampling is random -- whereas Search sampling is most
certainly not random.
-John Kalucki
http://twiter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Mar 15, 2010 at 12:50 AM, Harshad RJ wrote:
> Err, but this does't show *all* tweets of a client.
>
> On Mon
Jinx.
On Mon, Mar 15, 2010 at 6:43 AM, Raffi Krikorian wrote:
> its true - search doesn't return all the tweets as it is returning "the
> best tweets". unfortunately, the streaming API will not allow you to get a
> stream of all the tweets by source either. what are you trying to achieve?
> a
http://status.twitter.com/post/447344319/some-users-experiencing-frozen-timelines
Are the missing tweets from over the weekend, or are new tweets from today
missing?
-John
On Mon, Mar 15, 2010 at 7:12 AM, TJ Luoma wrote:
> I've seen Tweetie on the Mac and Brizzly users both complain
s for p as small as .02 given n of 2.5mm. So, if
your client is generating pretty much any traffic at all, the interval will
be pretty reasonable.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Mar 15, 2010 at 9:17 AM, Harshad RJ wrote:
> What I meant was t
I forwarded this message on to the Twitter security team and encouraged them
to respond here.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Mar 15, 2010 at 9:03 AM, Yuchen Zhou wrote:
> Hi,
>
> I'm a security researcher at the University of V
y. The Streaming API
often gives back a useful text nugget.
You may have hit a rate limit -- have a cuppa and wait 15 minutes and try
again.
And finally, as a last resort, you can email your account name and the time
of the error, in UTC, to this thread, or directly to me, and I'll poke
through
Twitter has implemented Geolocation. If the user wishes to share their
location, they can do so, and it's provided in the Tweet.
A suggestion: Looking IP addresses sounds like you are building a phishing
app.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Tue, M
tatus object. If you want to follow given users directly, you need
to also specify them with the follow parameter.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Tue, Mar 16, 2010 at 3:13 AM, stevew wrote:
>
> Hi
> I am using the PHP library Phirehose to consume
We just banned a number of IPs that were not following the Streaming API
policy. Open a support ticket with a...@twitter.com.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Mar 17, 2010 at 9:29 AM, @kemeny_x wrote:
> Hi,
> we are able to access twitter.
What we consider low quality varies quite a bit, and we don't go into too
much detail about anit-spam work. Its partially bots and that sort of thing.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Mar 17, 2010 at 7:20 AM, Jonathon Hill wrote:
> Wha
the threshold, the both turn off. I updated the wiki to be a little
clearer.
Most trending topics should be fine on the default access rate. But, if you
want to ensure that you get all of them, you'll should contact
a...@twitter.com for a higher access level.
-John Kalucki
http://twitte
It's in the code, but turned off out of an abundance of caution for capacity
reasons. Given our current plans, it's going to be a little while longer
before we can turn this on.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Mar 17, 2010 at 10:29 AM, Ta
Do not attempt to get around the imposed limits by moving IPs. Instead, do
all your queries on the same connection. If you need higher access, apply
for higher access.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Mar 17, 2010 at 12:36 PM, @kemeny_x wrote:
>
changes to
have zero visible impact, but I'm posting out of an abundance of disclosure.
If you notice anything unusual on the Streaming API or in timeline
materialization, please don't hesitate to respond to this email.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
This sounds a lot like @reply spam:
http://help.twitter.com/forums/10711/entries/64986
If you are replying to followers, maybe that's OK, and maybe it isn't. But,
if you are @replying to everyone, you will be suspended.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter
policies chosen were
made with user privacy and user security as the primary concerns.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Fri, Mar 19, 2010 at 8:55 AM, Orian Marx (@orian) wrote:
> Am I interpreting this correct as saying "out of capacity concern
t this for free.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
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 placed between statuses. These
> characters are p
The current search corpus duration is limited to about 7 to 14 days. The
search team is working on increasing the duration.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Sat, Mar 20, 2010 at 6:22 AM, Chung Han Lau wrote:
> thank you. this is the search string
Perhaps the 10.Seconds() and Take(100) functions are limiting your output?
It seems that this framework is perhaps not streaming, but assuming a finite
response size? I'd ask on the TweetSharp dev list.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Sat, Mar 20,
You can get a stream of all the retweets, as they happen, on the Streaming
API. See
http://apiwiki.twitter.com/Streaming-API-Documentation#statuses/retweet. You
can then collate them and produce your own statistics.
You'll need to apply at a...@twitter.com.
-John Kalucki
http://twitte
The Streaming API only serves current statuses and a short history,
controlled by the count parameter. Use one of the REST APIs to backfill.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Mar 22, 2010 at 5:26 AM, Kislay wrote:
> Hi ,
>
> I would lik
ow is not rate limited -- so if you only need to follow a
small number of users, elevated track access will give you what you need.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Mar 22, 2010 at 11:39 AM, Mark McBride wrote:
> You can. However this will be a
Pick the lowest frequency term to track upon, then post-filter on your end.
Repeated automated searches should not be run against search.twitter.com
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Mon, Mar 22, 2010 at 3:30 PM, Alberty Pascal wrote:
> Hi all,
>
&
.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Tue, Mar 23, 2010 at 4:02 AM, Alberty Pascal wrote:
> >Repeated automated searches should not be run against search.twitter.com
>
> So what would you recommend as search method to get potentially huge
> amount
to see how
many limit messages we've sent to you.
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Tue, Mar 23, 2010 at 2:28 PM, briantroy wrote:
> Mark -
>
> Two separate threads (one user is restricted track, the other is
> shadow).
>
> Track
On 3/23/2010 3:45 PM, Brian Sutorius wrote:
I just refreshed your application's xAuth access. Can you try again?
You may reply to me directly if you're still having issues.
Brian
While we're on the topic, Brian. I'm going to start implementing xAuth
support into TwitterVB. To do that I'm pro
You should use the follow parameter on the filter method in the Streaming
API.
http://apiwiki.twitter.com/Streaming-API-Documentation
-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.
On Wed, Mar 24, 2010 at 2:29 AM, rolty wrote:
> I've got a problem, I need t
1 - 100 of 1040 matches
Mail list logo