[twitter-dev] Lists question

2011-07-11 Thread alex
Greetings, I am new to twitter API dev and have a task to implement. I would like to display the timelines from several twitter users and hashes w/ o having to authenticate. Is there a way to do that in one request? Thanks, --alex -- Twitter developer documentation and resources: https

Re: [twitter-dev] search api limit

2011-05-19 Thread Alex Feinberg
to change the show-interesting-graphics code at all, since the master would be serving up the exact same data the slaves would've gotten from Twitter directly. Best of luck, -Alex On Thu, May 19, 2011 at 6:26 AM, Max maxdo...@googlemail.com wrote: Hello, for an art installation i will be having 4

Re: [twitter-dev] Encrypting/masking certain keywords while tweeting on Twitter site

2011-05-18 Thread Alex Feinberg
think an obnoxious tweet-delete-retweet cycle is worth it to protect their data? Good luck, -Alex On Wed, May 18, 2011 at 12:08 AM, jigneshbh jigs.bh...@gmail.com wrote: Hello, I need one help regarding encryption or masking certain keywords when a user accidently keys in sensitive

[twitter-dev] Bad Word Filter

2011-03-22 Thread Alex Beckman
on how to create a CUSTOMIZED twitter widget that has bad word filtering and doesn't expose the filter upon click? We tried TidyTweet, and could not achieve the needed level of custom look and feel. Thanks! Alex -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

[twitter-dev] Lifecycle of a Site Streams Connection

2011-02-12 Thread Alex McLintock
), and then eventually (eg every hour/every day) consolidate these back into single site stream connections? Feel free to say rtfm if you can also point to the specific part of the manual I've missed :-) Alex -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

Re: [twitter-dev] twitter ideas for multiple users....or does this exist?

2011-02-08 Thread Alex McLintock
to ask for more details off list. Alex -- 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 membership to this group: http

[twitter-dev] API Privacy Policy

2011-02-01 Thread Alex Shkor
Hello. I need proof to customer, that's impossible get email adresses of users through Tweeter API. Would you give me a link to this string in documentation? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: Low Volume App Search API Rate Limitations and Alternative Options

2011-01-25 Thread Alex Popescu
:24 2011-01-25 23:20:16.054580 still must wait: 0:26:24 Please note that requests logged as still must wait where not launched. They were just acknowledging the retry after. Basically in over 1.5 hour I haven't been able to make any request. :- alex On Jan 25, 8:53 am, Alex Popescu

[twitter-dev] Low Volume App Search API Rate Limitations and Alternative Options

2011-01-24 Thread Alex Popescu
little, this app is quite essential for me. Please advise how should I proceed. Many thanks in advance, :- alex -- 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

[twitter-dev] Cell phone tower information

2010-12-16 Thread Alex
Hi, If tweet is posted from a cell phone. Is there a cell phone tag information when I search it using twitter Stream API? Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Could not authenticate with OAuth error

2010-12-10 Thread Alex Nikolaev
Good day everyone. Problem: I can't perform http://api.twitter.com/1/account/ verify_credentials.xml after getting access token and access token secret via OAuth. I'm getting 401 Unauthorized error with message Could not authenticate with OAuth. I've triple-checked all the params, read docs,

[twitter-dev] Dose Twitter Stream API support proxy server?

2010-11-17 Thread Alex
Hi, Dose Twitter Stream API support proxy server? I am trying to use Stream API, but get an error saying 403, use proxy server. How to set up the proxy sever for Stream API? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] friends/ids JSON API

2010-10-26 Thread Alex B
Will this be updating to the snowflake id strs workaround? Currently it delivers ints in an array. I'd like to propose a flag on all JSON API calls (? ids_as_strings=true) to deliver ids as strings instead of ints. This could apply to the cursor problem we saw earlier. -- Twitter developer

[twitter-dev] Re: friends/ids JSON API

2010-10-26 Thread Alex B
/:status_id/retweeted_by/ids.json Thanks, Taylor On Tue, Oct 26, 2010 at 2:24 AM, Alex B alex.boswo...@gmail.com wrote: Will this be updating to the snowflake id strs workaround? Currently it delivers ints in an array. I'd like to propose a flag on all JSON API calls

[twitter-dev] rendering user profile in iFrame

2010-10-07 Thread Alex
Hi, I'm working on a web application and would like to render a user's Twitter profile page in an iFrame. For some reason the profiles are not working, and I'm guessing you have added some type of code to prevent this from happening? Is there a reason why this is not allowed or a way I can

[twitter-dev] Including retweet field for search api?

2010-09-25 Thread Alex Dong
Hi there, The current search api provides reply_to meta info but doesn't provide any information on tweet. Wondering what's the recommended way to get the original tweet id for a retweet. Thanks, Alex -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] How to retrieve more recent popular tweets in search api?

2010-09-23 Thread Alex Dong
a since_id but it doesn't seem to help. Thanks, Alex -- 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 membership

[twitter-dev] Re: How to retrieve more recent popular tweets in search api?

2010-09-23 Thread Alex Dong
to without spending too much time reading through tweets. Alex On Sep 24, 8:47 am, Taylor Singletary taylorsinglet...@twitter.com wrote: There isn't a way for this through the Search API at this time. While it's not a perfect solution, there is a @toptweets user athttp://twitter.com/toptweetsthat

[twitter-dev] oauth_signature

2010-08-16 Thread alex
still confused about oauth_signature. what is oauth_signature? who generate oauth_signature? If it is consumer, how to generate oauth_signature ? Im using Abraham's PHP library TwitterOAuth

[twitter-dev] Re: Send Custom Header

2010-08-14 Thread alex
thanks all

[twitter-dev] Send Custom Header

2010-08-13 Thread alex
Accept: */* Connection: close User-Agent: OAuth gem v0.3.4.1 Authorization: abcdefgh Host: api.twitter.com how to send the above header to api.twitter.com through PHP ?

[twitter-dev] Best method of displaying a list of friends

2010-08-08 Thread Alex Chang
What's the best method for display a list of friends to a twitter user? In most other oauth / social network apis - they usually return an id as well as a name. What's the best way to go about showing a list of friends without getting killed by the api limit? Right now I'm using

[twitter-dev] Cannot access homepage/timeline for over 24 hours

2010-07-31 Thread Alex Popescu
the fetching the timeline that seems broken. Can someone ping the support team to look into this? many thanks in advance, :- alex

[twitter-dev] Adding and removing from Lists does not appear to be working

2010-07-28 Thread Alex B
Adding and Deleting members from lists appears to be silently failing. This issue also appears to impact the Twitter web interface. Is it just me seeing this bug? Is there any information on the issue?

Re: [twitter-dev] Twitter places documentation / bug??

2010-06-20 Thread Alex Korotkov
how can I easilly convert date format (in status - created_at) to standard -mm-dd H:i:s ???

[twitter-dev] Re: link wrapping on the API

2010-06-08 Thread Alex B
What's the algorithm for the display url? Ideally it will be a predictable length, to aid predictability in tweet display code. If the motive is really to protect us from malicious URLs, what about giving a service we can call to route links through your protective redirect servers? Then we can

[twitter-dev] Re: link wrapping on the API

2010-06-08 Thread Alex B
OK, it's a little confusing naming for display URL, as that implies that is what clients should show directly to the users, as most of the time I would imagine that field should be cut for brevity. The difference between having a ping service that can help twitter track clicks and a redirect

[twitter-dev] Re: Release of PHP Twitter (with OAuth)

2010-05-18 Thread Alex Romijn
Hi Tijs, Great! Will try this out. I read on your site that accountUpdateProfileImage isn't yet implemented. When do you expect this function will be available? Alex On 18 mei, 23:34, Tijs Verkoyen t...@verkoyen.eu wrote: Hi all, I am Tijs, you may know me by the (wrapper-)class I wrote

[twitter-dev] which PHP libraries will still be ok to use with OAuth (Jun 30th)

2010-05-12 Thread alex
Hi guys, Now that twitter will deprecate the the Basic Auth and OAuth will be the standard ( http://apiwiki.twitter.com/OAuth-FAQ#WhenareyougoingtoturnoffBasicAuth ) which PHP libraries in this list http://dev.twitter.com/pages/libraries#php are ok to use? (Also, which one do you consider to

[twitter-dev] did they lift the limits on direct messages?

2010-05-12 Thread alex
I'm confused: - here it says that there's a limit on direct messages URL: http://help.twitter.com/entries/15364 In the documentation page for this method you have : API rate limited false: URL: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-direct_messages new Here it says

Re: [twitter-dev] did they lift the limits on direct messages?

2010-05-12 Thread alex urdea
12, 2010 at 4:47 AM, alex alex.urdea.fi...@gmail.com wrote: I'm confused: - here it says that there's a limit on direct messages URL: http://help.twitter.com/entries/15364 In the documentation page for this method you have : API rate limited false: URL: http://apiwiki.twitter.com

[twitter-dev] Re: small update c client

2009-12-22 Thread Alex
thanx for your help, i can't use curl , it's for study purposes. it's actually started working on it's own,strange... now i can twit from my CLI :P again thanx for the response. On Dec 22, 11:35 am, shiplu shiplu@gmail.com wrote: If you get 302 it'll contain a Location header. Make

[twitter-dev] small update c client

2009-12-21 Thread Alex
Hey Guys , I'm trying to make a simple C project in Linux , to update my status on twitter . but i get a HTTP 302 found messages all the time . my code is below can u help me? char message[1000]=; char details[100]=user:password; char UserPass[100]; int msglen; char

[twitter-dev] 500 Internal Server Error when trying to Update Twitter Status

2009-11-22 Thread Alex
; ? | Thanks, Alex

[twitter-dev] Re: New behaviour for statuses/update API call for 141+ char sized messages and duplicates?

2009-10-30 Thread Alex Araujo
Of course it is a bug. On Oct 26, 4:33 pm, Kevin Menard nirvd...@gmail.com wrote: Thanks for the info, Dave. Although, the fact that the current behavior does not match the API docs does make it a bug.  Whether that bug is in the implementation or the docs is really what's up for grabs.

[twitter-dev] Re: Deprecation Notice: pagination on several methods is being replaced with cursoring on October 26, 2009

2009-09-25 Thread Alex Payne
I'll pass those numbers along to our App Services team and see what they can do. On Thu, Sep 24, 2009 at 19:07, Dewald Pretorius dpr...@gmail.com wrote: Alex, Thanks for this. Is there any way that response times on the call could be improved? It takes around 4 seconds to retrieve one

[twitter-dev] Re: Please Make 401 Singular In Meaning

2009-09-25 Thread Alex Payne
problem lies and inform the user. Is it with the user's password, or is it because the user wanted information about a Twitter account that does not exist? Dewald -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] About the oneforty application directory

2009-09-24 Thread Alex Payne
, SF/bay area 9/27-30 and Boston 10/1 and would love to meet you (see http://bit.ly/tour140 for Tweetup event info). She also wrote Twitter for Dummies. Check 'em out! -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Deprecation Notice: pagination on several methods is being replaced with cursoring on October 26, 2009

2009-09-24 Thread Alex Payne
, we'll simply ignore the page parameter if it's sent by a client, and you'll get the default number of items for the method you're calling. For more information, see http://apiwiki.twitter.com/Twitter-API-Documentation. Thanks. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Comments for the group and Twitter staff

2009-09-16 Thread Alex Payne
Alex, would you consider just giving everybody their money back if they aren't 100% satisfied? Hi guys. I have been developing an iPhone application for push called notifications : www.appnotifications.com I've added Gmail push, RSS, Google voice, I provide an API for sending yourself

[twitter-dev] Re: Comments for the group and Twitter staff

2009-09-16 Thread Alex Payne
wrote: On Sep 16, 10:37 am, Alex Payne a...@twitter.com wrote: Often times, we don't hear from unhappy developers until they're already outraged and posting on their blogs or in this group. Please: give us a chance to help you out first. We may not always be able to make your particular issues

[twitter-dev] Re: Comments for the group and Twitter staff

2009-09-16 Thread Alex Payne
duplicates. On Wed, Sep 16, 2009 at 13:47, zippy_monster alex.zep...@gmail.com wrote: On Sep 16, 1:41 pm, Alex Payne a...@twitter.com wrote: One thing I have noticed, though, is developers going through our user support track (viahttp://help.twitter.com) rather than contacting the Platform

[twitter-dev] Re: Default profile pics

2009-09-15 Thread Alex Payne
? -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Comments for the group and Twitter staff

2009-09-15 Thread Alex Payne
in the near future. Thanks for tolerating my ravings WyoKnott -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Comments for the group and Twitter staff

2009-09-15 Thread Alex Payne
with us. On Tue, Sep 15, 2009 at 12:13, zippy_monster alex.zep...@gmail.com wrote: On Sep 15, 11:04 am, Alex Payne a...@twitter.com wrote: Please understand that the denormalized lists are currently provided to developers on a best-effort basis. For the vast majority of Twitter applications

[twitter-dev] Re: Paging STILL broken

2009-09-15 Thread Alex Payne
of work and go focus on something unrelated to Twitter. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Comments for the group and Twitter staff

2009-09-15 Thread Alex Payne
where twitter is down, but the API is up, or the API is down, and twitter is up. Twitter should be eating their own dog food :) -- Scott * If you contact me off list replace talklists@ with scott@ * -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Friends Ids API

2009-09-10 Thread Alex Popescu
in advance, ./alex

[twitter-dev] Alert: Twitpocalypse II coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-09 Thread Alex Payne
datastore is configured to handle integers of that size. Thanks. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Geocoded OR search broken?

2009-09-09 Thread Alex Payne
://search.twitter.com/search.atom?geocode=40.757929%2C-73.985506%... My website (blablabra.net) does similar searches and now receives only 403 Forbidden errors or an empty XML/JSON with You must enter a query if I try this search on my browser window. On Sep 8, 10:05 pm, Alex Payne a...@twitter.com wrote

[twitter-dev] Re: Alert: Twitpocalypse II coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-09 Thread Alex Payne
that it was necessary to make this change on Friday. On Wed, Sep 9, 2009 at 12:13, Hwee-Boon Yarhweeb...@gmail.com wrote: May I know when and where was it mentioned that it will be artificially increased this coming Friday? -- Hwee-Boon On Sep 10, 2:49 am, Alex Payne a...@twitter.com wrote

[twitter-dev] Re: 2 week advance notice: changes to /friends/ids and /followers/ids

2009-09-08 Thread Alex Payne
. Thanks! Yu-Shan On Tue, Aug 4, 2009 at 10:18 AM, Alex Payne a...@twitter.com wrote: Once we deprecate the page parameter, it will simply be ignored and the method will attempt to return the entire result set. On Sun, Aug 2, 2009 at 15:15, janoles...@mobileways.de wrote: Hi Alex, In two

[twitter-dev] Re: Geocoded OR search broken?

2009-09-08 Thread Alex Payne
OR near:edmonton  (or the API equivalent) worked just fine. Now it doesn't return anything new, and seems to return an odd set of old results. You can search for them separately, as in edmonton OR #yeg and near:edmonton but not together. What gives? -- Alex Payne - Platform Lead, Twitter, Inc

[twitter-dev] Re: 200 errors

2009-09-05 Thread Alex
hi Ryan, any update on this issue ?

[twitter-dev] Re: Either destroy is/was failing, or my understanding of destroy is/was failing

2009-09-02 Thread Alex Payne
consistent all night.) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Track API Limit message meaning

2009-08-21 Thread Alex Popescu
seems to be growing in time 3. the track value doesn't seem to be a twitter message id Could you please clarify a bit the meaning of these messages? Many thanks in advance, ./alex PS: I've asked John (@jkalucki) about this and while I've got an answer from him (thanks a bunch John), I'm still

[twitter-dev] https on twimg.com?

2009-08-18 Thread Alex
Our app uses https during the user session and in order to prevent errors in some browsers we must make sure that all files (including images) are loading via https as well. Up until now we were just taking the profile image URL and swapping http for https in the URL, and everything worked fine.

[twitter-dev] Service Update for August 17, 2009

2009-08-17 Thread Alex Payne
you have and from which provider, and what kind of network connectivity devices you're using. Without this information, we cannot adequately troubleshoot your issue while responding to the ongoing attack. Thanks for your consideration. -- Alex Payne - Platform Lead, Twitter, Inc. http

[twitter-dev] Re: Issues with the API this morning?

2009-08-17 Thread Alex Payne
to their account when using basic auth. Was informed by Twitter support that they are aware of the issue and are looking for a fix. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Platform downtime is expected

2009-08-17 Thread Alex Payne
. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Service Update for August 17, 2009

2009-08-17 Thread Alex Payne
23 hours ago, we posted this: http://status.twitter.com/post/164410057/trouble-with-oauth-and-api-clients On Mon, Aug 17, 2009 at 13:35, Paul McDonaldpaul0...@gmail.com wrote: Alex - Is there ANY way you guys could post information to your status page that a DDOS or issue is going

[twitter-dev] API Changes for August 12, 2009

2009-08-13 Thread Alex Payne
A day late and a bug short... - FIXED: /account/verify_credentials no longer enforces a rate limit that's inconsistent with the rest of the API. Thanks. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Uploaded new pic to Twitter and it isn't showing up

2009-08-13 Thread Alex Payne
to change my profile pic it never shows up. Just has an X on it. It says it's uploaded, but nothing is there. Only one of my pictures works... and I'm tired of that one so I wanted to change it. Anything I'm doing wrong?? Is this a common problem? -- Alex Payne - Platform Lead, Twitter, Inc. http

[twitter-dev] Re: 401 Unauthorized...

2009-08-12 Thread Alex Payne
our code has not changed I don't want to spend a lot of time chasing something down that is not my fault and out of my control. PLEASE HELP -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Following Churn: Specific guidance needed

2009-08-11 Thread Alex Payne
arbitrary account suspensions looming without having more specific guidance on how TOS are interpreted. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: OAuth vs. Basic authentication strictly on iPhone

2009-08-11 Thread Alex Payne
auth threads are somewhat overridden with personally charged statements that I'd rather ignore them. Anyway, your constructive views are most appreciated. Regards, Brad -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Format of 'favorite status' URL

2009-08-11 Thread Alex Payne
'? Mariusz -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: External API Team App Test Site

2009-08-11 Thread Alex Payne
tests and do detail logging. That will enable you to detect and fix issues long before we start yelling at you. Dewald -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: TwitterLand - Ruby wrapper for many Twitter-related APIs

2009-08-11 Thread Alex Payne
Netherland // @pengwynn -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Tweepy -- python library

2009-08-11 Thread Alex Payne
and find it useful. Josh -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Timeouts and API Errors, Tuesday August 11th

2009-08-11 Thread Alex Payne
. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Timeouts and API Errors, Tuesday August 11th

2009-08-11 Thread Alex Payne
Our operations staff has informed me that the attack ceased several minutes ago. Site performance should be returning to normal. On Tue, Aug 11, 2009 at 12:23, Alex Payne a...@twitter.com wrote: We're currently experiencing another wave of Distributed Denial of Service (DDoS) attacks against

[twitter-dev] Re: created_at format

2009-08-11 Thread Alex Payne
by search.json because it is easily parsed by the DateTime object in .NET. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Timeouts and API Errors, Tuesday August 11th

2009-08-11 Thread Alex Payne
. I'm seeing far more rejections per second, and the number of backed-off retries have also increased. Dewald On Aug 11, 5:37 pm, Andrew Badera and...@badera.us wrote: On Tue, Aug 11, 2009 at 4:11 PM, Alex Paynea...@twitter.com wrote: Our operations staff has informed me that the attack

[twitter-dev] Re: Seeing same login issues right now as when DDoD happened

2009-08-11 Thread Alex Payne
is aware of the downtime issue on their status page, http://status.twitter.com, but are they aware of the API issues (e.g., being able to login)? Sean -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Timeouts and API Errors, Tuesday August 11th

2009-08-11 Thread Alex Payne
to eliminate it. On Tue, Aug 11, 2009 at 13:58, Sean Callahan seancalla...@gmail.com wrote: Alex, Did not see this post and posted a new message. Still receiving lots of errors and no one can login on our site, tweetphoto.com, right now along with a handful of others (that I've tried myself). Just

[twitter-dev] Re: Timeouts and API Errors, Tuesday August 11th

2009-08-11 Thread Alex Payne
, Andrew Baderaand...@badera.us wrote: On Tue, Aug 11, 2009 at 4:57 PM, Alex Paynea...@twitter.com wrote: Yes, I've just been informed that the attack has resumed, and that our service provider is putting network hardware in place to counter the attack. We're trying to work with them to ensure

[twitter-dev] Re: php curl api calls no returns about 90% of the time

2009-08-11 Thread Alex Payne
on ip, lots of ratelimit spare, total failures from twitter all the time. A new favourite appeared today from a http://twitter.com/friends/ids/accountname.xml get: ?xml version=1.0 encoding=UTF-8 ? ids / I'd love to know why this is happening, anyone got any ideas? Thanks -- Alex

[twitter-dev] Re: Updating the APIs authentication limiting policy

2009-08-06 Thread Alex Payne
, Aug 6, 2009 at 02:43, Goblinstu...@abovetheinternet.org wrote: Alex, is that *not* estimated or was it an iPhone being daft and changing now to not? On Aug 5, 7:11 pm, Alex Payne a...@twitter.com wrote: The change did not go live yesterday due to some deploy issues. It's not estimated to go

[twitter-dev] Re: API Calls During DoS Attack

2009-08-06 Thread Alex Payne
. Do you guys at least check against the list of white listed IP addresses before you block an IP address in times like these? Will there be innocent bystanders caught in the cross-fire again? This is the kind of info that we developers need... Dewald -- Alex Payne - Platform Lead

[twitter-dev] Re: rate limit has reverted from 20000 to 150 for my IPs...

2009-08-06 Thread Alex Payne
are showing 0/150 remaining hits constantly, thus bringing my app to a total HALT. On Aug 6, 1:39 pm, chinaski007 chinaski...@gmail.com wrote: UGH!  All of my whitelisted IPs have reverted from 20k/hour limit to a 150/hour limit. Anyone else?? What the heck?! -- Alex Payne - Platform

[twitter-dev] Re: Updating the APIs authentication limiting policy

2009-08-05 Thread Alex Payne
The change did not go live yesterday due to some deploy issues. It's not estimated to go out tomorrow. Once again, sorry for the delay. On Wed, Aug 5, 2009 at 07:48, Dewald Pretoriusdpr...@gmail.com wrote: Alex, Did the change go live on Tuesday? I have very irate users due to this issue

[twitter-dev] Re: 2 week advance notice: changes to /friends/ids and /followers/ids

2009-08-04 Thread Alex Payne
Graphs of more than several thousand users, following or followed by. On Fri, Jul 31, 2009 at 11:09, Arik Fraimovicharik...@gmail.com wrote: On Jul 31, 9:03 pm, Alex Payne a...@twitter.com wrote: To clarify, since several people have asked: this pending change does NOT mean that pagination

[twitter-dev] Re: 2 week advance notice: changes to /friends/ids and /followers/ids

2009-08-04 Thread Alex Payne
infrastructure disaster or to patch security holes, but with 2 weeks notice, I'm guessing that's not what we're dealing with here. Isaiah YourHead Software supp...@yourhead.com http://www.yourhead.com On Jul 31, 2009, at 11:09 AM, Arik Fraimovich wrote: On Jul 31, 9:03 pm, Alex Payne

[twitter-dev] Re: 2 week advance notice: changes to /friends/ids and /followers/ids

2009-08-04 Thread Alex Payne
It will be a hash with 'ids' as one of the elements. On Sat, Aug 1, 2009 at 18:26, Dewald Pretoriusdpr...@gmail.com wrote: Alex, For non-paged calls, will the result set be  [1,2,3,...] or will it be {ids: [1,2,3]} ? Dewald On Jul 31, 3:03 pm, Alex Payne a...@twitter.com wrote

[twitter-dev] Re: 2 week advance notice: changes to /friends/ids and /followers/ids

2009-08-04 Thread Alex Payne
Once we deprecate the page parameter, it will simply be ignored and the method will attempt to return the entire result set. On Sun, Aug 2, 2009 at 15:15, janoles...@mobileways.de wrote: Hi Alex, In two weeks, we'll be addressing this with a change in back-end infrastructure. The page

[twitter-dev] Re: Updating the APIs authentication limiting policy

2009-08-03 Thread Alex Payne
approach. I appreciate you all keeping this thread informed. Ray On Jul 27, 11:23 am, Doug Williams d...@twitter.com wrote: Thanks to everyone who has contributed feedback. This approach is what we are going to take. Alex will be making this change shortly

[twitter-dev] 2 week advance notice: changes to /friends/ids and /followers/ids

2009-07-31 Thread Alex Payne
-- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: 2 week advance notice: changes to /friends/ids and /followers/ids

2009-07-31 Thread Alex Payne
To clarify, since several people have asked: this pending change does NOT mean that pagination is required. You can still attempt to retrieve all IDs in one call, but be aware that this is likely to time out or fail for users with large social graphs. On Fri, Jul 31, 2009 at 10:35, Alex Paynea

[twitter-dev] Re: tex

2009-07-21 Thread Alex Payne
Please see http://help.twitter.com/ for questions about using Twitter over SMS. On Mon, Jul 20, 2009 at 20:07, canpaulcanpau...@gmail.com wrote: i have a metroPCS cell phone i cant get your texes whats up with that. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: using whitelisted account for getting multiple user statuses

2009-07-21 Thread Alex Payne
requests using a whitelisted account (OAuth). If it isn't possible, what other options do I have? Thanks, BG -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Matt Sanford, signing off.

2009-07-20 Thread Alex Payne
loud? Your cube neighbor thinks you're crazy. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Failed API returning over capacity HTML page content

2009-07-15 Thread Alex Payne
and it gives up. Thanks. I have similar code around the web calls, but had not put it around the json parse yet. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Following metric is null

2009-07-15 Thread Alex Payne
wrote: Hi all, Has anyone seen the following field from gardenhose API always returning null? Is this as designed or is it a bug? Thanks, Kris. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Following metric is null

2009-07-15 Thread Alex Payne
following. On Wed, Jul 15, 2009 at 10:55 AM, Alex Payne a...@twitter.com wrote: This is as designed. That attribute is essentially being deprecated. But in the Streaming API, we don't populate that field because we don't know who the requesting user is that we want to see if the target user

[twitter-dev] Re: Rules About Making Money

2009-07-15 Thread Alex Payne
of using there service to make money? And the legality of them being able to shut off my account? Thanks. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Is it okay to close a connection by opening a new one?

2009-07-14 Thread Alex Payne
provide that will clarify this issue is greatly appreciated, thanks! Owkaye -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Want to develop a Twitter app/bot for Google Wave?

2009-07-14 Thread Alex Payne
://spreadsheets.google.com/viewform?formkey=dHpOUzhhR2ExOTlhamFQM0ktV1Awa3c6MA .. Enjoy! -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Geo location?

2009-07-14 Thread Alex Payne
Not just yet, but we're working on it. On Tue, Jul 14, 2009 at 16:48, Brother obran...@gmail.com wrote: Can we pass geo tag in status or direct messages? Have not seen this in API but have heard there is or will be support for this. B- -- Alex Payne - Platform Lead, Twitter, Inc. http

[twitter-dev] Re: Twitter Live Event Beaming

2009-07-08 Thread Alex Mou
help. It can be adapted to twitter pretty quickly. Please contact me offlist. Alex Chinese Twitter: www.zuosa.com On Wed, Jul 8, 2009 at 11:25 AM, Juslin Guojuslin...@gmail.com wrote: Dear All, I not sure if this is the place to ask this question. May i check does anyone know of a full

  1   2   3   4   5   >