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

2009-10-24 Thread Michael Steuer
+1 - would really like to start implementing. On Oct 23, 2009, at 11:31 PM, Jesse Stay wrote: How do I get on the List beta? I'd really like to use it. Who do I pay and how much? Jesse On Fri, Oct 23, 2009 at 10:47 PM, Marc Mims wrote: I uploaded a development release of Net::Twit

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

2009-10-24 Thread Rich
Same here, I really want to implement but can't without access to the APIs Can't at least API devs have access to the feeds even if not on the site itself? On Oct 24, 8:31 am, Michael Steuer wrote: > +1 - would really like to start implementing. > > On Oct 23, 2009, at 11:31 PM, Jesse Stay wro

[twitter-dev] Re: API 140 character truncation change?

2009-10-24 Thread Dave Sherohman
On Fri, Oct 23, 2009 at 04:20:36PM -0700, Dewald Pretorius wrote: > Instead of all of us having to do fancy tap-dances, the proper > solution is for Twitter to issue an error response when a sent tweet > is rejected for whatever reason. Yep, exactly. That's my big gripe about the whole thing. F

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

2009-10-24 Thread Dave Sherohman
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/cd95ce07be341223/66c66de585383868#66c66de585383868 http://groups.google.com/group/twitter-development-talk/browse_thread/thread/3d6a727892710d5e# These are deliberate changes on Twitter's part, so they are not bugs. Whet

[twitter-dev] Re: API 140 character truncation change?

2009-10-24 Thread Dave Sherohman
On Fri, Oct 23, 2009 at 02:24:53PM -0700, AJ Chen wrote: > I noticed this behavior a long time ago (may be a month) and reported the > problem on this list, but it did not get any response from the api team. I > thought it was a bug, but just realized yesterday that the api probably > ignores 140+

[twitter-dev] example of converting userName to userID via scripting

2009-10-24 Thread jeffs
I have posted some simple scripts to manage Lists at: http://www.ist.rit.edu/~jxs/tools/scripting/twitterLists.html - I try to encourage my students to get into scripting & to have fun with curl/ grep/sed/etc... I have noticed a fair amount of chatter around the Web about converting userName to u

[twitter-dev] Re: example of converting userName to userID via scripting

2009-10-24 Thread Rolando Espinoza La Fuente
On Sat, Oct 24, 2009 at 9:39 AM, jeffs wrote: [...] > > I have noticed a fair amount of chatter around the Web about > converting userName to userID, and there is quick-hack code at the > bottom of that page of examples (as part of the "addmember"  and > "rmmember" scripts). If it is useful, feel

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

2009-10-24 Thread TrixJo
Hello I am trying to search twitter content using a mySQL/PHP entry in a table: $contents = file_get_contents( "http://search.twitter.com/search.json? lang=en&rpp=5&q=".urlencode($row[topicTitle])); $json = json_decode($contents); I am returning the results via AJAX as an X

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

2009-10-24 Thread JDG
You sure that's where the error is? there have been numerous reported problems with PHP's JSON decoder that it doesn't handle the very large numbers of Twitter's IDs well. On Sat, Oct 24, 2009 at 11:11, TrixJo wrote: > > Hello > > I am trying to search twitter content using a mySQL/PHP entry in

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

2009-10-24 Thread Dewald Pretorius
Isn't it because you are trying to process a JSON object as XML data? Dewald On Oct 24, 2:11 pm, TrixJo wrote: > Hello > > I am trying to search twitter content using a mySQL/PHP entry in a > table: > > $contents = file_get_contents( >                     "http://search.twitter.com/search.json?

[twitter-dev] Re: Draft of List API documentation

2009-10-24 Thread LeeS - @semel
Seconding bulk add. I'm working on a Lists app and everyone I've shown it to asks for this feature. Lee On Oct 18, 3:31 am, Dave Briccetti wrote: > Bulk add would be great. Here’s a log from doing individual adds. > Notice there were many over capacity errors. And that it took about a > minut

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

2009-10-24 Thread TrixJo
JDG, I am certain that is where the error is coming from because the error supplied by the browser is pointing at my query string Dewald, I am processing the data via JSON into an array I then take that array and simply echo the relevant errors into XML format (because I have other queries fo

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

2009-10-24 Thread JDG
OH. I see what you're saying now. Again, the problem isn't with "indonesia" ... it's the fact that you're putting "&" in an xml tag. You need to change it to "&" On Sat, Oct 24, 2009 at 11:55, TrixJo wrote: > > JDG, > > I am certain that is where the error is coming from because the error > supp

[twitter-dev] Rate Limit: Two accounts on single machine or the limit for the IP of machine with those accounts? - thats the question!

2009-10-24 Thread Atul Kulkarni
Hi All, I have a small question, if I run two different scripts authorized with two different accounts (whitelisted) from the same machine (IP whitelisted), will the rate limit of the machine which i thnk will be reached be counted (given that I am using same machine for the both the requests) or

[twitter-dev] Re: Error in Creating Friendships

2009-10-24 Thread RTuosto
Anybody else have any input? On Oct 21, 3:10 pm, JDG wrote: > you should probably change your password since you posted it for the world > to see. > > > > On Wed, Oct 21, 2009 at 16:05, RTuosto wrote: > > > anybody else getting this problem? > > > On Oct 21, 10:47 am, RTuosto wrote: > > > I am

[twitter-dev] Re: Draft of List API documentation

2009-10-24 Thread Dave Briccetti
By the way, I changed this code to do ten or fifteen of these at a time, using multiple threads, and it’s much, much faster.

[twitter-dev] 52: Empty reply from server

2009-10-24 Thread shiplu
Hello, I am getting "52: Empty reply from server" error from curl while calling "friendships/destroy" method. what is the problem? see my curl_getinfo() output. array(20) { ["url"]=> string(51) "http://twitter.com/friendships/destroy/sample.json"; ["content_type"]=> NULL ["http_code"]

[twitter-dev] Re: 52: Empty reply from server

2009-10-24 Thread shiplu
I think its related. I am requesting via OAuth pecl extension of PHP. Any type of request to twitter now contains no header no data. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-24 Thread Dave Briccetti
How can I retrieve more than 20 at a time? ?cursor=-1&count=200 has no effect

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

2009-10-24 Thread TrixJo
Ok. Thanks. I changed it to & Still now working. I am trying to query Twitter content and then display my query in XML format. To get a better idea of what I am trying to do I have pastebin'd the code: http://pastebin.com/m51f7a9dd The error I am getting is that my file_get_contents() is fa

[twitter-dev] blocks/blocking documentation?

2009-10-24 Thread DustyReagan
In the blocks/blocking documentation, it stats that 20 user objects are returned at a time before you have to page. I tested this and received 115 in one page. Does anyone know the upper bound of blocks/ blocking object return? Or is it actually limitless? It feels like the page parameter has no

[twitter-dev] Re: Rate Limit: Two accounts on single machine or the limit for the IP of machine with those accounts? - thats the question!

2009-10-24 Thread TjL
If they are authenticated requests, they will count towards the account whitelist limit, but not the IP limit. If they are not authenticated, they count towards the IP limit… TjL On Sat, Oct 24, 2009 at 2:46 PM, Atul Kulkarni wrote: > Hi All, > > I have a small question, > > if I run two diff

[twitter-dev] Re: Rate Limit: Two accounts on single machine or the limit for the IP of machine with those accounts? - thats the question!

2009-10-24 Thread Atul Kulkarni
Thanks for the reply. It helps reinforce my findings after trials. On Sat, Oct 24, 2009 at 5:36 PM, TjL wrote: > > If they are authenticated requests, they will count towards the > account whitelist limit, but not the IP limit. > > If they are not authenticated, they count towards the IP limit…

[twitter-dev] User ID to Screen Name

2009-10-24 Thread Scott Wilcox
Hi folks, I don't know whether I'm missing something completely simple here, but how do I determine a screen name from a users id? Scott.

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

2009-10-24 Thread Mark Mcbride
If you're embedding that URL in XML you will need to XML encode it... In this specific case the ampersand (&q=...) needs to be replaced with & Sent from mobile device On Oct 24, 2009, at 10:19 AM, JDG wrote: > You sure that's where the error is? there have been numerous > reported problem

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

2009-10-24 Thread Sami
+1 here too, I need to get on the List Beta.

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

2009-10-24 Thread Damon Clinkscales
On Sat, Oct 24, 2009 at 12:52 PM, Scott Wilcox wrote: > I don't know whether I'm missing something completely simple here, but > how do I determine a screen name from a users id? $ curl -s "http://api.twitter.com/1/users/show.xml?user_id=12"; | grep "" jack -damon -- http://twitter.com/dam

[twitter-dev] Connection Reset by Peer

2009-10-24 Thread Jesse Stay
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. Jesse

[twitter-dev] Re: Connection Reset by Peer

2009-10-24 Thread Atul Kulkarni
Are you using Basic Auth? Are you using the same account to tweet and are u tweeting simultaneously while working? If none of the above then u have reached ur rate limit. Wait for an hour and try again. Else I don't understand what could have happened. I had this a few days back and reason was rate

[twitter-dev] Re: Connection Reset by Peer

2009-10-24 Thread Jesse Stay
This is a whitelisted account on a whitelisted IP so I don't see how it could be a rate-limit. It's using basic auth - is there an easy way to use oAuth for whitelisted accounts? This has worked for the last year or so up until today. Jesse On Sat, Oct 24, 2009 at 10:20 PM, Atul Kulkarni wrote:

[twitter-dev] Re: Connection Reset by Peer

2009-10-24 Thread Michael Steuer
Rate limits generate specific http error codes when met, not connection resets... I'm assuming you, Twitter or someone in the middle is experiencing some sort of network related issue. Have you tried tracerouting to Twitter and see if you hit any roadblocks on the way? On Oct 24, 2009,

[twitter-dev] Re: Connection Reset by Peer

2009-10-24 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 wrote: > This is a whitelisted accoun