[twitter-dev] Re: Suggestion for User record

2009-10-31 Thread Matthew Terenzio
+1 On Sat, Oct 31, 2009 at 11:10 PM, Dave Winer wrote: > > It would be useful if a had a lists_count element, in addition > to the other counts (followers, statuses, favourites). >

[twitter-dev] is there a way to filter out only a particular language

2009-10-31 Thread bill
Hi. We are using the streaming api to access tweets. Is there any way to only receive english tweets? I know that in the user profile there is a language field. Thank you

[twitter-dev] Suggestion for User record

2009-10-31 Thread Dave Winer
It would be useful if a had a lists_count element, in addition to the other counts (followers, statuses, favourites).

[twitter-dev] Non-Urgent Direct Messages

2009-10-31 Thread Rowan Nairn
Hi all, I'm wondering if you have thought of addressing a use case that I've run into and which I think is very important for twitter to support. Problem: * I want my bot to be able to send private messages to followers that appear in their stream but without them getting an email or SMS every t

[twitter-dev] Re: Subscribed Lists

2009-10-31 Thread twittelator
:user/lists/subscriptions.:format gets the lists that the user has subscribed to. Andrew Stone Twitter / @twittelator http://www.stone.com got iPhone? http://tinyurl.com/twitpro http://tinyurl.com/intentionizer http://tinyurl.com/gesture-buy http://tinyurl.com/igr

[twitter-dev] Re: Lists API for Subscriptions

2009-10-31 Thread twittelator
Whoops - what I meant to say was: :user//lists/subscriptions.:format will get the lists a user has subscribed to Andrew Stone Twitter / @twittelator http://www.stone.com got iPhone? http://tinyurl.com/twitpro http://tinyurl.com/intentionizer http://tinyurl.com/gesture-

[twitter-dev] Twitter API Returning Nothing

2009-10-31 Thread Jesse Bunch
Hello, here is my cURL output from the response. Its empty! I am attaching both the code used and the response. I have been at this for hours and cannot find out why this is happening. Thanks for your help. TWITTER API CURL RESPONSE url :: http://twitter.com/statuses/update.xml?status=test+agasdf

[twitter-dev] Re: Lists API for Subscriptions

2009-10-31 Thread twittelator
To get the lists a user is subscribed to: :user/lists/memberships.:format Andrew Stone Twitter / @twittelator http://www.stone.com got iPhone? http://tinyurl.com/twitpro http://tinyurl.com/intentionizer http://tinyurl.com/gesture-buy http://tinyurl.com/igraffiti

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

2009-10-31 Thread Jesse Bunch
Did you ever get an aswer regarding the empty response from twitter? I am having the same troubles. On Oct 31, 7:13 am, shiplu wrote: > On Fri, Oct 30, 2009 at 6:01 PM, Alexander Sergeyev > > wrote: > > > Hello! > > > I got the same problem. > > During half-hour after reboot, server works good

[twitter-dev] Re: Post being flagged as a duplicate (when it is not)

2009-10-31 Thread gembry
Anyone have a chance to ponder this situatoin?

[twitter-dev] flagged as dupe post when string is unique (ideas?)

2009-10-31 Thread gembry
Hello Folks, (fishing for input) thx Not really sure what’s going on here. Below you will find what I am sending and what is coming back from the Twitter API. You can see that what is being sent doesn’t even come close to what is up there now. Am I missing something here? What am I doing wrong?

[twitter-dev] how to create list of lists

2009-10-31 Thread Ravi
The new api talks about list of lists. I do not see how to add a list to another list. Whenever I follow a list, my main account follows it, not my list. On a side note, I was playing with the API yesterday and somehow a list I created shows up twice under "Lists you follow". I guess a bug somew

[twitter-dev] Re: Suspended account?

2009-10-31 Thread Zac Bowling
Interesting. What is odd is all the lists he is on. So if we are following someone or have them on a list and they get suspended, will it redirect to the suspended account? Zac Bowling On Sat, Oct 31, 2009 at 7:19 PM, John Adams wrote: > > > On Oct 31, 2009, at 7:04 PM, Zac Bowling wrote: >>

[twitter-dev] Re: Suspended account?

2009-10-31 Thread John Adams
On Oct 31, 2009, at 7:04 PM, Zac Bowling wrote: http://twitter.com/suspended I'm seeing some profiles redirect to this. It looks like a user. Weird? It is a user, unfortunately. There was a small web server change in the way that suspended accounts are processed, and the normal suspend

[twitter-dev] Suspended account?

2009-10-31 Thread Zac Bowling
http://twitter.com/suspended I'm seeing some profiles redirect to this. It looks like a user. Weird? Zac Bowling

[twitter-dev] Re: Updates to the List API (list descriptions, cursoring lists of lists, finding by list id rather than slug & more consistent names)

2009-10-31 Thread Dave Briccetti
I wrote a method for it: getListNamed, which gets the list (and its slug) by brute force. http://github.com/dcbriccetti/talking-puffin/blob/master/twitter-api/src/main/scala/org/talkingpuffin/twitter/AuthenticatedSession.scala

[twitter-dev] Re: JavaScript error

2009-10-31 Thread voorwiel
OK, the error is gone now. Thank you. On Oct 29, 3:56 pm, voorwiel wrote: > FYI, viewing any profile page on twitter.com throws a JavaScript error > in IE8 : 'undefined' is empty or no object, twitter.js, line 1, > URI:http://a3.twimg.com/a/1256778767/javascripts/twitter.js?1256779295 > > Sorry

[twitter-dev] Re: update_delivery_device method

2009-10-31 Thread TJ Luoma
You used to be able to get Twitter via IM. Back before most people were using it. Heck even by the time I got here it was starting to flake out, although there are some IM clients now which will fetch your feeds (Trillian, for one) TjL On Fri, Oct 30, 2009 at 12:36 PM, Gijsbert wrote: > > Wh

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

2009-10-31 Thread shiplu
On Fri, Oct 30, 2009 at 6:01 PM, Alexander Sergeyev wrote: > > Hello! > > I got the same problem. > During half-hour after reboot, server works good, all the requests > send to Twitter API using cURL returned. But after, server received an > empty reply. This problem is repeating in a half of try

[twitter-dev] Re: Updates to the List API (list descriptions, cursoring lists of lists, finding by list id rather than slug & more consistent names)

2009-10-31 Thread Rich
Actually following on from this, I see @screenName/listName automatically links to the list on the site, so surely we have to be able to call the API using listNames too unless there is a reverse lookup API to convert list id to slug? On Oct 30, 11:31 pm, Rich wrote: > Well we be able to use slu

[twitter-dev] Re: Stepping down from API Support role

2009-10-31 Thread Oren Rose
Chad, Thanks for your kind help! Good luck with your future plans = Oren