[twitter-dev] Looking for icons

2009-09-12 Thread Francis Shanahan

I'm looking for some icons to depict the following, would be nice if
they had a Twitter theme:

follow
you are following
tweet this
reply

does such a set exist anywhere?


[twitter-dev] Re: non json response

2009-09-12 Thread Matthew Ranney
I'm seeing tons of these as well.
However, I've found that if you follow the suggestion of the META tag to
simply refresh in 0.1 seconds if you get this bogus response, you can hide
most of this from users, especially if they are on a fast network.

On Thu, Sep 10, 2009 at 2:09 PM, Monica Keller monica.kel...@gmail.comwrote:


 We see this error 75% of the time. Have you guys made an progress on
 resolving the issue ?

 On Sep 6, 8:14 pm, archF6 tylerjpeter...@gmail.com wrote:
  I am able to consistently reproduce this error.  I am making GET
  requests via PHP from IP: 96.30.16.192.  I receive the error without
  fail after periods of inactivity lasting 2 hours or more.  The header
  response code is 200.  Please let me know if I can provide any
  additional info that might help you diagnose the problem, or if you
  have suggestions about how best to handle.
 
  Thanks.
 
  On Sep 6, 3:35 pm, Rudifa rudi.far...@gmail.com wrote:
 
 
 
   I have seen this same http page with empty body
   !DOCTYPEhtmlPUBLIC -//W3C//DTDHTML4.01//EN http://www.w3.org/
   TR/1999/REC-html401-19991224/strict.dtd
   !-- !DOCTYPEHTMLPUBLIC -//W3C//DTDHTML4.01//EN
   http://www.w3.org/TR/html4/strict.dtd; --
   HTML
   HEAD
   META HTTP-EQUIV=Refresh CONTENT=0.1
   META HTTP-EQUIV=Pragma CONTENT=no-cache
   META HTTP-EQUIV=Expires CONTENT=-1
   TITLE/TITLE
   /HEAD
   BODYP/BODY
   /HTML
   a number of times in the last few days (but intermittently - a good
   response may come after several attempts),
   in response tohttp://twitter.com/users/show/rudifa.json
 
   The most recent one was on UTC time
   2009-09-06 18:55:38.262
   My IP is 84.227.186.88 as reported byhttp://www.whatismyip.com/
 
   Could someone at twitter.com please tell us what does this mean?
 Server
   (s) overloaded?
 
   On Aug 30, 1:20 pm, Steven Wilkin iamthebisc...@gmail.com wrote:
 
I'm consistently getting the same response when accessinghttp://
 search.twitter.com/trends.jsonfrom209.40.204.183
 
Steve
 
On Aug 26, 5:27 pm, Ryan Sarver rsar...@twitter.com wrote:
 
 Ben,
 
 It's a known issue and we are trying to hunt it down. Can you
 please
 provide us with your source IP and an approximate time of when you
 saw
 it?
 
 Thanks, RyanOn Wed, Aug 26, 2009 at 7:00 AM, ben
 ben.apperr...@googlemail.com wrote:
 
  Occassionally i get back a 200 statushtmlresponse from the json
  search api which look like this, most times the same search works
  fine, it just happens occassionally:
 
  !DOCTYPEhtmlPUBLIC -//W3C//DTDHTML4.01//EN 
 http://www.w3.org/
  TR/1999/REC-html401-19991224/strict.dtd
  !-- !DOCTYPEHTMLPUBLIC -//W3C//DTDHTML4.01//EN
  http://www.w3.org/TR/html4/strict.dtd; --
  HTML
  HEAD
  META HTTP-EQUIV=Refresh CONTENT=0.1
  META HTTP-EQUIV=Pragma CONTENT=no-cache
  META HTTP-EQUIV=Expires CONTENT=-1
  TITLE/TITLE
  /HEAD
  BODYP/BODY
  /HTML
 
  Does anyone recognise what this kind of response means? Is it
 normal,
  or just beta-ish quirks?- Hide quoted text -
 
  - Show quoted text -



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

2009-09-12 Thread WyoKnott

A few months ago I was introduced to the Twitter API by a prospective
client who wanted a custom application. I took the time to learn the
API and wrote a quick and dirty standalone windows app. The project
fell through (the client could not get financing) but I have continued
to be a twitter user and have subscribed to this group email. I
stopped development on the project because the API does not yet seem
stable enough for me to try to produce a marketable product on my own
while at the same time chasing an API around. Is my opinion way off
the mark or are some of the other developers out there feeling the
same way.

I am considering restarting development on the project if the Twitter
API is likely to get more stable in the near future.

Thanks for tolerating my ravings

WyoKnott


[twitter-dev] 401 errors when retrieving statuses of Verified accounts.

2009-09-12 Thread Heath

Our application has been getting 401 errors when attempting to cache
tweets from the new Verified Accounts. This includes accounts like
Mashable (http://twitter.com/mashable).

We are using the user_timeline.xml method, and get the 401 when using
a white-listed account to avoid default rate limits.

Is this no longer possible when using a whitelist account, or is there
another method without this restriction?


[twitter-dev] Tweet not indexed (spam prevention?)

2009-09-12 Thread evanjacobs

I have an app for drink tasting notes (http://idrankthis.com). Until
now my app has parsed replies to @idrankthis but I'm in the process of
modifying the app to search for posts that contain the tag
#idrankthis.

Today I was testing this change by tweeting with a test account
(@idt2). I waited and waited for the tweet (http://bit.ly/12oISf) to
appear in search results for '#idrankthis' but it never did. Then I
posted a test with my personal account (@evanjacobs) and the tweet was
indexed very quickly.

Is this some sort of spam prevention? Specifically, is Twitter
preventing the indexing of tweets from accounts that may fit the
profile of spammers? At the time of this test tweet this account
(@idt2) was following 1 account and had 4 followers (mostly spammers
themselves). This account also doesn't have a bio or profile photo.

Thanks for any help in answering this question.

Regards,
Evan Jacobs (@evanjacobs)
http://idrankthis.com (@idrankthis)


[twitter-dev] Re: whitelisting q

2009-09-12 Thread developar

I have the same question :)

On Aug 28, 8:08 pm, Joseph Cheek jos...@cheek.com wrote:
 Hi all,

 I'm hopeful that someone on-list can answer this as I have been over the
 faqs and am still not sure I understand.

 Whitelistinggives me more API calls (20,000 vs 150 per hour) but still
 only 1000 status updates per day, correct?

 I'm developing a bot that responds to updates with a certain hashtag and am 
 concerned that if there are more than 1000 updates per day with that hashtag 
 that I will only be able to respond to the first thousand.  What's the proper 
 thing to do in that case, split it among several different accounts?

 Joseph Cheek
 jos...@cheek.com,www.cheek.com
 twitter:http://twitter.com/cheekdotcom


[twitter-dev] How much time it takes to get a white listening ?

2009-09-12 Thread developar

Dears,

We've developed a web application based on twitter, which basiclly
fetch any users mentioning our service user name to proccess it.

Anyway, 90% of the project is done  we have requested a white listing
before 10 days with a link to the live project, with no response till
now.

I heard somewhere it takes 1 week maximum to get the response via the
DM, but nothing till now at all !

May I know if we should resubmit the form or it will take more time
then? or what should we do?

The problem is that we are ready to launch the project, but just we
need to do some testing using the new rate limit.


Regards


[twitter-dev] Follow Notices

2009-09-12 Thread DragonFlyEye

Just thought I'd suggest that follow notice emails include the
username that is being followed. Some of us manage multiple accounts
and trying to figure out which one is being followed from the email
updates is neigh-on impossible.


[twitter-dev] Can the Twitter API call me?

2009-09-12 Thread Duncan

Does Twitter have something in place where i can build a litener app
that Twitter can HTTP/POST to when a new follower follows me or
someone sends me a direct message, etc?

Duncan


[twitter-dev] Re: non json response

2009-09-12 Thread Raffi Krikorian


Hi all.

This is an extremely high priority problem for us, and for me  
personally, to fix.


If you're having this problem, please free to reach out to me, but  
please try to include:


* the IP address your request is coming from
* the request you're making
* the response you got back
* the time that the request/response was made/received

(or, a tcpdump or curl output when doing -vvv would be sufficient also)


On Sep 10, 2009, at 10:05 PM, Matthew Ranney m...@ranney.com wrote:


I'm seeing tons of these as well.

However, I've found that if you follow the suggestion of the META  
tag to simply refresh in 0.1 seconds if you get this bogus  
response, you can hide most of this from users, especially if they  
are on a fast network.


On Thu, Sep 10, 2009 at 2:09 PM, Monica Keller monica.kel...@gmail.com 
 wrote:


We see this error 75% of the time. Have you guys made an progress on
resolving the issue ?

On Sep 6, 8:14 pm, archF6 tylerjpeter...@gmail.com wrote:
 I am able to consistently reproduce this error.  I am making GET
 requests via PHP from IP: 96.30.16.192.  I receive the error without
 fail after periods of inactivity lasting 2 hours or more.  The  
header

 response code is 200.  Please let me know if I can provide any
 additional info that might help you diagnose the problem, or if you
 have suggestions about how best to handle.

 Thanks.

 On Sep 6, 3:35 pm, Rudifa rudi.far...@gmail.com wrote:



  I have seen this same http page with empty body
  !DOCTYPEhtmlPUBLIC -//W3C//DTDHTML4.01//EN http://www.w3.org/
  TR/1999/REC-html401-19991224/strict.dtd
  !-- !DOCTYPEHTMLPUBLIC -//W3C//DTDHTML4.01//EN
  http://www.w3.org/TR/html4/strict.dtd; --
  HTML
  HEAD
  META HTTP-EQUIV=Refresh CONTENT=0.1
  META HTTP-EQUIV=Pragma CONTENT=no-cache
  META HTTP-EQUIV=Expires CONTENT=-1
  TITLE/TITLE
  /HEAD
  BODYP/BODY
  /HTML
  a number of times in the last few days (but intermittently - a  
good

  response may come after several attempts),
  in response tohttp://twitter.com/users/show/rudifa.json

  The most recent one was on UTC time
  2009-09-06 18:55:38.262
  My IP is 84.227.186.88 as reported byhttp://www.whatismyip.com/

  Could someone at twitter.com please tell us what does this mean?  
Server

  (s) overloaded?

  On Aug 30, 1:20 pm, Steven Wilkin iamthebisc...@gmail.com wrote:

   I'm consistently getting the same response when  
accessinghttp://search.twitter.com/trends.jsonfrom209.40.204.183


   Steve

   On Aug 26, 5:27 pm, Ryan Sarver rsar...@twitter.com wrote:

Ben,

It's a known issue and we are trying to hunt it down. Can  
you please
provide us with your source IP and an approximate time of  
when you saw

it?

Thanks, RyanOn Wed, Aug 26, 2009 at 7:00 AM,  
benben.apperr...@googlemail.com wrote:


 Occassionally i get back a 200 statushtmlresponse from the  
json
 search api which look like this, most times the same  
search works

 fine, it just happens occassionally:

 !DOCTYPEhtmlPUBLIC -//W3C//DTDHTML4.01//EN http://www.w3.org/
 TR/1999/REC-html401-19991224/strict.dtd
 !-- !DOCTYPEHTMLPUBLIC -//W3C//DTDHTML4.01//EN
 http://www.w3.org/TR/html4/strict.dtd; --
 HTML
 HEAD
 META HTTP-EQUIV=Refresh CONTENT=0.1
 META HTTP-EQUIV=Pragma CONTENT=no-cache
 META HTTP-EQUIV=Expires CONTENT=-1
 TITLE/TITLE
 /HEAD
 BODYP/BODY
 /HTML

 Does anyone recognise what this kind of response means? Is  
it normal,

 or just beta-ish quirks?- Hide quoted text -

 - Show quoted text -



[twitter-dev] Re: Can the Twitter API call me?

2009-09-12 Thread Raffi Krikorian


Hi Duncan.

No, not right now.



On Sep 11, 2009, at 8:24 AM, Duncan dun...@therecoveryplace.net wrote:



Does Twitter have something in place where i can build a litener app
that Twitter can HTTP/POST to when a new follower follows me or
someone sends me a direct message, etc?

Duncan


[twitter-dev] Re: How much time it takes to get a white listening ?

2009-09-12 Thread Chad Etzel

Hi all,

I am working on clearing out the whitelist queue today.

-Chad

On Sat, Sep 12, 2009 at 4:11 AM, developardevelo...@gmail.com wrote:

 Dears,

 We've developed a web application based on twitter, which basiclly
 fetch any users mentioning our service user name to proccess it.

 Anyway, 90% of the project is done  we have requested a white listing
 before 10 days with a link to the live project, with no response till
 now.

 I heard somewhere it takes 1 week maximum to get the response via the
 DM, but nothing till now at all !

 May I know if we should resubmit the form or it will take more time
 then? or what should we do?

 The problem is that we are ready to launch the project, but just we
 need to do some testing using the new rate limit.


 Regards



[twitter-dev] Re: Tweet not indexed (spam prevention?)

2009-09-12 Thread Chad Etzel

Hi Evan,

Yes, there are some triggers in place to prevent spammy looking
accounts/tweets from being indexed, but the more likely case is that
you may have been testing during a peak tweet time and unfortunately
the @idt2 tweet may have been dropped from indexing under heavy load.

Have you tried again from that account lately?

-Chad

On Fri, Sep 11, 2009 at 4:34 PM, evanjacobsevansvenjac...@gmail.com wrote:

 I have an app for drink tasting notes (http://idrankthis.com). Until
 now my app has parsed replies to @idrankthis but I'm in the process of
 modifying the app to search for posts that contain the tag
 #idrankthis.

 Today I was testing this change by tweeting with a test account
 (@idt2). I waited and waited for the tweet (http://bit.ly/12oISf) to
 appear in search results for '#idrankthis' but it never did. Then I
 posted a test with my personal account (@evanjacobs) and the tweet was
 indexed very quickly.

 Is this some sort of spam prevention? Specifically, is Twitter
 preventing the indexing of tweets from accounts that may fit the
 profile of spammers? At the time of this test tweet this account
 (@idt2) was following 1 account and had 4 followers (mostly spammers
 themselves). This account also doesn't have a bio or profile photo.

 Thanks for any help in answering this question.

 Regards,
 Evan Jacobs (@evanjacobs)
 http://idrankthis.com (@idrankthis)



[twitter-dev] Re: Follow Notices

2009-09-12 Thread Chad Etzel

Hello,

This information (and more) is included in the email headers:
example from email I got today (some info redacted):

X-Twittercreatedat: Sat Sep 12 11:10:04 + 2009
X-Twitterrecipientid: 66X
X-Twitterrecipientscreenname: jazzychad
X-Campaignid: twitter20080331162631
X-Twitteremailtype: is_following
Bounces-To: Twitter ...@postmaster.twitter.com
X-Twittersenderid: 51XX
Errors-To: Twitter xxx...@postmaster.twitter.com
X-Twittersendername: Joe Somebody
X-Twittersenderscreenname: joesomebody14
X-Twitterrecipientname: Chad

-Chad


On Sat, Sep 12, 2009 at 11:36 AM, DragonFlyEyedragonflyey...@gmail.com wrote:

 Just thought I'd suggest that follow notice emails include the
 username that is being followed. Some of us manage multiple accounts
 and trying to figure out which one is being followed from the email
 updates is neigh-on impossible.



[twitter-dev] Re: 401 errors when retrieving statuses of Verified accounts.

2009-09-12 Thread Chad Etzel

Hmm, this should not be the case. Is anyone else seeing this issue?
If you continue to see this, please create an issue here:
http://code.google.com/p/twitter-api/issues/list

Thanks,
-Chad

On Fri, Sep 11, 2009 at 3:34 PM, Heathmaxim...@gmail.com wrote:

 Our application has been getting 401 errors when attempting to cache
 tweets from the new Verified Accounts. This includes accounts like
 Mashable (http://twitter.com/mashable).

 We are using the user_timeline.xml method, and get the 401 when using
 a white-listed account to avoid default rate limits.

 Is this no longer possible when using a whitelist account, or is there
 another method without this restriction?



[twitter-dev] getting error Unexpected oauth_verifier parameter after requesting access token

2009-09-12 Thread DanInDC

I am trying to build a twitter app that uses oauth to signin.

I am successfully getting a request token and successfully being
returned to my callback url. But when I request the access token using
a request:

http://twitter.com/oauth/access_token?oauth_nonce=83055562amp;oauth_timestamp=1252784756amp;oauth_signature_method=HMAC-SHA1amp;oauth_consumer_key=CONSUMER_KEYamp;oauth_verifier=Noneamp;oauth_version=1.0amp;oauth_token=OAUTH_TOKENamp;oauth_signature=OUATH_SIG%3Damp;oauth_callback=None

and I get the error:

errorUnexpected oauth_verifier parameter/error

I understand oauth_verifier is for desktop twitter apps, but my app is
a web app and is set as such in my application settings at
twitter.com.

Upfront, I am working with a lot of new technologies on this project,
so it may be something obvious.
Would appreciate any help.


[twitter-dev] Re: getting error Unexpected oauth_verifier parameter after requesting access token

2009-09-12 Thread JDG
Well ... the most obvious thing to do would be to get rid of the unexpected
oauth_verifier parameter :)

Seriously, if you're using it as a webapp, you shouldn't put that in there.

On Sat, Sep 12, 2009 at 14:05, DanInDC danjacob.beaul...@gmail.com wrote:


 I am trying to build a twitter app that uses oauth to signin.

 I am successfully getting a request token and successfully being
 returned to my callback url. But when I request the access token using
 a request:


 http://twitter.com/oauth/access_token?oauth_nonce=83055562amp;oauth_timestamp=1252784756amp;oauth_signature_method=HMAC-SHA1amp;oauth_consumer_key=CONSUMER_KEYamp;oauth_verifier=Noneamp;oauth_version=1.0amp;oauth_token=OAUTH_TOKENamp;oauth_signature=OUATH_SIG%3Damp;oauth_callback=None

 and I get the error:

 errorUnexpected oauth_verifier parameter/error

 I understand oauth_verifier is for desktop twitter apps, but my app is
 a web app and is set as such in my application settings at
 twitter.com.

 Upfront, I am working with a lot of new technologies on this project,
 so it may be something obvious.
 Would appreciate any help.




-- 
Internets. Serious business.


[twitter-dev] Re: Tweet not indexed (spam prevention?)

2009-09-12 Thread ejake

Thanks for the reply Chad. I just tried it again and it worked great.

Do you have any stats about how often tweets are dropped from
indexing? It make me a bit nervous to make this change to my app if
there is a chance that I won't see a significant number of messages.

Also, is there any thought about revealing a spam score for a tweet
or for an account. That is, if each tweet or account had a score
indicating the likelihood of that tweet or account being spam then
different clients could set different thresholds based on their
tolerance for such things. Just an idea.

Regards,
Evan Jacobs (@evanjacobs)
http://idrankthis.com (@idrankthis)


[twitter-dev] following-each-other ???????

2009-09-12 Thread mostafa farghaly

hi guys
i think we need this tag to send direct messages easily,
as far as i know i can send direct messages to the buddies i follow
and they follow me in the same time , and there's now direct way to
know this info from the user info tag, i don't want to make two
request: one for making sure they follow each other and one to send
the direct message :( .


[twitter-dev] Re: Can the Twitter API call me?

2009-09-12 Thread Nick Arnett
On Fri, Sep 11, 2009 at 8:24 AM, Duncan dun...@therecoveryplace.net wrote:


 Does Twitter have something in place where i can build a litener app
 that Twitter can HTTP/POST to when a new follower follows me or
 someone sends me a direct message, etc?


Gnip can do this for Twitter data and there are free accounts available.

Nick


[twitter-dev] Re: following-each-other ???????

2009-09-12 Thread Abraham Williams
User objects used to support following but it was known to be unreliable
so it has been deprecated. See announcement:
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/42ba883b9f8e3c6e?tvc=2

If you don't wan't to make 2 API calls just try sending the DM and if it
fails then you know there is no friendship there.

Abraham

On Sat, Sep 12, 2009 at 19:07, mostafa farghaly keepon...@gmail.com wrote:


 hi guys
 i think we need this tag to send direct messages easily,
 as far as i know i can send direct messages to the buddies i follow
 and they follow me in the same time , and there's now direct way to
 know this info from the user info tag, i don't want to make two
 request: one for making sure they follow each other and one to send
 the direct message :( .




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: following-each-other ???????

2009-09-12 Thread Michael Steuer
Does a failed dm because of no relationship count against the rate  
limit?




On Sep 12, 2009, at 9:00 PM, Abraham Williams 4bra...@gmail.com wrote:

User objects used to support following but it was known to be  
unreliable so it has been deprecated. See announcement: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/42ba883b9f8e3c6e?tvc=2


If you don't wan't to make 2 API calls just try sending the DM and  
if it fails then you know there is no friendship there.


Abraham

On Sat, Sep 12, 2009 at 19:07, mostafa farghaly  
keepon...@gmail.com wrote:


hi guys
i think we need this tag to send direct messages easily,
as far as i know i can send direct messages to the buddies i follow
and they follow me in the same time , and there's now direct way to
know this info from the user info tag, i don't want to make two
request: one for making sure they follow each other and one to send
the direct message :( .



--
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.