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

2010-02-26 Thread M. Edward (Ed) Borasky
I'm doing some testing with the filter stream using location
bounding boxes around PDX. I can send a geocoded tweet, and it shows
up in the output of filter not too long after that. But when I
deleted the tweet from the web app, I never saw a delete message
come down the filter pipe. Should I see one? How long should I have to
wait for it?


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

2010-02-26 Thread M. Edward (Ed) Borasky
P.S.: A refresh of the Search page for my tweets shows that the  
deleted tweet has been removed from Search results, as desired.

--
M. Edward (Ed) Borasky
borasky-research.net/m-edward-ed-borasky/

A mathematician is a device for turning coffee into theorems. ~ Paul Erdos




Quoting M. Edward (Ed) Borasky zzn...@gmail.com:


I'm doing some testing with the filter stream using location
bounding boxes around PDX. I can send a geocoded tweet, and it shows
up in the output of filter not too long after that. But when I
deleted the tweet from the web app, I never saw a delete message
come down the filter pipe. Should I see one? How long should I have to
wait for it?





[twitter-dev] Re: 503 - Server Unavailable on User Search

2010-02-26 Thread Duane Roelands
Is there an ETA on when this transition will be completed?  I'm still
getting 503's on every attempt.

On Feb 25, 10:04 pm, Raffi Krikorian ra...@twitter.com wrote:
 503 is not an authentication error - 503 is a service is unavailable.
  we're in the process of transitioning our name search infrastructure, so
 please be prepared for a few 503s.

 On Thu, Feb 25, 2010 at 7:00 PM, Duane Roelands 
 duane.roela...@gmail.comwrote:

  Getting steady 503 errors when trying to execute user searches.

  I know my OAuth signature generation is working because I can post
  tweets and read timelines.

 http://api.twitter.com/1/users/search.xml?oauth_consumer_key=[REMOVED]oauth_nonce=9431003oauth_signature_method=HMAC-SHA1oauth_timest
  amp=1267153135oauth_token=46250708-a4j7vouEUIK3Ro89mpHo8pcRUh8eUmtjeKsBUQD 
 QSoauth_version=1.0page=1q=Duane%20Roelandsoauth_signature=zR3Rd%2FeA1t 
 ubrjNzMxsb6NxM2D0%3D

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi


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

2010-02-26 Thread John Kalucki
Mark might have to comment on this too, but there's a metadata issue that
makes this currently impossible. The deletion notice does not contain all of
the Tweet metadata, just the primary key, and maybe another field or two.
So, there's nothing to match to forward on to your stream. All 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 zzn...@gmail.comwrote:

 P.S.: A refresh of the Search page for my tweets shows that the deleted
 tweet has been removed from Search results, as desired.
 --
 M. Edward (Ed) Borasky
 borasky-research.net/m-edward-ed-borasky/

 A mathematician is a device for turning coffee into theorems. ~ Paul
 Erdos





 Quoting M. Edward (Ed) Borasky zzn...@gmail.com:

  I'm doing some testing with the filter stream using location
 bounding boxes around PDX. I can send a geocoded tweet, and it shows
 up in the output of filter not too long after that. But when I
 deleted the tweet from the web app, I never saw a delete message
 come down the filter pipe. Should I see one? How long should I have to
 wait for it?





[twitter-dev] Users search API returning error

2010-02-26 Thread nattu
Hi,

The users/search API is returning 'Name search is temporarily
unavailable' since few days.
I am sure the URL and parameters correct:

http://api.twitter.com/1/users/search.xml?q=shorthandmobilepage=1

This was working fine earlier.

Could you please check the issue at the API end?

Thanks,
Nataraj


[twitter-dev] retweets_of_me

2010-02-26 Thread Alam Sher
Hi,

statuses/retweets_of_me.json returns me the tweets of mine that were
retweeted. How to get the information that Who actually retweeted my
tweet?

Thanks,
Alam Sher


[twitter-dev] Re: Encoding issues with OAuth

2010-02-26 Thread Berto
Yeah, you were correct.  My encode() function was doing something
whacky with +'s.

On Feb 25, 8:42 am, Berto mstbe...@gmail.com wrote:
 So I've been able to get everything working except for posting things
 with spaces or any special characters that get encoded.  All of the
 regular oauth parameters are being encoded correctly, because anything
 without any extra parameters works fine so I'm not quite sure what
 needs to be fixed.  A good example is posting a status.  If I go to
 post a status, I get:

 With the status: Test!:
 Signature Base String: POSThttp%3A%2F%2Fwww.twitter.com%2Fstatuses
 %2Fupdate.jsonoauth_consumer_key%3DZhJuTh3GCDkGIDm2R4ocNQ
 %26oauth_nonce%3D1267108786%26oauth_signature_method%3DHMAC-
 SHA1%26oauth_timestamp%3D1267108589%26oauth_token%3D111605519-
 cDU56Y7CYcZyTSdEIjFIWqMLyPzpPDnOpIzz80sH%26oauth_version%3D1.0%26status
 %3DTest%2521

 And a final POST request of:

 { POST url =http://www.twitter.com/statuses/update.json, params =
 oauth_consumer_key=ZhJuTh3GCDkGIDm2R4ocNQoauth_nonce=1267108786oauth_signature_method=HMAC-
 SHA1oauth_timestamp=1267108589oauth_token=111605519-
 cDU56Y7CYcZyTSdEIjFIWqMLyPzpPDnOpIzz80sHoauth_version=1.0status=Test
 %2521oauth_signature=eiLdCr8fCXcUpFxsOPn9vtK%2BCZw%3D }

 If I try one with spaces (This is a test), I get:

  Signature Base String: POSThttp%3A%2F%2Fwww.twitter.com%2Fstatuses
 %2Fupdate.jsonoauth_consumer_key%3DZhJuTh3GCDkGIDm2R4ocNQ
 %26oauth_nonce%3D1267109321%26oauth_signature_method%3DHMAC-
 SHA1%26oauth_timestamp%3D1267108551%26oauth_token%3D111605519-
 cDU56Y7CYcZyTSdEIjFIWqMLyPzpPDnOpIzz80sH%26oauth_version%3D1.0%26status
 %3DThis%2Bis%2Ba%2Btest

 { POST url =http://www.twitter.com/statuses/update.json, params =
 oauth_consumer_key=ZhJuTh3GCDkGIDm2R4ocNQoauth_nonce=1267109321oauth_signature_method=HMAC-
 SHA1oauth_timestamp=1267108551oauth_token=111605519-
 cDU56Y7CYcZyTSdEIjFIWqMLyPzpPDnOpIzz80sHoauth_version=1.0status=This
 %2Bis%2Ba%2Btestoauth_signature=4ENIpGIfzU3nY74%2FFIYTYRboHEQ%3D }

 Anyone have an idea of where I'm encoding incorrectly or if perhaps my
 parameters are in the incorrect order?  I tried reading the oauth spec
 and perusing the archives, but to no avail.


[twitter-dev] Rate Limiting Check

2010-02-26 Thread Scott Wilcox
Hi folks,

If you ever bump into rate limiting issues and want to check your remaining 
balance from a third party site, I've added a small feature to allow you to do 
so. It'll display your hourly limit, remaining calls, reset time and time from 
now for reset (ie, 30 minutes). Its pretty much a basic Rate_Limit_Status call 
made pretty. Simple but effective.

Those wishing to use it, simply pop over to 
https://dor.ky/services/twitter/ratelimit and let me know if you have any 
issues.

Scott.

smime.p7s
Description: S/MIME cryptographic signature


[twitter-dev] Re: Geo-hose release date?

2010-02-26 Thread Dztt
Is this only going to get me a sample set of tweets or all tweets in
the specified areas?

On Feb 25, 7:59 pm, Raffi Krikorian ra...@twitter.com wrote:
 try taking a look 
 athttp://apiwiki.twitter.com/Streaming-API-Documentation#locations

 On Thu, Feb 25, 2010 at 12:17 PM, Dztt jonathandme...@gmail.com wrote:
  Has there been any word on when we can get access to the geo-hose?
  I'm very new to the twitter api but from what I have read the geo-hose
  is exactly what I am looking for.  I need to be able to get all
  georeferenced tweets for a specified area.

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi


[twitter-dev] [feature request] add parameter exclude=hashtags to the trends/location API

2010-02-26 Thread rakf1
adding parameter exclude=hashtags to the trends/location API will be
very helpful, just like there is for other trend, trend/current,
trend/weekly... APIs.


[twitter-dev] Re: best way to get location of geolocated tweets

2010-02-26 Thread Tim
Raffi,

Yeah, our weather tweets are again plotting with the geo tags.

Here are the geo tags from my latest exciting weather tweet:

georss:point31.8504 -106.6412/georss:point

Thanks for looking into it.  Keep up the good word.  Looking forward
to the new geo stuff coming from twitter.  Have a great day.

Tim


On Feb 25, 7:01 pm, Raffi Krikorian ra...@twitter.com wrote:
 hi tim.

 can you try again please?  after doing a few things, i then ran a search for
 a user who i know geotags, and it now seems to work?

 [ra...@tw-mbp13-raffi ~]$ *curl 
 http://search.twitter.com/search.atom?q=renonelab*
 ?xml version=1.0 encoding=UTF-8?
   ...
   entry
     ...
     titleRT @edtheplumber Help! My wife rescued this pup! Going to the vet
 tomorrow to get a clean bill of health. Free to (cont)http://tl.gd/bpomi
 /title
     ...
 *    twitter:geo*
 *georss:point30.4001 -91.0497/georss:point*
 *    /twitter:geo*
     twitter:sourcelt;a href=quot;http://www.stone.com/Twittelator;
 rel=quot;nofollowquot;gt;Twittelatorlt;/agt;/twitter:source
     twitter:langen/twitter:lang
     ...
   /entry
 



 On Thu, Feb 25, 2010 at 4:58 PM, Raffi Krikorian ra...@twitter.com wrote:
  ok - this is a major bummer, but thanks for confirming.  we'll start to
  investigate and potentially put together a fix.

  On Thu, Feb 25, 2010 at 12:44 PM, Tim timbric...@gmail.com wrote:

  Ed and Raffi,

  We use the #wxreport tag.  And we had been using the follow atom
  search to query twitter about once every five minutes -

 http://search.twitter.com/search.atom?q=%23wxreportrpp=100

  My last tweet sent from my droid should have been geocoded.

  user:timbrice17
  time:Thu, 25 Feb 2010 16:23:18 +
  text:#wxreport lots of clouds.
  geo:null

  I have geocoding turning on both my phone and my twitter page.

  Tim

  On Feb 25, 1:10 pm, Raffi Krikorian ra...@twitter.com wrote:
   hi tim.

   do you have an example of a tweet that you think should have geodata
  that is
   not showing up with geodata on search?

   if one exists, i believe, that's a bug and we'll look into it.

   On Thu, Feb 25, 2010 at 8:36 AM, Tim timbric...@gmail.com wrote:
I'm working on the National Weather Service's Twitter Storm Report
Project.  We are pulling tweets with our search hash tag and plotting
them on a map.  We had been using an atom search to get the geocoded
lat lon pairs, but about three days ago all the tweets started coming
in with geo=null.  It appears the same for the json calls.  So what
has changed and what is the best way to get the location information
from the geotagged tweets.  Thanks for your help.

Tim
Forecaster NWS - El Paso

   --
   Raffi Krikorian
   Twitter Platform Teamhttp://twitter.com/raffi

  --
  Raffi Krikorian
  Twitter Platform Team
 http://twitter.com/raffi

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi


Re: [twitter-dev] Re: Geo-hose release date?

2010-02-26 Thread John Kalucki
Just as all other track parameters, you'll receive all updates up to a
certain proportion of all statuses -- then you'll be periodically limited,
denoted by limit messages.

The proportion is pretty generous. I don't think there are enough Geo tweets
in the whole system to get limited, 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 jonathandme...@gmail.com 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 pm, Raffi Krikorian ra...@twitter.com wrote:
  try taking a look athttp://
 apiwiki.twitter.com/Streaming-API-Documentation#locations
 
  On Thu, Feb 25, 2010 at 12:17 PM, Dztt jonathandme...@gmail.com wrote:
   Has there been any word on when we can get access to the geo-hose?
   I'm very new to the twitter api but from what I have read the geo-hose
   is exactly what I am looking for.  I need to be able to get all
   georeferenced tweets for a specified area.
 
  --
  Raffi Krikorian
  Twitter Platform Teamhttp://twitter.com/raffi



Re: [twitter-dev] Re: best way to get location of geolocated tweets

2010-02-26 Thread Raffi Krikorian

Good!  I'm glad!



On Feb 26, 2010, at 7:47 AM, Tim timbric...@gmail.com wrote:


Raffi,

Yeah, our weather tweets are again plotting with the geo tags.

Here are the geo tags from my latest exciting weather tweet:

georss:point31.8504 -106.6412/georss:point

Thanks for looking into it.  Keep up the good word.  Looking forward
to the new geo stuff coming from twitter.  Have a great day.

Tim


On Feb 25, 7:01 pm, Raffi Krikorian ra...@twitter.com wrote:

hi tim.

can you try again please?  after doing a few things, i then ran a  
search for

a user who i know geotags, and it now seems to work?

[ra...@tw-mbp13-raffi ~]$ *curl http://search.twitter.com/search.atom?q=renonelab 
*

?xml version=1.0 encoding=UTF-8?
  ...
  entry
...
titleRT @edtheplumber Help! My wife rescued this pup! Going  
to the vet

tomorrow to get a clean bill of health. Free to (cont)http://tl.gd/bpomi
/title
...
*twitter:geo*
*georss:point30.4001 -91.0497/georss:point*
*/twitter:geo*
twitter:sourcelt;a href=quot;http://www.stone.com/ 
Twittelator

rel=quot;nofollowquot;gt;Twittelatorlt;/agt;/twitter:source
twitter:langen/twitter:lang
...
  /entry




On Thu, Feb 25, 2010 at 4:58 PM, Raffi Krikorian  
ra...@twitter.com wrote:
ok - this is a major bummer, but thanks for confirming.  we'll  
start to

investigate and potentially put together a fix.



On Thu, Feb 25, 2010 at 12:44 PM, Tim timbric...@gmail.com wrote:



Ed and Raffi,



We use the #wxreport tag.  And we had been using the follow atom
search to query twitter about once every five minutes -



http://search.twitter.com/search.atom?q=%23wxreportrpp=100



My last tweet sent from my droid should have been geocoded.



user:timbrice17
time:Thu, 25 Feb 2010 16:23:18 +
text:#wxreport lots of clouds.
geo:null



I have geocoding turning on both my phone and my twitter page.



Tim



On Feb 25, 1:10 pm, Raffi Krikorian ra...@twitter.com wrote:

hi tim.


do you have an example of a tweet that you think should have  
geodata

that is

not showing up with geodata on search?



if one exists, i believe, that's a bug and we'll look into it.



On Thu, Feb 25, 2010 at 8:36 AM, Tim timbric...@gmail.com wrote:
I'm working on the National Weather Service's Twitter Storm  
Report
Project.  We are pulling tweets with our search hash tag and  
plotting
them on a map.  We had been using an atom search to get the  
geocoded
lat lon pairs, but about three days ago all the tweets started  
coming
in with geo=null.  It appears the same for the json calls.  So  
what
has changed and what is the best way to get the location  
information

from the geotagged tweets.  Thanks for your help.



Tim
Forecaster NWS - El Paso



--
Raffi Krikorian
Twitter Platform Teamhttp://twitter.com/raffi



--
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


--
Raffi Krikorian
Twitter Platform Teamhttp://twitter.com/raffi


Re: [twitter-dev] [feature request] add parameter exclude=hashtags to the trends/location API

2010-02-26 Thread Raffi Krikorian
Yup.  It's on our list :p. Feel free to also file enhancement requests  
on the google code tracker.




On Feb 26, 2010, at 7:32 AM, rakf1 kris...@gmail.com wrote:


adding parameter exclude=hashtags to the trends/location API will be
very helpful, just like there is for other trend, trend/current,
trend/weekly... APIs.


Re: [twitter-dev] Users search API returning error

2010-02-26 Thread Raffi Krikorian

Hi all.

We're in the process of transitioning our namesearch infrastructure -  
with our current timetable, we will most likely be down for about a  
week.  You may see it come temporarily online during that time.


We'll message to the list when the transition is complete.



On Feb 26, 2010, at 1:22 AM, nattu natraj1...@gmail.com wrote:


Hi,

The users/search API is returning 'Name search is temporarily
unavailable' since few days.
I am sure the URL and parameters correct:

http://api.twitter.com/1/users/search.xml?q=shorthandmobilepage=1

This was working fine earlier.

Could you please check the issue at the API end?

Thanks,
Nataraj


Re: [twitter-dev] Re: Geo-hose release date?

2010-02-26 Thread M. Edward (Ed) Borasky

Quoting John Kalucki j...@twitter.com:


Just as all other track parameters, you'll receive all updates up to a
certain proportion of all statuses -- then you'll be periodically limited,
denoted by limit messages.

The proportion is pretty generous. I don't think there are enough Geo tweets
in the whole system to get limited, never mind within a few bounding boxes.


Yeah, I've so far collected a total of 300 geotagged tweets  
overnight for PDX, out of many thousands from our active night owl  
tweeters. ;-) Even on track, I rarely see limit messages. A track  
filter for sea,world,killer,whale,orca,shamu the other day only gave  
me one limit message with four dropped tweets, for example, and that  
was right after I started the test.


--
M. Edward (Ed) Borasky
borasky-research.net/m-edward-ed-borasky/

A mathematician is a device for turning coffee into theorems. ~ Paul Erdos


Re: [twitter-dev] retweets_of_me

2010-02-26 Thread Abraham Williams
Have a look at:
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-retweets

Abraham

On Fri, Feb 26, 2010 at 03:10, Alam Sher alamshe...@gmail.com wrote:

 Hi,

 statuses/retweets_of_me.json returns me the tweets of mine that were
 retweeted. How to get the information that Who actually retweeted my
 tweet?

 Thanks,
 Alam Sher




-- 
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.


Re: [twitter-dev] Rate Limiting Check

2010-02-26 Thread Scott Wilcox
Currently looking more into this. It appears that you're not limited by User or 
IP but rather a combination of the two. Ryan could you comment on this? Is this 
the expected behaviour?

Scott.

On 26 Feb 2010, at 14:06, Scott Wilcox wrote:

 Hi folks,
 
 If you ever bump into rate limiting issues and want to check your remaining 
 balance from a third party site, I've added a small feature to allow you to 
 do so. It'll display your hourly limit, remaining calls, reset time and time 
 from now for reset (ie, 30 minutes). Its pretty much a basic 
 Rate_Limit_Status call made pretty. Simple but effective.
 
 Those wishing to use it, simply pop over to 
 https://dor.ky/services/twitter/ratelimit and let me know if you have any 
 issues.
 
 Scott.



smime.p7s
Description: S/MIME cryptographic signature


[twitter-dev] Post List members API with OAuth does not work.

2010-02-26 Thread Caizer
Hi,

I'm trying to add user to a list via List API. I am using OAuth
authentication, and other list APIs worked perfectly with OAuth.
I tried Get lists, Post lists, Delete list id... in same way. And they
just work great.
By the way.. whenever I try 'Post List members' API via OAuth, and it
keeps saying 401 error.

Followings are what I've tried and got from twitter. I am tried to add
user '55925738' to list named 'another' of 'tweettimetest'.

I used 'http://api.twitter.com/1/tweettimetest/another/members.json'
to add user. And its parameter was list_id, and id.
Did I do something wrong? Is there anyone who have similar issues?




POST /1/tweettimetest/another/members.json?id=55925738 HTTP/1.1
Host: api.twitter.com
User-Agent: TweetTime/2.3 CFNetwork/459 Darwin/10.2.0
X-Twitter-Client: TweetTime
X-Twitter-Client-Version: 2.2
X-Twitter-Client-Url: http://caizer.com
Authorization: OAuth realm=,
oauth_consumer_key=r***,
oauth_token=86***, oauth_signature_method=HMAC-
SHA1, oauth_signature=KC***,
oauth_timestamp=1267207930, oauth_nonce=4***,
oauth_version=1.0, oauth_verifier=2280
Accept: */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 17
Connection: keep-alive

?source=TweetTimeHTTP/1.1 401 Unauthorized
Date: Fri, 26 Feb 2010 18:12:11 GMT
Server: hi
WWW-Authenticate: Basic realm=Twitter API
Status: 401 Unauthorized
Content-Type: application/json; charset=utf-8
Cache-Control: no-cache, max-age=300
Set-Cookie: guest_id=1267207932049; path=/
Set-Cookie:
_twitter_sess=***o6Rmxhc2g6OkZ***253D--1164b91ac812d85***4;
domain=.twitter.com; path=/
Expires: Fri, 26 Feb 2010 18:17:11 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 110
Connection: close




POST /1/tweettimetest/another/members.json?list_id=another?
id=55925738 HTTP/1.1
Host: api.twitter.com
User-Agent: TweetTime/2.3 CFNetwork/459 Darwin/10.2.0
X-Twitter-Client: TweetTime
X-Twitter-Client-Version: 2.2
X-Twitter-Client-Url: http://caizer.com
Authorization: OAuth realm=,
oauth_consumer_key=r***,
oauth_token=86***, oauth_signature_method=HMAC-
SHA1, oauth_signature=KC***,
oauth_timestamp=1267207930, oauth_nonce=4***,
oauth_version=1.0, oauth_verifier=2280
Accept: */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 17
Connection: keep-alive

?source=TweetTimeHTTP/1.1 401 Unauthorized
Date: Fri, 26 Feb 2010 18:18:11 GMT
Server: hi
Status: 401 Unauthorized
WWW-Authenticate: Basic realm=Twitter API
Content-Type: application/json; charset=utf-8
Cache-Control: no-cache, max-age=300
Set-Cookie:
_twitter_sess=***o6Rmxhc2g6OkZ***253D--1164b91ac812d85***4;
domain=.twitter.com; path=/
Expires: Fri, 26 Feb 2010 18:23:11 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 122
Connection: close





POST /1/tweettimetest/another/members.json HTTP/1.1
Host: api.twitter.com
User-Agent: TweetTime/2.3 CFNetwork/459 Darwin/10.2.0
X-Twitter-Client: TweetTime
X-Twitter-Client-Version: 2.2
X-Twitter-Client-Url: http://caizer.com
Authorization: OAuth realm=,
oauth_consumer_key=r***,
oauth_token=86***, oauth_signature_method=HMAC-
SHA1, oauth_signature=KC***,
oauth_timestamp=1267207930, oauth_nonce=4***,
oauth_version=1.0, oauth_verifier=2280
Accept: */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 17
Connection: keep-alive

?source=TweetTimeHTTP/1.1 400 Bad Request
Date: Fri, 26 Feb 2010 18:22:25 GMT
Server: hi
X-Transaction: 1267208545-10948-19469
Status: 400 Bad Request
Last-Modified: Fri, 26 Feb 2010 18:22:25 GMT
X-Runtime: 0.05457
Content-Type: application/json; charset=utf-8
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-
check=0
Expires: Tue, 31 Mar 1981 05:00:00 GMT
X-Revision: DEV
Set-Cookie: guest_id=1267208545521; path=/
Set-Cookie: lang=en; path=/
Set-Cookie:
_twitter_sess=***o6Rmxhc2g6OkZ***253D--1164b91ac812d85***4;
domain=.twitter.com; path=/
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 96
Connection: close



Re: [twitter-dev] Post List members API with OAuth does not work.

2010-02-26 Thread Abraham Williams
Drop the list_id parameter as it is already included in the path and make
sure you are authenticating as
tweettimetest.

Abraham

On Fri, Feb 26, 2010 at 10:26, Caizer cai...@gmail.com wrote:

 Hi,

 I'm trying to add user to a list via List API. I am using OAuth
 authentication, and other list APIs worked perfectly with OAuth.
 I tried Get lists, Post lists, Delete list id... in same way. And they
 just work great.
 By the way.. whenever I try 'Post List members' API via OAuth, and it
 keeps saying 401 error.

 Followings are what I've tried and got from twitter. I am tried to add
 user '55925738' to list named 'another' of 'tweettimetest'.

 I used 'http://api.twitter.com/1/tweettimetest/another/members.json'
 to add user. And its parameter was list_id, and id.
 Did I do something wrong? Is there anyone who have similar issues?




 POST /1/tweettimetest/another/members.json?id=55925738 HTTP/1.1
 Host: api.twitter.com
 User-Agent: TweetTime/2.3 CFNetwork/459 Darwin/10.2.0
 X-Twitter-Client: TweetTime
 X-Twitter-Client-Version: 2.2
 X-Twitter-Client-Url: http://caizer.com
 Authorization: OAuth realm=,
 oauth_consumer_key=r***,
 oauth_token=86***, oauth_signature_method=HMAC-
 SHA1, oauth_signature=KC***,
 oauth_timestamp=1267207930, oauth_nonce=4***,
 oauth_version=1.0, oauth_verifier=2280
 Accept: */*
 Accept-Language: en-us
 Accept-Encoding: gzip, deflate
 Content-Type: application/x-www-form-urlencoded
 Content-Length: 17
 Connection: keep-alive

 ?source=TweetTimeHTTP/1.1 401 Unauthorized
 Date: Fri, 26 Feb 2010 18:12:11 GMT
 Server: hi
 WWW-Authenticate: Basic realm=Twitter API
 Status: 401 Unauthorized
 Content-Type: application/json; charset=utf-8
 Cache-Control: no-cache, max-age=300
 Set-Cookie: guest_id=1267207932049; path=/
 Set-Cookie:

 _twitter_sess=***o6Rmxhc2g6OkZ***253D--1164b91ac812d85***4;
 domain=.twitter.com; path=/
 Expires: Fri, 26 Feb 2010 18:17:11 GMT
 Vary: Accept-Encoding
 Content-Encoding: gzip
 Content-Length: 110
 Connection: close




 POST /1/tweettimetest/another/members.json?list_id=another?
 id=55925738 HTTP/1.1
 Host: api.twitter.com
 User-Agent: TweetTime/2.3 CFNetwork/459 Darwin/10.2.0
 X-Twitter-Client: TweetTime
 X-Twitter-Client-Version: 2.2
 X-Twitter-Client-Url: http://caizer.com
 Authorization: OAuth realm=,
 oauth_consumer_key=r***,
 oauth_token=86***, oauth_signature_method=HMAC-
 SHA1, oauth_signature=KC***,
 oauth_timestamp=1267207930, oauth_nonce=4***,
 oauth_version=1.0, oauth_verifier=2280
 Accept: */*
 Accept-Language: en-us
 Accept-Encoding: gzip, deflate
 Content-Type: application/x-www-form-urlencoded
 Content-Length: 17
 Connection: keep-alive

 ?source=TweetTimeHTTP/1.1 401 Unauthorized
 Date: Fri, 26 Feb 2010 18:18:11 GMT
 Server: hi
 Status: 401 Unauthorized
 WWW-Authenticate: Basic realm=Twitter API
 Content-Type: application/json; charset=utf-8
 Cache-Control: no-cache, max-age=300
 Set-Cookie:

 _twitter_sess=***o6Rmxhc2g6OkZ***253D--1164b91ac812d85***4;
 domain=.twitter.com; path=/
 Expires: Fri, 26 Feb 2010 18:23:11 GMT
 Vary: Accept-Encoding
 Content-Encoding: gzip
 Content-Length: 122
 Connection: close





 POST /1/tweettimetest/another/members.json HTTP/1.1
 Host: api.twitter.com
 User-Agent: TweetTime/2.3 CFNetwork/459 Darwin/10.2.0
 X-Twitter-Client: TweetTime
 X-Twitter-Client-Version: 2.2
 X-Twitter-Client-Url: http://caizer.com
 Authorization: OAuth realm=,
 oauth_consumer_key=r***,
 oauth_token=86***, oauth_signature_method=HMAC-
 SHA1, oauth_signature=KC***,
 oauth_timestamp=1267207930, oauth_nonce=4***,
 oauth_version=1.0, oauth_verifier=2280
 Accept: */*
 Accept-Language: en-us
 Accept-Encoding: gzip, deflate
 Content-Type: application/x-www-form-urlencoded
 Content-Length: 17
 Connection: keep-alive

 ?source=TweetTimeHTTP/1.1 400 Bad Request
 Date: Fri, 26 Feb 2010 18:22:25 GMT
 Server: hi
 X-Transaction: 1267208545-10948-19469
 Status: 400 Bad Request
 Last-Modified: Fri, 26 Feb 2010 18:22:25 GMT
 X-Runtime: 0.05457
 Content-Type: application/json; charset=utf-8
 Pragma: no-cache
 Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-
 check=0
 Expires: Tue, 31 Mar 1981 05:00:00 GMT
 X-Revision: DEV
 Set-Cookie: guest_id=1267208545521; path=/
 Set-Cookie: lang=en; path=/
 Set-Cookie:

 _twitter_sess=***o6Rmxhc2g6OkZ***253D--1164b91ac812d85***4;
 domain=.twitter.com; path=/
 Vary: Accept-Encoding
 Content-Encoding: gzip
 Content-Length: 96
 Connection: close




-- 
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | 

Re: [twitter-dev] Users search API returning error

2010-02-26 Thread Abraham Williams
I just noticed the announcement:
http://status.twitter.com/post/408103192/name-search-is-temporarily-disabled

Abraham

On Fri, Feb 26, 2010 at 09:56, Raffi Krikorian ra...@twitter.com wrote:

 Hi all.

 We're in the process of transitioning our namesearch infrastructure - with
 our current timetable, we will most likely be down for about a week.  You
 may see it come temporarily online during that time.

 We'll message to the list when the transition is complete.




 On Feb 26, 2010, at 1:22 AM, nattu natraj1...@gmail.com wrote:

  Hi,

 The users/search API is returning 'Name search is temporarily
 unavailable' since few days.
 I am sure the URL and parameters correct:

 http://api.twitter.com/1/users/search.xml?q=shorthandmobilepage=1

 This was working fine earlier.

 Could you please check the issue at the API end?

 Thanks,
 Nataraj




-- 
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.


[twitter-dev] @twitterapi meetup @ Twitter HQ

2010-02-26 Thread Ryan Sarver
Hey folks,

We wanted to let you know that we're hosting a little developer
gathering at our new offices this coming Monday afternoon. The meetup
is meant to be an informal gathering of Twitter developers where we
will be available to hear how we can improve and answer any questions
you have. We'll give a quick state of the union of the platform and
then open up for questions from both the audience and from people
online. We want you all to build things that push us in ways we
haven't been thinking about and we'd love to learn how we can provide
a platform that helps you innovate.

We'll be providing developer staples, like beer and pizza, and we'll
leave a bunch of time at the end for everyone to mingle, meet each
other and meet the whole @twitterapi team. We look forward to doing
more events like this regularly in the future and look to improve them
based on your feedback.

*** Please note, while we would love to have everyone join us, space
is limited to around 150 so you'll need to register on
http://twitterapi-meetup.eventbrite.com and you'll need a confirmed
ticket to get into the building.

We look forward to hosting you here.

Ryan


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

2010-02-26 Thread M. Edward (Ed) Borasky
Is there an on-line component to this? TweetChat? Or is it strictly a  
physical space event?

--
M. Edward (Ed) Borasky
borasky-research.net/m-edward-ed-borasky/

A mathematician is a device for turning coffee into theorems. ~ Paul Erdos


Quoting Ryan Sarver rsar...@twitter.com:


Hey folks,

We wanted to let you know that we're hosting a little developer
gathering at our new offices this coming Monday afternoon. The meetup
is meant to be an informal gathering of Twitter developers where we
will be available to hear how we can improve and answer any questions
you have. We'll give a quick state of the union of the platform and
then open up for questions from both the audience and from people
online. We want you all to build things that push us in ways we
haven't been thinking about and we'd love to learn how we can provide
a platform that helps you innovate.

We'll be providing developer staples, like beer and pizza, and we'll
leave a bunch of time at the end for everyone to mingle, meet each
other and meet the whole @twitterapi team. We look forward to doing
more events like this regularly in the future and look to improve them
based on your feedback.

*** Please note, while we would love to have everyone join us, space
is limited to around 150 so you'll need to register on
http://twitterapi-meetup.eventbrite.com and you'll need a confirmed
ticket to get into the building.

We look forward to hosting you here.

Ryan





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

2010-02-26 Thread Orian Marx (@orian)
Seriously. I'd love to be involved in this but I already have to spend
nearly a grand to fly over there from NYC to attend Chirp. How about a
live feed?

On Feb 26, 3:22 pm, M. Edward (Ed) Borasky zzn...@gmail.com wrote:
 Is there an on-line component to this? TweetChat? Or is it strictly a  
 physical space event?
 --
 M. Edward (Ed) Borasky
 borasky-research.net/m-edward-ed-borasky/

 A mathematician is a device for turning coffee into theorems. ~ Paul Erdos

 Quoting Ryan Sarver rsar...@twitter.com:



  Hey folks,

  We wanted to let you know that we're hosting a little developer
  gathering at our new offices this coming Monday afternoon. The meetup
  is meant to be an informal gathering of Twitter developers where we
  will be available to hear how we can improve and answer any questions
  you have. We'll give a quick state of the union of the platform and
  then open up for questions from both the audience and from people
  online. We want you all to build things that push us in ways we
  haven't been thinking about and we'd love to learn how we can provide
  a platform that helps you innovate.

  We'll be providing developer staples, like beer and pizza, and we'll
  leave a bunch of time at the end for everyone to mingle, meet each
  other and meet the whole @twitterapi team. We look forward to doing
  more events like this regularly in the future and look to improve them
  based on your feedback.

  *** Please note, while we would love to have everyone join us, space
  is limited to around 150 so you'll need to register on
 http://twitterapi-meetup.eventbrite.comand you'll need a confirmed
  ticket to get into the building.

  We look forward to hosting you here.

  Ryan


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

2010-02-26 Thread Abraham Williams
A live feed would be awesome. Also the event says March 1st through April
1st...

Abraham

On Fri, Feb 26, 2010 at 12:29, Orian Marx (@orian) or...@orianmarx.comwrote:

 Seriously. I'd love to be involved in this but I already have to spend
 nearly a grand to fly over there from NYC to attend Chirp. How about a
 live feed?

 On Feb 26, 3:22 pm, M. Edward (Ed) Borasky zzn...@gmail.com wrote:
  Is there an on-line component to this? TweetChat? Or is it strictly a
  physical space event?
  --
  M. Edward (Ed) Borasky
  borasky-research.net/m-edward-ed-borasky/
 
  A mathematician is a device for turning coffee into theorems. ~ Paul
 Erdos
 
  Quoting Ryan Sarver rsar...@twitter.com:
 
 
 
   Hey folks,
 
   We wanted to let you know that we're hosting a little developer
   gathering at our new offices this coming Monday afternoon. The meetup
   is meant to be an informal gathering of Twitter developers where we
   will be available to hear how we can improve and answer any questions
   you have. We'll give a quick state of the union of the platform and
   then open up for questions from both the audience and from people
   online. We want you all to build things that push us in ways we
   haven't been thinking about and we'd love to learn how we can provide
   a platform that helps you innovate.
 
   We'll be providing developer staples, like beer and pizza, and we'll
   leave a bunch of time at the end for everyone to mingle, meet each
   other and meet the whole @twitterapi team. We look forward to doing
   more events like this regularly in the future and look to improve them
   based on your feedback.
 
   *** Please note, while we would love to have everyone join us, space
   is limited to around 150 so you'll need to register on
  http://twitterapi-meetup.eventbrite.comand you'll need a confirmed
   ticket to get into the building.
 
   We look forward to hosting you here.
 
   Ryan




-- 
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.


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

2010-02-26 Thread M. Edward (Ed) Borasky
On Feb 26, 12:33 pm, Abraham Williams 4bra...@gmail.com wrote:
 A live feed would be awesome. Also the event says March 1st through April
 1st...

Ah ... an early April Fools' joke? ;-) I'm waiting for Linus Torvalds'
April Fool email - I'm guessing this year he'll announce that he is
buying Twitter ;-)

But I'd settle for an IRC channel today and a Live from Twitter HQ
broadcast in full streaming fashion at a later date ;-)


Re: [twitter-dev] Re: Regarding the Streaming Access

2010-02-26 Thread John Kalucki
If you agreed to the EULA, you should have Gardenhose access.


On Fri, Feb 26, 2010 at 6:47 AM, GeorgeMedia georgeme...@gmail.com 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
 since. Should I be doing something else?

 The email I used was george [with an at sign ] georgemedia [then  a
 dot] com



Re: [twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-02-26 Thread John Kalucki
The elevated access account can reconnect much less frequently by adding new
predicates to a default access stream that cycles based on demand. When the
default access account cycles, very little data will be lost, as it receives
a small fraction of your total feed. Once the default access account 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 alamshe...@gmail.com wrote:

 Sorry, but exactly this portion of the documentations goes above my head.

 Can you please explain a bit more to me how a default access account can be
 used along with the elevated access account to minimize the data loss?

 Thanks,
 Alam Sher


 On Thu, Feb 25, 2010 at 7:15 PM, John Kalucki j...@twitter.com wrote:

 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://twitter.com/jkalucki
 Infrastructure, Twitter Inc.


 On Thu, Feb 25, 2010 at 2:06 AM, Alam Sher alamshe...@gmail.com wrote:

 So in case, if I have 20K users and I have to, say track 60K keywords
 for them + also have to follow all of them. I should be applying for 2
 higher access accounts one for track predicates and other for follow
 predicate. Does this make sense?

 Thanks,

 On Feb 25, 8:44 am, John Kalucki j...@twitter.com wrote:
  This technique works for updating any filter predicate. The count
 parameter
  should work on a shadow account. It won't work on a default access
 account.
  We have a number of very large integrations using this technique with
  Birddog access -- it should scale down to Shadow access just fine.
 
  The documentation makes it clear which cases are supported and which
 ones
  are not:http://apiwiki.twitter.com/Streaming-API-Documentation#count
 
  The count parameter isn't supported on track streams for computational
  complexity reasons, and it isn't supported on the default access role
 for
  policy reasons.
 
  -John Kaluckihttp://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 j...@twitter.com wrote:
The documentation should be pretty clear on this topic. One main
   connection,
and perhaps an auxiliary connection to manage query velocity.
 
   Hey John,
 
   Do you recommend this kind of 2 connection setup for updating our
 user
   list when using the follow predicate?
 
   We've been trying unsuccessfully to use the count parameter when
   reconnecting to add new users to our follow list. I've found several
   oblique mentions of the count parameter only working in some cases,
   but no specifics on how or why.
 
   We currently have shadow role access for the TweetPo.st app. We're
   trying to update our Streaming API connection when new users signup
   for TweetPo.st without losing tweets for existing users during
   reconnect. Any suggestions on the best way to do this would be
 greatly
   appreciated.
 
   Thanks!
   -jonathan
 
   =
   Jonathan Strauss, Co-Founder
  http://snowballfactory.com
 
   Campaign tracking for social media -http://awe.sm
   A smarter way to update Facebook from Twitter -http://tweetpo.st
   Sharecount button for Facebook -http://www.fbshare.me





 --
 ___
 Alam Sher Khan
 +92 331 505 5549



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

2010-02-26 Thread Ryan Sarver
We won't be having a live video stream of the event this time around.
We will be in the IRC channel and we'll be using Google Moderator to
take questions from people both at the event and people who are
remote. We'll walk before we run :)

On Fri, Feb 26, 2010 at 12:42 PM, M. Edward (Ed) Borasky
zzn...@gmail.com wrote:
 On Feb 26, 12:33 pm, Abraham Williams 4bra...@gmail.com wrote:
 A live feed would be awesome. Also the event says March 1st through April
 1st...

 Ah ... an early April Fools' joke? ;-) I'm waiting for Linus Torvalds'
 April Fool email - I'm guessing this year he'll announce that he is
 buying Twitter ;-)

 But I'd settle for an IRC channel today and a Live from Twitter HQ
 broadcast in full streaming fashion at a later date ;-)



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

2010-02-26 Thread kosso
Out of interest, will there be any (legal?) reason why any of the
attendants can't stream the meetup to UStream, for example?


Also, do we need to bring a ticket, or will we sign in using
OAuth?  ;) heh



On Feb 26, 2:19 pm, Ryan Sarver rsar...@twitter.com wrote:
 We won't be having a live video stream of the event this time around.
 We will be in the IRC channel and we'll be using Google Moderator to
 take questions from people both at the event and people who are
 remote. We'll walk before we run :)

 On Fri, Feb 26, 2010 at 12:42 PM, M. Edward (Ed) Borasky

 zzn...@gmail.com wrote:
  On Feb 26, 12:33 pm, Abraham Williams 4bra...@gmail.com wrote:
  A live feed would be awesome. Also the event says March 1st through April
  1st...

  Ah ... an early April Fools' joke? ;-) I'm waiting for Linus Torvalds'
  April Fool email - I'm guessing this year he'll announce that he is
  buying Twitter ;-)

  But I'd settle for an IRC channel today and a Live from Twitter HQ
  broadcast in full streaming fashion at a later date ;-)


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

2010-02-26 Thread M. Edward (Ed) Borasky
The IRC channel? And where might I find that channel?

Oh, wait - about eating our own dog food - there are chats that work
over Twitter, as I recall ... ;-)

On Feb 26, 2:19 pm, Ryan Sarver rsar...@twitter.com wrote:
 We won't be having a live video stream of the event this time around.
 We will be in the IRC channel and we'll be using Google Moderator to
 take questions from people both at the event and people who are
 remote. We'll walk before we run :)

 On Fri, Feb 26, 2010 at 12:42 PM, M. Edward (Ed) Borasky

 zzn...@gmail.com wrote:
  On Feb 26, 12:33 pm, Abraham Williams 4bra...@gmail.com wrote:
  A live feed would be awesome. Also the event says March 1st through April
  1st...

  Ah ... an early April Fools' joke? ;-) I'm waiting for Linus Torvalds'
  April Fool email - I'm guessing this year he'll announce that he is
  buying Twitter ;-)

  But I'd settle for an IRC channel today and a Live from Twitter HQ
  broadcast in full streaming fashion at a later date ;-)


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

2010-02-26 Thread Abraham Williams
irc://irc.freenode.net/twitterapi

Abraham

On Fri, Feb 26, 2010 at 14:32, M. Edward (Ed) Borasky zzn...@gmail.comwrote:

 The IRC channel? And where might I find that channel?

 Oh, wait - about eating our own dog food - there are chats that work
 over Twitter, as I recall ... ;-)

 On Feb 26, 2:19 pm, Ryan Sarver rsar...@twitter.com wrote:
  We won't be having a live video stream of the event this time around.
  We will be in the IRC channel and we'll be using Google Moderator to
  take questions from people both at the event and people who are
  remote. We'll walk before we run :)
 
  On Fri, Feb 26, 2010 at 12:42 PM, M. Edward (Ed) Borasky
 
  zzn...@gmail.com wrote:
   On Feb 26, 12:33 pm, Abraham Williams 4bra...@gmail.com wrote:
   A live feed would be awesome. Also the event says March 1st through
 April
   1st...
 
   Ah ... an early April Fools' joke? ;-) I'm waiting for Linus Torvalds'
   April Fool email - I'm guessing this year he'll announce that he is
   buying Twitter ;-)
 
   But I'd settle for an IRC channel today and a Live from Twitter HQ
   broadcast in full streaming fashion at a later date ;-)




-- 
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.


[twitter-dev] Rate Limit Error Messages?

2010-02-26 Thread briantroy
I just started getting rate limit errors from the Search API. I have
not come anywhere near the limit for my whitelisted IP address (as a
note, I count every hit on the api and keep totals in memcache so I
can check my status).

I've stopped all processes for the time being.

The IP address in question is: 174.129.117.107

It is (one of several) whitelisted under my username briantroy.


Please advise ASAP.

Brian Roy

602.325.3393
brian@justsignal.com


[twitter-dev] xAuth implemented in Perl Net::Twitter

2010-02-26 Thread Marc Mims
I have implemented xAuth in Perl Net::Twitter, but it is currently
untested.  I am waiting approval of an xAuth access request for one of
my own OAuth apps so I can test it.

I shipped a developer release to CPAN. It should be available, soon [1].

If you're a perl dev and have xAuth access for your application, please
download and test the developer release and give me some feedback.

The documentation [2] indicates xAuth will return a 403 if the
application hasn't been authorized.  I'm getting a 401.  Net::Twitter
bug? Twitter bug?  Twitter doc bug?

[1] http://search.cpan.org/~mmims/Net-Twitter-3.11006_01/
[2]
http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-access_token-for-xAuth

@semifor


[twitter-dev] icon size issue

2010-02-26 Thread eco_bach
Anyone know what the eta is for fixing the icon size issue?
I just came across 1 that was 432X432 pixels!!!

Obviously won't work for mobile...


Re: [twitter-dev] xAuth implemented in Perl Net::Twitter

2010-02-26 Thread Raffi Krikorian

 I have implemented xAuth in Perl Net::Twitter, but it is currently
 untested.


awesome!


 I am waiting approval of an xAuth access request for one of
 my own OAuth apps so I can test it.

 I shipped a developer release to CPAN. It should be available, soon [1].

 If you're a perl dev and have xAuth access for your application, please
 download and test the developer release and give me some feedback.

 The documentation [2] indicates xAuth will return a 403 if the
 application hasn't been authorized.  I'm getting a 401.  Net::Twitter
 bug? Twitter bug?  Twitter doc bug?


documentation bug -- fixed -- it is a 401.

-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[twitter-dev] Profile Image Host Name Parallelization

2010-02-26 Thread DustyReagan
I'm trying to speed up my Twitter application, and one of the
recommendations I ran across was to increase the download
parallelization of the numerous Twitter profile images on my webpage.

Just out of curiosity, I tried:

http://a1.twimg.com/profile_images/469603814/twitter20091011-2_bigger.jpg
http://a2.twimg.com/profile_images/469603814/twitter20091011-2_bigger.jpg
http://a3.twimg.com/profile_images/469603814/twitter20091011-2_bigger.jpg
http://a4.twimg.com/profile_images/469603814/twitter20091011-2_bigger.jpg
http://a5.twimg.com/profile_images/469603814/twitter20091011-2_bigger.jpg

and noticed they all resolve. Perhaps Twitter is using this same
performance tactic?

Can we rely on spreading our profile image requests from a1.twimg.com
to a5.twimg.com for our applications?


[twitter-dev] Re: Permanent Profile URL

2010-02-26 Thread Andy Freeman
However, there's still no way to reference a tweet using the user id.

See http://code.google.com/p/twitter-api/issues/detail?id=1242

On Feb 23, 2:47 pm, Paul Tarjan ptar...@gmail.com wrote:
 Perfect, Marc hit the nail on the head. Thank you.

 http://twitter.com/account/redirect_by_id?id=14757201

 On Feb 23, 10:53 am, Marc Mims marc.m...@gmail.com wrote:



  * Lil Peck lilp...@gmail.com [100223 10:48]:

   On Mon, Feb 22, 2010 at 11:10 PM, Paul Tarjan ptar...@gmail.com wrote:
Is there a permanent profile URL for users? Something like

   http://twitter.com/account/profile?user_id=14757201

I'd like something that is ID based (since users can change their
short form) but is guaranteed to resolve for a while. Possibly even
302ing to thehttp://twitter.com/name

I could use

   http://api.twitter.com/1/users/show.xml?user_id=14757201

but it is rather long and doesn't return any nice HTML

   You could make a custom TinyURL.

 http://twitter.com/account/redirect_by_id?id=14757201

          -Marc- Hide quoted text -

 - Show quoted text -


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


 On Fri, Feb 26, 2010 at 14:32, M. Edward (Ed) Borasky zzn...@gmail.comwrote:

 The IRC channel? And where might I find that channel?

 Oh, wait - about eating our own dog food - there are chats that work
 over Twitter, as I recall ... ;-)

 On Feb 26, 2:19 pm, Ryan Sarver rsar...@twitter.com wrote:
  We won't be having a live video stream of the event this time around.
  We will be in the IRC channel and we'll be using Google Moderator to
  take questions from people both at the event and people who are
  remote. We'll walk before we run :)
 
  On Fri, Feb 26, 2010 at 12:42 PM, M. Edward (Ed) Borasky
 
  zzn...@gmail.com wrote:
   On Feb 26, 12:33 pm, Abraham Williams 4bra...@gmail.com wrote:
   A live feed would be awesome. Also the event says March 1st through
 April
   1st...
 
   Ah ... an early April Fools' joke? ;-) I'm waiting for Linus Torvalds'
   April Fool email - I'm guessing this year he'll announce that he is
   buying Twitter ;-)
 
   But I'd settle for an IRC channel today and a Live from Twitter HQ
   broadcast in full streaming fashion at a later date ;-)




 --
 Abraham Williams | Community Advocate | http://abrah.am
 Project | Out Loud | http://outloud.labs.poseurtech.com
 This email is: [ ] shareable [x] ask first [ ] private.



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

2010-02-26 Thread Orian Marx (@orian)
If TwitterHQ isn't opposed I'm sure there's someone who'd be willing
to stream the event...

On Feb 26, 5:31 pm, kosso kos...@gmail.com wrote:
 Out of interest, will there be any (legal?) reason why any of the
 attendants can't stream the meetup to UStream, for example?

 Also, do we need to bring a ticket, or will we sign in using
 OAuth?  ;) heh

 On Feb 26, 2:19 pm, Ryan Sarver rsar...@twitter.com wrote:



  We won't be having a live video stream of the event this time around.
  We will be in the IRC channel and we'll be using Google Moderator to
  take questions from people both at the event and people who are
  remote. We'll walk before we run :)

  On Fri, Feb 26, 2010 at 12:42 PM, M. Edward (Ed) Borasky

  zzn...@gmail.com wrote:
   On Feb 26, 12:33 pm, Abraham Williams 4bra...@gmail.com wrote:
   A live feed would be awesome. Also the event says March 1st through April
   1st...

   Ah ... an early April Fools' joke? ;-) I'm waiting for Linus Torvalds'
   April Fool email - I'm guessing this year he'll announce that he is
   buying Twitter ;-)

   But I'd settle for an IRC channel today and a Live from Twitter HQ
   broadcast in full streaming fashion at a later date ;-)


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 rbha...@gmail.com wrote:

 Does anybody knows roughly the gardenhose access to streaming API
 provides what % of total tweets.



Re: [twitter-dev] Re: Permanent Profile URL

2010-02-26 Thread Zac Bowling
Absolute tweet link?

Sounds like a neat and simple 3rd party api service.

Like bit.ly for specific tweets and users profiles that follows the user as
they change their username.

Zac Bowling



On Fri, Feb 26, 2010 at 9:51 PM, Andy Freeman ana...@earthlink.net wrote:

 However, there's still no way to reference a tweet using the user id.

 See http://code.google.com/p/twitter-api/issues/detail?id=1242

 On Feb 23, 2:47 pm, Paul Tarjan ptar...@gmail.com wrote:
  Perfect, Marc hit the nail on the head. Thank you.
 
  http://twitter.com/account/redirect_by_id?id=14757201
 
  On Feb 23, 10:53 am, Marc Mims marc.m...@gmail.com wrote:
 
 
 
   * Lil Peck lilp...@gmail.com [100223 10:48]:
 
On Mon, Feb 22, 2010 at 11:10 PM, Paul Tarjan ptar...@gmail.com
 wrote:
 Is there a permanent profile URL for users? Something like
 
http://twitter.com/account/profile?user_id=14757201
 
 I'd like something that is ID based (since users can change their
 short form) but is guaranteed to resolve for a while. Possibly even
 302ing to thehttp://twitter.com/name
 
 I could use
 
http://api.twitter.com/1/users/show.xml?user_id=14757201
 
 but it is rather long and doesn't return any nice HTML
 
You could make a custom TinyURL.
 
  http://twitter.com/account/redirect_by_id?id=14757201
 
   -Marc- Hide quoted text -
 
  - Show quoted text -



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:14 AM, John Kalucki j...@twitter.com wrote:

 Mark might have to comment on this too, but there's a metadata issue that
 makes this currently impossible. The deletion notice does not contain all of
 the Tweet metadata, just the primary key, and maybe another field or two.
 So, there's nothing to match to forward on to your stream. All 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 
 zzn...@gmail.comwrote:

 P.S.: A refresh of the Search page for my tweets shows that the deleted
 tweet has been removed from Search results, as desired.
 --
 M. Edward (Ed) Borasky
 borasky-research.net/m-edward-ed-borasky/

 A mathematician is a device for turning coffee into theorems. ~ Paul
 Erdos





 Quoting M. Edward (Ed) Borasky zzn...@gmail.com:

  I'm doing some testing with the filter stream using location
 bounding boxes around PDX. I can send a geocoded tweet, and it shows
 up in the output of filter not too long after that. But when I
 deleted the tweet from the web app, I never saw a delete message
 come down the filter pipe. Should I see one? How long should I have to
 wait for it?






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

2010-02-26 Thread M. Edward (Ed) Borasky
I don't know anything about gardenhose, but I do have some data from  
sample. Assuming Twitter's published number of 50 million tweets per  
day is the full firehose (minus spam, according to the blog post),  
I've estimated that a typical weekday on sample is delivering over 3  
percent of the total tweet volume.


My peak from sample this past week was 95,006 tweets for the hour  
starting 2010-02-24 01:59:59 +. The average JSON tweet is about  
1400 bytes. That peak represents a bit rate of about 300 K bits per  
second.

--
M. Edward (Ed) Borasky
borasky-research.net/m-edward-ed-borasky/

A mathematician is a device for turning coffee into theorems. ~ Paul Erdos


Quoting Mark McBride mmcbr...@twitter.com:


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 rbha...@gmail.com wrote:


Does anybody knows roughly the gardenhose access to streaming API
provides what % of total tweets.







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

2010-02-26 Thread M. Edward (Ed) Borasky


--
M. Edward (Ed) Borasky
borasky-research.net/m-edward-ed-borasky/

A mathematician is a device for turning coffee into theorems. ~ Paul Erdos




Quoting Mark McBride mmcbr...@twitter.com:


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?)


Yeah - definitely tricky. The delete messages coming from sample  
only give the user_id and status_id, and I have to assume that the  
publish process doesn't send me a delete for a status that it didn't  
send to me. ;-)


I suppose you could do the same for filter, but that would mean  
keeping track of all the tweets sent to *each* filter connection, not  
just one set of tweets like sample. That could get ugly since you  
can't predict / control how many filter connections you're going to  
get or how many tweets are going to be passed by the filter criteria.