[twitter-dev] Re: Some changes and updates to the API and Tweet Button

2011-03-26 Thread Patrick Collins
I realize Twitter is now possibly anti-developer, but do you think you could tell us when soon is for the retirement of the cursor-less friends/ids and followers/ids calls? To rely on especially slow cursor calls is a huge headache, and far slower than simply getting ALL ids as we currently can

[twitter-dev] Re: Need help with pluggin

2011-03-26 Thread Rimu
I had this problem too. The solution was to change http://twitter.com/$twitter_id/lists/our-mps/statuses.xml to be http://api.twitter.com/1/$twitter_id/lists/our-mps/statuses.xml NB the /1/. I don't think the domain change matters, but it might. R On Mar 25, 11:25 pm, Luuxx

[twitter-dev] Twitter account / intelligent communication

2011-03-26 Thread Joe ford
I wish to create a new profile e.g mysite.com/newtwitteruser when they login in with twitter. is this possible? also Is it possible to understand and extract tweets by user-name and @mysite , displaying the specific tweets on the profile of the mysite.com/newtwitteruser e.g someone tweets

[twitter-dev] Problem with search/profile/faves/list widget

2011-03-26 Thread BuffLaser2000
I have been using a copy this JS file for my twitter list widget: http://twitter.com/javascripts/widgets/widget.js -- this is (supposed to be) the full documented source file It stopped working recently (a couple days ago I think?). It's giving me a 400 (bad request) trying to get the

[twitter-dev] Why my hash tags are not being showed on twitter search?

2011-03-26 Thread Felipe
Hey guys, I'm implementing conversations in a website. All this conversations must have a hashtag, so I can show to my users all the other comments, and redirect them to twitter, when they want to comment something. But, my hashtags are not being showed on twitter search.. Any thoughts?

[twitter-dev] Re: List widget off since today

2011-03-26 Thread BuffLaser2000
Same problem. See thread here: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/57de252859dc2b64# On Mar 25, 9:09 am, oliv cogito...@gmail.com wrote: Hello, My widget list is not working anymore, I get the message : You must specify either a list ID or a slug and

[twitter-dev] url expansion

2011-03-26 Thread joelbrave
is there an api request to deliver tweets with an expanded URL? for instance: http://api.twitter.com/statuses/user_timeline/username.xml?count=1 might give me a url with a tinyurl in it. Is there a way to get that same tweet with an expanded URL instead, using the unauthenticated API? - Joel

[twitter-dev] Re: Some changes and updates to the API and Tweet Button

2011-03-26 Thread Patrick Collins
Excuse my message from earlier... turns out cursors aren't so bad. (Although it would still be good to know when they are going to swap over.) On Mar 26, 12:58 am, Patrick Collins patcollins1...@gmail.com wrote: I realize Twitter is now possibly anti-developer, but do you think you could tell