Re: [twitter-dev] Re: Spurious SMS notifications

2009-12-24 Thread Howard Siegel
I've started getting new spurious SMS messages again. The latest set of messages started coming in yesterday evening. - h On Wed, Dec 9, 2009 at 21:14, Mark McBride mmcbr...@twitter.com wrote: We believe we've addressed this issue. If you see any further SMSs or tweets please let me know.

Re: [twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-24 Thread Michael Steuer
+1 - I'm currently relying on retrieving a complete social graph when no cursor is passed. Your announcing this change right around Xmas+new years to take effect almost immediately thereafter... On Dec 23, 2009, at 10:00 PM, PJB pjbmancun...@gmail.com wrote: Why hasn't this been

[twitter-dev] Re: Testing HTTP Response Codes

2009-12-24 Thread Tim Dorr
Well, as a recommendation, a parameter similar to suppress_response_codes would be very helpful for complete testing. invoke_response_code or something along those lines. I'll file an enhancement issue for it, though. -Tim On Dec 23, 10:47 pm, Raffi Krikorian ra...@twitter.com wrote: you can

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

2009-12-24 Thread anand manocha
hi duane, what language are u talking about ? anand anand On 12/23/09, Duane Roelands duane.roela...@gmail.com wrote: What language are you working in? Also, are you using an existing library or writing your own? On Dec 23, 12:49 am, thetwitmaniac alon.a.ta...@gmail.com wrote: Hi, I'm

[twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-24 Thread Aki
I agree with PJB. The previous announcements only said that the pagination will be deprecated. 1. http://groups.google.com/group/twitter-api-announce/browse_thread/thread/41369cb133175d0f# 2. http://groups.google.com/group/twitter-api-announce/browse_thread/thread/52d4e68040d4ca45# However,

[twitter-dev] Re: Cursoring: Addition of string-encoded equivalents of JSON cursor parameters starts 1/11/2010

2009-12-24 Thread Jacopo Gio
Thanks ! It will help ! .-) Best Wishes to all Twitter Api Team and all dev 'round here ! Jacopo On 23 déc, 01:43, Wilhelm Bierbaum wilh...@twitter.com wrote: In response to complaints we've been receiving about cursor IDs being difficult to deal with because of their length (for example,

[twitter-dev] Help - need location data for each tweet for a particular search without using a radius

2009-12-24 Thread seeta.g...@langland.co.uk
Does anyone know? I need help to create a twitter app, which does a twitter search like http://search.twitter.com/search.atom?q=christmas, but I want the location tag e.g. google:location to be returned in the xml doc so that I can use it to position a marker on google maps. I know how to do

Re: [twitter-dev] Help - need location data for each tweet for a particular search without using a radius

2009-12-24 Thread Raffi Krikorian
hi - you can't, unfortunately. soon - we will be releasing the geo-hose ( http://www.slideshare.net/raffikrikorian/whats-happening-here) which will allow you to track locations, but, still no the entire world at one shot. On Thu, Dec 24, 2009 at 8:50 AM, seeta.g...@langland.co.uk

Re: [twitter-dev] Getting friends as usernames instead of user ids

2009-12-24 Thread Raffi Krikorian
we are working on releasing a bulk lookup API (i don't have a release date on it yet), and you will be able to use that for this purpose. On Thu, Dec 24, 2009 at 10:31 AM, Michael mbw...@gmail.com wrote: I am using the http://twitter.com/friends/ids.xml?screen_name=$username method to get a

Re: [twitter-dev] newRTs coming through Search API are missing retweeted_status-id

2009-12-24 Thread Raffi Krikorian
hi cameron. its on the road map, but i don't have a date for it. On Wed, Dec 23, 2009 at 10:20 AM, Cameron Kaiser spec...@floodgap.comwrote: When a newRT is found via the Search API, the tweet does not appear to have any of the retweeted_status information. Is this going to be added on? --

Re: [twitter-dev] newRTs coming through Search API are missing retweeted_status-id

2009-12-24 Thread Cameron Kaiser
its on the road map, but i don't have a date for it. Right on, just wanted to make sure it was on the radar. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com -- New political

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

2009-12-24 Thread Zac Bowling
Make sure you are using UTF-8 and not a ISO-8859-x. Zac Bowling On Tue, Dec 22, 2009 at 9:49 PM, thetwitmaniac alon.a.ta...@gmail.comwrote: 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

[twitter-dev] block exists problem

2009-12-24 Thread twittme_mobi
Hello, I am trying to execute the following API url: http://twitter.com/blocks/blocking/ids.json every time I hit this, I get : Not Found. I also tried with the xml format, I used users who should have blocked ids. Any idea is appreciated. Thanks.

[twitter-dev] Re: Testing HTTP Response Codes

2009-12-24 Thread Tim Dorr
Done: http://code.google.com/p/twitter-api/issues/detail?id=1315 Well, assuming you have a wrapper library of some sort in your app, you could just set a property of that library from your unit tests that invoke that particular error code. For now, I've found it easiest just to 404 it and mangle

[twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-24 Thread Michael
Ok, thanks! So, in the meantime you would say that the only way to do this is run through all the ids, call http://twitter.com/users/show.xml on each id, and parse out the ursername from the xml returned? On Dec 24, 2:52 pm, Raffi Krikorian ra...@twitter.com wrote: we are working on releasing

Re: [twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-24 Thread Raffi Krikorian
unfortunately, yes. On Thu, Dec 24, 2009 at 12:12 PM, Michael mbw...@gmail.com wrote: Ok, thanks! So, in the meantime you would say that the only way to do this is run through all the ids, call http://twitter.com/users/show.xml on each id, and parse out the ursername from the xml returned?

[twitter-dev] post to twitter from iPhone app

2009-12-24 Thread Amir Michail
Hello, Is there a library that does this with a nice user interface? Amir