[twitter-dev] Re: Connection Reset by Peer

2009-10-25 Thread Andrew Badera
What's the difficulty in using OAuth for whitelisted accounts? ∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Sun, Oct 25, 2009 at 1:02 AM, Jesse Stay jesses...@gmail.com wrote: This is a

[twitter-dev] Re: Connection Reset by Peer

2009-10-25 Thread Jesse Stay
What's the benefit of using oAuth for whitelisted accounts? If no other user is going to use it but me for the purposes of my app, I'm not sure oAuth gives me any benefits (or Twitter for that matter). That's besides the point though - oAuth or not shouldn't be affecting this. This is something

[twitter-dev] Re: Connection Reset by Peer

2009-10-25 Thread Jesse Stay
I'm sending from Slicehost. Not seeing any roadblocks of any sort. FWIW my other Slicehost servers sending calls to Twitter are working just fine. It seems to be just this specific IP. Here's my Traceroute: traceroute to twitter.com (128.121.146.100), 30 hops max, 60 byte packets 1

[twitter-dev] Re: Connection Reset by Peer

2009-10-25 Thread Jesse Stay
Well I think I've fixed it. Not sure what the problem was, but restarting a few things on the server made the errors go away. Very odd. We'll see if it comes back. Jesse On Sun, Oct 25, 2009 at 1:48 AM, Jesse Stay jesses...@gmail.com wrote: I'm sending from Slicehost. Not seeing any

[twitter-dev] Newly deleted tweets and Suspended/Protected Users

2009-10-25 Thread Tim Haines
Hi there, Is there a way to bulk retrieve id's of tweets that have recently been deleted, or users that have been suspended or that have protected themselves? Cheers, Tim.

[twitter-dev] Re: XML parsing error when using JSON search.twitter.com/search.json?

2009-10-25 Thread EastSideDev
I am having similar problems using file_get_contents, with certain API calls, and JSON, but it works fine with other API calls. On Oct 24, 10:11 am, TrixJo tri...@gmail.com wrote: Hello I am trying to search twitter content using a mySQL/PHP entry in a table: $contents = file_get_contents(

[twitter-dev] Re: Connection Reset by Peer

2009-10-25 Thread Dossy Shiobara
On 10/25/09 12:16 AM, Jesse Stay wrote: I'm seeing constant Connection Reset by Peer errors on one of my servers. Is anyone else seeing this? Have I hit a limit of some sort? It's been happening all day long it seems. I'm having the same problem, and I'm on Optimum Online. :-( -- Dossy

[twitter-dev] Re: Connection Reset by Peer

2009-10-25 Thread Jesse Stay
Oh good - it's not just me then. It happened a few more times today. Jesse On Sun, Oct 25, 2009 at 8:59 AM, Dossy Shiobara do...@panoptic.com wrote: On 10/25/09 12:16 AM, Jesse Stay wrote: I'm seeing constant Connection Reset by Peer errors on one of my servers. Is anyone else seeing

[twitter-dev] Re: Net::Twitter dev release with Lists API support

2009-10-25 Thread jorj
+1 too. I want to test a new concept using lists as opposite to multiple accounts. I read something about a limit of the number of lists (20?) which is quite low for what I'm planning but maybe that limit will be changed until the product is ready Alex On Oct 24, 7:47 am, Marc Mims

[twitter-dev] Re: User ID to Screen Name

2009-10-25 Thread Scott Wilcox
Thanks :) I figured that would be the only way, cheers Damon! Sent from my iPhone On 25 Oct 2009, at 02:51, Damon Clinkscales sca...@pobox.com wrote: On Sat, Oct 24, 2009 at 12:52 PM, Scott Wilcox sc...@tig.gr wrote: I don't know whether I'm missing something completely simple here, but

[twitter-dev] Re: XML parsing error when using JSON search.twitter.com/search.json?

2009-10-25 Thread TrixJo
I have used the ampersand which is displayed in my code here: http://pastebin.com/m51f7a9dd are there any other takers who can give me advice on why I get the errors: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden On Oct 24, 1:23 pm, Mark Mcbride mmcbr...@twitter.com

[twitter-dev] Re: XML parsing error when using JSON search.twitter.com/search.json?

2009-10-25 Thread EastSideDev
For what it's worth (if it helps debug the problem), my code was working just fine, until about two weeks ago, and then the same piece of code, started returning the failed to open stream error. On Oct 25, 10:20 am, TrixJo tri...@gmail.com wrote: I have used the ampersand which is displayed in

[twitter-dev] Re: XML parsing error when using JSON search.twitter.com/search.json?

2009-10-25 Thread Michael Steuer
You're getting 403 errors from Twitter. You're being rate limited because you're not passing a user agent. From the search API wiki: Applications must have a meaningful and unique User Agent when using this method. A HTTP Referrer is expected but not required. Search traffic that does not

[twitter-dev] OAuth in popup, does not work when auto close

2009-10-25 Thread oscar
Hi, I authenticate with twitter oauth using a popup from my site. When the authentication is done, twitter redirects the user to my site again. The user then has my site both in the original browser window, and in the popup. I want to close the popup automatically, so the user don't have to. I

[twitter-dev] Re: Twitter Data Dumps?

2009-10-25 Thread futureboy
Hey everyone, thanks for the feedback, I'm receiving tons of data from the streaming API, very exciting! On Oct 21, 10:26 pm, futureboy future...@gmail.com wrote: Hi folks, I'm interested in doing some of my own twitterdatamining and I was curious if Twitter posts anydatasets covering 24 hour

[twitter-dev] Re: Check when a friendship was created

2009-10-25 Thread Zac Bowling
What you describe is a very spamy tactic people use to slowly grow their follower counts without having having dramatically higher following counts then follower counts. I HATE when people do that because I get follows (usually from marketing or social media experts pushing their personal brand

[twitter-dev] Most frequent term

2009-10-25 Thread Scott Wilcox
Hi Folks. Whats the best way of seeing what locations in the world are most talked about, and the frequency of which they are talked about? Is this possible and are there any pointers in going about it? Thank you for taking the time to read. Scott.

[twitter-dev] Re: Check when a friendship was created

2009-10-25 Thread TylerC
Well really I would just like to unfollow people I have followed for a while that haven't followed me back lol... It's pretty lame to me that this isnt already a feature but its cool I found my own way to implement the idea. Thanks for nothing :) On Oct 25, 7:31 pm, Zac Bowling

[twitter-dev] Re: Check when a friendship was created

2009-10-25 Thread Leon Spencer
And I thank that is a reasonable expectation. Just make sure you're not unfollowing hundreds of people per day or something so it doesn't raise Twitter red flag. Instead maintain a list of inactive followers and slowing remove them and/or temporarily block them. Even looking at my personal

[twitter-dev] Re: Check when a friendship was created

2009-10-25 Thread Damon Clinkscales
On Sun, Oct 25, 2009 at 6:13 PM, TylerC tyle...@gmail.com wrote: I am seeking the need to know when a friendship or when I have followed a given user. AFAIK, when a friendship was created is not available in the API. -damon