[twitter-dev] how to create list of lists

2009-11-01 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

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

2009-11-01 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] Re: Post being flagged as a duplicate (when it is not)

2009-11-01 Thread gembry
Anyone have a chance to ponder this situatoin?

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

2009-11-01 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 shiplu@gmail.com wrote: On Fri, Oct 30, 2009 at 6:01 PM, Alexander Sergeyev a.serge...@gmail.com wrote: Hello! I got the same problem. During half-hour

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 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] Twitter API Returning Nothing

2009-11-01 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 ::

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 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

[twitter-dev] Re: Subscribed Lists

2009-11-01 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

[twitter-dev] Suggestion for User record

2009-11-01 Thread Dave Winer
It would be useful if a user 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-11-01 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] Re: Suggestion for User record

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

[twitter-dev] Re: Subscribed Lists

2009-11-01 Thread Rich
Can we get some form of confirmation on the list slug/id issue. At the moment calling by ID doesn't work anyway so it's only using the slug. My preference would be to allow either (in a similar way to the other REST api's where you can use user id or screenName) On Oct 31, 10:04 pm,

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 Thread jeffs
take a look at the script entitled lists or memberof (not sure which info you mean) at http://www.ist.rit.edu/~jxs/tools/scripting/twitterLists.html and see if they help jeffs

[twitter-dev] Re: Twitter API Returning Nothing

2009-11-01 Thread Michael Steuer
Hi Jesse, Not sure if this is it, but looking at your code you're making a POST request to Twitter but sending the status parameter as a GET request parameter as part of the URL instead of a POST parameter. Send the data via POST too, see if that helps. On Oct 31, 2009, at 11:23 AM,

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

2009-11-01 Thread John Kalucki
All Streaming API features are documented on the Wiki. Currently there are no filter-by-language features. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 31, 7:25 pm, bill lovami...@yahoo.com wrote: Hi. We are using the streaming api to access tweets. Is there any way

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

2009-11-01 Thread John Kalucki
Is the posted status similar to any other status created by that user? -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 31, 8:12 am, gembry gem...@gmail.com wrote: Hello Folks, (fishing for input) thx Not really sure what’s going on here. Below you will find what I am

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 Thread Eric Woodward
Thanks for that. It would be great to combine them and reflect ownership in the response data set. This requires two API calls for what will be requested each time to show both sets together, which you on twitter.com. I assume others will tend to show both sets at the same time as well. --ejw

[twitter-dev] Re: Subscribed Lists

2009-11-01 Thread Marcel Molina
Currently it's still slug. It hasn't been updated yet. When it is updated it will for some period of transition accept a slug or an id but eventually support for the slug in the url will be removed entirely. On Sun, Nov 1, 2009 at 2:14 AM, Rich rhyl...@gmail.com wrote: Can we get some form of

[twitter-dev] Re: how to create list of lists

2009-11-01 Thread Marcel Molina
This is probably confusion arising from something I wrote in a previous email. When I said list of list I meant the payload of the response body had zero or more list elements in it, therefore a list of lists. There is no way to create lists of lists in the sense that you are talking about. On

[twitter-dev] Re: Subscribed Lists

2009-11-01 Thread kaiser . marco
I have to second Rich on this - ID-only is flawed, as twitter supports hotlinking lists by name (@username/slug) in tweets, and links that to the list page. If clients want to offer the same behavior, this is not possible if the API only supports IDs (or would require a potentially large number

[twitter-dev] Re: Subscribed Lists

2009-11-01 Thread Marcel Molina
Resolving a @screen_name/list_name reference in a tweet is a compelling argument for making the url parameter polymorphic and not deprecating the use of slugs. I will cogitate. On Sun, Nov 1, 2009 at 10:09 AM, kaiser.ma...@gmail.com wrote: I have to second Rich on this - ID-only is flawed, as

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 Thread Dave Briccetti
I like your scripts. Thanks. I like to see other people’s Twitter code.

[twitter-dev] Something is technically wrong error when using account/update_profile_background_image.xml

2009-11-01 Thread bhargava
Hi, I get Something is technically wrong.Thanks for noticing—we're going to fix it up and have things back to normal soon. error whe I'm trying to set the background image in Twitter. Here's my code: $curl_handle = curl_init(); $img = sunset.jpg; $args = array(@$img); curl_setopt($curl_handle,

[twitter-dev] PHP Libraries for OAuth

2009-11-01 Thread Michael Mokrysz
Hi, I've been messing around with the API for a while now and I've been wondering whether there's any particular consensus over the best library to use with PHP? Up to now I've been using Abraham Williams' TwitterOAuth library, however since on github it seems there's been no updates for many

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-01 Thread Scott Wilcox
I much prefer using http://wiki.github.com/jmathai/twitter-async Scott. On 1 Nov 2009, at 19:57, Michael Mokrysz wrote: Hi, I've been messing around with the API for a while now and I've been wondering whether there's any particular consensus over the best library to use with PHP? Up to

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-01 Thread Michael Steuer
+1 I too started with Abraham's, but as you pointed out, that project is more or less stagnant and Abraham is working on other things. Totally understandable. Jmathai's library is technically very sound, extremely well thought out and continuously being improved. Moreover, jmathai is

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-01 Thread Michael Mokrysz
Thanks to both of you, having taken a better look at epitwitter's code I'd have to agree that's it's best to switch. I still like to be able to pretty much copy and paste urls from the documentation rather than having think how to convert it into the (albeit ingenious) conversion method

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-01 Thread Scott Wilcox
Completely agreed with Michael there. I'm not for a minute suggesting Abraham's library is any less in value, I just come to appreciate the nature in which jmathai went about creating the library and it just seemed to be more 'natural' to work with. Not to mention as Michael said - you

[twitter-dev] Turning a list's status timeline into an JS/Ajax widget

2009-11-01 Thread LeeS - @semel
Does calling the status timeline ( '/:users/lists/:list_slug/ statuses.:format') for a list count against rate limit? What I'm thinking of is doing an Ajax widget that auto updates with new tweets from a list every few seconds, such as the Search widget Twitter provides:

[twitter-dev] Mutual Follwers

2009-11-01 Thread giaaaa
Someone should suggest Mutual Followers to twitter. It would be quite nice.

[twitter-dev] Re: Mutual Follwers

2009-11-01 Thread JDG
http://code.google.com/p/twitter-api/issues/list On Sun, Nov 1, 2009 at 20:31, gi gloriasimu...@gmail.com wrote: Someone should suggest Mutual Followers to twitter. It would be quite nice. -- Internets. Serious business.

[twitter-dev] Re: Mutual Follwers

2009-11-01 Thread Leon Spencer
lol JDG. Okay. Does that mean it has been suggested? Or use that link to suggest it? Thanks. From: JDG ghil...@gmail.com To: twitter-development-talk@googlegroups.com Sent: Sun, November 1, 2009 7:47:07 PM Subject: [twitter-dev] Re: Mutual Follwers

[twitter-dev] Re: Mutual Follwers

2009-11-01 Thread JDG
I dunno, That's way too much to read ;) On Sun, Nov 1, 2009 at 20:55, Leon Spencer spencer_l...@yahoo.com wrote: lol JDG. Okay. Does that mean it has been suggested? Or use that link to suggest it? Thanks. -- *From:* JDG ghil...@gmail.com *To:*

[twitter-dev] Re: Mutual Follwers

2009-11-01 Thread JDG
The point I was trying to make that if someone should suggest it, that someone should be the someone who suggested someone suggest it. the math on that sentence was difficult. On Sun, Nov 1, 2009 at 21:14, JDG ghil...@gmail.com wrote: I dunno, That's way too much to read ;) On Sun, Nov 1,

[twitter-dev] Re: Mutual Follwers

2009-11-01 Thread Leon Spencer
All good. Was just seeking clarification ;-) So that somebody that originally suggested it now knows to use that link to formally suggest it. Cool. From: JDG ghil...@gmail.com To: twitter-development-talk@googlegroups.com Sent: Sun, November 1, 2009 8:15:16 PM

[twitter-dev] Re: Subscribed Lists

2009-11-01 Thread Rich
Using ID only for me is fine, except in the case we mention. If there was a REST api to find a list ID based on a slug then it would mean we could still resolve @screen_name/list_name links otherwise we wouldn't be able to replicate it, except by brute force which would use yet more API calls.