[twitter-dev] API speed is kicking ass lately...

2010-01-15 Thread PJB


Woo hoo... something must have changed... for at least the past 24
hours, I am noticing incredible performance from API calls.  Seems to
be at least 40% faster than earlier in the week.


Re: [twitter-dev] API speed is kicking ass lately...

2010-01-15 Thread BrandonUSA
By at once, I mean with one api call

On Fri, Jan 15, 2010 at 12:21 AM, BrandonUSA brandon...@gmail.com wrote:

 Is there a service to remove all the people you are following at once?



Re: [twitter-dev] Re: issues with retweets and API

2010-01-15 Thread srikanth reddy
Okay forget about ETA. Does twitter have any plans to introduce new method
for undoing retweet? or will they just update(provide additional flag
retweeted_by_me) that status or will they just remove that original
status(once it is retweeted) in timelines and other methods?
Please let us know if you are not going to provide retweet/undo method. This
will be helpful .


On Mon, Jan 11, 2010 at 12:14 PM, srikanth reddy srikanth.yara...@gmail.com
 wrote:

 Any ETA for the following. Its been a while.

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

 .





[twitter-dev] Re: API speed is kicking ass lately...

2010-01-15 Thread PJB

Your question is not germane to the topic at hand.  Nor, for that
matter, is it germane to this discussion group at all.

On Jan 15, 12:21 am, BrandonUSA brandon...@gmail.com wrote:
 Is there a service to remove all the people you are following at once?


Re: [twitter-dev] Re: API speed is kicking ass lately...

2010-01-15 Thread BrandonUSA
good job clearing it up.

On Fri, Jan 15, 2010 at 12:31 AM, PJB pjbmancun...@gmail.com wrote:


 Your question is not germane to the topic at hand.  Nor, for that
 matter, is it germane to this discussion group at all.

 On Jan 15, 12:21 am, BrandonUSA brandon...@gmail.com wrote:
  Is there a service to remove all the people you are following at once?



[twitter-dev] Re: Rate limits for Searching APIs (revamped)

2010-01-15 Thread M. Edward (Ed) Borasky


On Jan 14, 3:49 pm, Abraham Williams 4bra...@gmail.com wrote:
 The Search API limit is not publicly available but is more then 150 calls
 per hour per IP. Once you hit the rate limit there will be a header in the
 response that specifies when you start making calls again.

 You can read more about the Search API rate limit here:

 http://apiwiki.twitter.com/Rate-limiting

I guess I need to run this by the author of the Perl API library then.
I'm seeing x-ratelimit headers come back on search API calls, and it
does say 150 per hour. Could that be because I'm using oAuth?



[twitter-dev] Re: Retrieving tweets of an employee

2010-01-15 Thread Ryan Rosario
Indeed. I tried several other employees. Not all of them exhibited
this behavior, but all of the users that did, were Twitter employees.

If this is some magic, it would be better for it to throw a 404 or
401. I think most developers disregard 404s, but retry on 500.
In my application, retrying on 500 led to an infinite loop.

R.

On Jan 14, 5:22 pm, Peter Denton petermden...@gmail.com wrote:
 yeah, perhaps some greg pass magic going on on the account behind the
 scenes.

 On Thu, Jan 14, 2010 at 5:18 PM, Ryan Rosario uclamath...@gmail.com wrote:
  count=200 worked for the hundreds of other users, just not this one.
  This seems like a bug.
  I can't even retrieve his tweets in Tweetie (Internal server error)

  R.

  On Jan 14, 5:12 pm, Peter Denton petermden...@gmail.com wrote:
   Well this seems to work:

  http://twitter.com/statuses/user_timeline/kevinweil.json?count=10page=1

   On Thu, Jan 14, 2010 at 5:00 PM, Ryan Rosario uclamath...@gmail.com
  wrote:
   http://twitter.com/statuses/user_timeline/kevinweil.json?page=1count.
  ..
yields File not Found in Firefox.

In Safari, it downloads the 500 web page.

R.

On Jan 14, 4:51 pm, Peter Denton petermden...@gmail.com wrote:
 if you put the URL in the browser it works?

 On Thu, Jan 14, 2010 at 4:44 PM, Ryan Rosario uclamath...@gmail.com

wrote:
  If I remove the count parameter from the Curl call, it works, but
  with any count parameter, I get a 500.

  On Jan 14, 4:39 pm, Ryan Rosario uclamath...@gmail.com wrote:
   kevinweil :)

   I logged out of my account and his tweets are publicly viewable.

   On Jan 14, 4:27 pm, Peter Denton petermden...@gmail.com wrote:

do you have the username? they might be protected, but have
  given
you
access?

On Thu, Jan 14, 2010 at 4:26 PM, Ryan Rosario 
uclamath...@gmail.com
  wrote:
 I am working on a project where I need to extract some tweets
from my
 friends and followers. I follow a couple of employees of
  Twitter,
and
 for some reason, I cannot retrieve the tweets for one of
  them. In
 Python urllib2, I get a 500 error. In my script, I retry upon
  a
500,
 but this profile consistently returns a 500 error.

 If I use curl to try to retrieve this user's tweets, I get a
  500
web
 page (Thanks for noticing! We'll get on it or something
  like
that)
 instead of a JSON error return.

 I can email privately which user I am talking about because I
don't
 want to post it here unless it is ok. Is this is a random
problem, or
 is there extra security on employee profiles? I also
  experience
this
 problem when trying to list their tweets in Tweetie.

 TIA,
 Ryan


Re: [twitter-dev] Re: Tweets with !, ', and other characters refused..

2010-01-15 Thread Xavier Grosjean
There must be an issue in the OAuth signature computing, which is why you
are requested to provide your login again...

2010/1/14 thetwitmaniac alon.a.ta...@gmail.com

 We are using UTF-8 and still have this issue!  Really can't understand
 why, all help would be greatly appreciated!

 On Dec 23 2009, 6:04 pm, Abraham Williams 4bra...@gmail.com wrote:
  Make sure you are properly encoding the characters before you send them
 to
  Twitter.
 
  Abraham
 
  On Tue, Dec 22, 2009 at 23:49, thetwitmaniac alon.a.ta...@gmail.com
 wrote:
   Hi,
 
   I'm building a desktop twitter client and for some reason whenever I
   try to post a tweet with an exclamation mark or apostrophe, the tweet
   is rejected and I am presented with a request to provide login
   credential for the Twitter API.
 
   Has anyone run into this issue or have any idea why this would occur?
 
   Thanks!
 
  --
  Abraham Williams | Awesome Lists |http://awesomeli.st
  Project | Intersect |http://intersect.labs.poseurtech.com
  Hacker |http://abrah.am|http://twitter.com/abraham
  This email is: [ ] shareable [x] ask first [ ] private.



[twitter-dev] Registering Apps

2010-01-15 Thread Danielle
Is anyone else having difficulties registering applications for use
with the Twitter API?  I couldn't even modify any of my settings and
the only notifications i ever received was Check your registration
settings.  I thought it may have been corrupted or something
therefore i deleted my application in hopes of creating a new one that
would allow me to update my apps information.

Unfortunately, I am still getting the same dreaded error with no
avail.  I've contacted Twitter Support but the only response i have
received from them was that i do not have an application registered.
I'm not sure if it is a bot or something but it's quite frustrating.

I would appreciate any feedback or resolutions if anyone else is
experiencing this issue.  I hope it isn't isolated to my user account.

Thanks again,

Danielle


[twitter-dev] AS3 library comparison

2010-01-15 Thread eco_bach
For a personal project I am building an AS3 only web based Twitter
search and client application. According to Twitter's FAQ, they
recommend using Oauth moving forward as a means of authentication. But
from what I've seen (and please correct me if I'm wrong), 3rd party
libraries (Tweetr,  twitterscript, SWX) don't yet implement OAuth.
Is anyone aware of any objective comparison between the various
Actionscript Twitter libraries available?
And can anyone point me to any live as3 web applications currently
using Oauth?


[twitter-dev] After changing the callback URL, it is still going to the old one

2010-01-15 Thread Gavin Bong
Hi,

I changed my application's callback URL but twitter is still calling
the old callback URL.
It was changed 8 hours ago. What gives ? What should I do ?

Regards,

Gavin


[twitter-dev] Saved Searches API questions

2010-01-15 Thread Orian Marx (@orian)
Three questions: 1) Is there (/should there be) an update method for
existing saved search in order to modify the query? I'm guess right
now the only way to do this is to create a new query and delete the
old one. 2) Is there a way to modify the name field? Right now it
seems to just be a duplicate of query. 3) How is the position
field supposed to be used?


[twitter-dev] Re: AS3 library comparison

2010-01-15 Thread Orian Marx (@orian)
I have been building a Flash app that uses OAuth authentication with
Twitter. But before you even worry about that, you need to know that
thanks to Twitters bizzare crossdomain.xml policy, you're going to
need a PHP proxy or something similar in order to send your requests
to Twitter. Flash in the browser cannot authenticate directly to
Twitter thanks to their policies. Take a look:
http://groups.google.com/group/twitter-development-talk/browse_frm/thread/e35a708400b529b3/a523a3f5e6c3d6a5?lnk=gstq=crossdomain#a523a3f5e6c3d6a5

That said, here are some resources that may be useful:
http://soenkerohde.com/2009/07/high-level-as3flex-library-for-oauth-with-twitter-from-air/
http://www.iotashan.com/index.php/2008/04/28/oauth-actionscript-library/

On Jan 14, 5:02 pm, eco_bach bac...@gmail.com wrote:
 For a personal project I am building an AS3 only web based Twitter
 search and client application. According to Twitter's FAQ, they
 recommend using Oauth moving forward as a means of authentication. But
 from what I've seen (and please correct me if I'm wrong), 3rd party
 libraries (Tweetr,  twitterscript, SWX) don't yet implement OAuth.
 Is anyone aware of any objective comparison between the various
 Actionscript Twitter libraries available?
 And can anyone point me to any live as3 web applications currently
 using Oauth?


[twitter-dev] Re: API speed is kicking ass lately...

2010-01-15 Thread Aaron Rankin
Yeah, in talking w/ @raffi on the API team, I learned that simply by
using the api.twitter.com URL when calling REST methods instead of the
legacy format of using just twitter.com, you're using a separate and
better hardware base. Hence, the chance for faster speeds. The
twitter.com REST methods share the same hardware as the twitter.com
website.

On Jan 15, 2:03 am, PJB pjbmancun...@gmail.com wrote:
 Woo hoo... something must have changed... for at least the past 24
 hours, I am noticing incredible performance from API calls.  Seems to
 be at least 40% faster than earlier in the week.


Re: [twitter-dev] Remove all followers with one call?

2010-01-15 Thread Damon Clinkscales
On Fri, Jan 15, 2010 at 2:21 AM, BrandonUSA brandon...@gmail.com wrote:
 By at once, I mean with one api call

 On Fri, Jan 15, 2010 at 12:21 AM, BrandonUSA brandon...@gmail.com wrote:

 Is there a service to remove all the people you are following at once?
Nope.

Read this sometime when you're bored -
http://apiwiki.twitter.com/Twitter-API-Documentation

-damon


[twitter-dev] Anyone using phirehose?

2010-01-15 Thread GeorgeMedia
I'm looking for a solid PHP library to access the gardenhose and just
wondering if anyone is successfully implementing this using phirehose.
It seems to be the only one out there...

This fairly dated code seems to work for random periods of time then
stops.

http://hasin.wordpress.com/2009/06/20/collecting-data-from-streaming-api-in-twitter/



[twitter-dev] Re: Update profile image API using OAuth

2010-01-15 Thread Vikram
Please someone at least share the raw text of a successful request to
this API via OAuth. I will compare my request and see what I need to do


[twitter-dev] Re: Twitter Oauth Issues

2010-01-15 Thread Proxdeveloper
Hey man, What do you mean by that ?

On Jan 13, 6:59 pm, Andrew Badera and...@badera.us wrote:
 Server timestamp difference?

 ∞ Andy Badera
 ∞ +1 518-641-1280 Google Voice
 ∞ This email is: [ ] bloggable [x] ask first [ ] private
 ∞ Google me:http://www.google.com/search?q=andrew%20badera

 On Wed, Jan 13, 2010 at 4:16 PM, Proxdeveloper prox.develo...@gmail.com 
 wrote:
  Hello folks, I'm developing atwitterdesktop client for windows using
  theOauthmethod, but for some reason I'm getting this error while
  requesting an Access token The remote server returned an error: (401)
  Unauthorized..

  This issue is only happening in my development PC, I've tried the app
  in other computers and Internet Connections and it works great, I'm
  guessing this is happening because I make too much requests totwitter
  from the same computer.

  Could anyone help me on this issue ?
  Thanks.


[twitter-dev] Is this API limit work around ok?

2010-01-15 Thread Robb
Hello all,
I am developing a Twitter web app currently on shared hosting.  The
only Twitter API call that I make is an unauthenticated call to users/
show which is counted against my IP address API rate limit.  I do not
have a static IP address so I can't whitelist my IP until I get my own
server.  I can only whitelist my username.

Can I add my accont authentication to the following call:

http://twitter.com/users/show/username.xml

in order to count the rate limit against my username instead of my IP
for every user that visits my site?

I am still a novice at PHP, especially security.  Would it be ok for
me to make this call with basic authentication inside a PHP script,
only returning the bits of info that I need to the user?

Note that this feature of my site will not be behind a login for
Twitter users, so I can not have users login and then have the API
rate limit applied to their username.

Thanks for the help,
Robb



[twitter-dev] Re: AS3 library comparison

2010-01-15 Thread eco_bach
Thanks
Yes,  I've seen Sönke's post on a Flex4 AIR based twitter app.  Also
came across a tutorial using OAuth with the Tweetr library, but
confused about the extra handshaking apparently needed to enter the
PIN for a web application. I thought this was only necessary for a
desktop-AIR application...will need to investigate more...


Re: [twitter-dev] Is this API limit work around ok?

2010-01-15 Thread Abraham Williams
Yes you can make the calls using basic authentication to target the rate hit
to the account.

On Fri, Jan 15, 2010 at 12:50, Robb robert.stro...@gmail.com wrote:

 Hello all,
 I am developing a Twitter web app currently on shared hosting.  The
 only Twitter API call that I make is an unauthenticated call to users/
 show which is counted against my IP address API rate limit.  I do not
 have a static IP address so I can't whitelist my IP until I get my own
 server.  I can only whitelist my username.

 Can I add my accont authentication to the following call:

 http://twitter.com/users/show/username.xml

 in order to count the rate limit against my username instead of my IP
 for every user that visits my site?

 I am still a novice at PHP, especially security.  Would it be ok for
 me to make this call with basic authentication inside a PHP script,
 only returning the bits of info that I need to the user?

 Note that this feature of my site will not be behind a login for
 Twitter users, so I can not have users login and then have the API
 rate limit applied to their username.

 Thanks for the help,
 Robb




-- 
Abraham Williams | Moved to Seattle | May cause email delays
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Seattle, WA, United States


Re: [twitter-dev] Re: Twitter Oauth Issues

2010-01-15 Thread Mark McBride
Is the system time on your machine correct?  We've heard reports of
issues when system clocks are wildly divergent from reality.

   ---Mark

http://twitter.com/mccv



On Fri, Jan 15, 2010 at 11:51 AM, Proxdeveloper
prox.develo...@gmail.com wrote:
 Hey man, What do you mean by that ?

 On Jan 13, 6:59 pm, Andrew Badera and...@badera.us wrote:
 Server timestamp difference?

 ∞ Andy Badera
 ∞ +1 518-641-1280 Google Voice
 ∞ This email is: [ ] bloggable [x] ask first [ ] private
 ∞ Google me:http://www.google.com/search?q=andrew%20badera

 On Wed, Jan 13, 2010 at 4:16 PM, Proxdeveloper prox.develo...@gmail.com 
 wrote:
  Hello folks, I'm developing atwitterdesktop client for windows using
  theOauthmethod, but for some reason I'm getting this error while
  requesting an Access token The remote server returned an error: (401)
  Unauthorized..

  This issue is only happening in my development PC, I've tried the app
  in other computers and Internet Connections and it works great, I'm
  guessing this is happening because I make too much requests totwitter
  from the same computer.

  Could anyone help me on this issue ?
  Thanks.