[twitter-dev] Twitter Photo service for oauth clients

2009-12-05 Thread Michael Steuer
Hi all, Are any of you aware of a photo service that allows picture uploads from my oauth based Twitter client? The Api for all the usual suspects (twitpic, yfrog, tweetphoto, etc) requires passing of the user's Twitter username and password, but being an oauth client, I don't have the u

Re: [twitter-dev] Re: 401 API Authentication Error

2009-12-05 Thread Mark McBride
There is no way to do this. Allowing "old" requests is a security hole. On Sat, Dec 5, 2009 at 8:30 AM, sanjit wrote: > I am having the same problem, and I agree this is the timestamp > problem. but I am using .net dll file and I am not able to change the > timestamp there. Is there anyway from

Re: [twitter-dev] December 5 still broken

2009-12-05 Thread Mark McBride
Unless I misunderstand the bug, the top level domain shouldn't matter. It's specifically with URLs with the "path/?query" combo, instead of the more common "path?query" scheme. On Sat, Dec 5, 2009 at 8:09 AM, mike wrote: > It's December 5, links still broken, especially for .info urls > --

Re: [twitter-dev] How to get the most followed users?

2009-12-05 Thread John Meyer
On 12/5/2009 3:10 PM, developar wrote: Hi I was just trying to know how I can ge a list of the top twitter users who have most number of followers? there is no API to do that? Regards not that I know of. you could, conceivably, stroll through all the followers of a particular user, gat

Re: [twitter-dev] How to get the most followed users?

2009-12-05 Thread Raffi Krikorian
there is no API for that. On Sat, Dec 5, 2009 at 2:10 PM, developar wrote: > Hi > > I was just trying to know how I can ge a list of the top twitter users > who have most number of followers? there is no API to do that? > > Regards > -- Raffi Krikorian Twitter Platform Team http://twitter.co

[twitter-dev] How to get the most followed users?

2009-12-05 Thread developar
Hi I was just trying to know how I can ge a list of the top twitter users who have most number of followers? there is no API to do that? Regards

[twitter-dev] Looking for a simple Open Source Client - for Site Customer Support

2009-12-05 Thread coolrebel
Does anyone know of a v simple site-driven / site based twitter client that could do the following? allow site visitors / registered users to tweet us from their account to our customer support account. uses twitter Oauth provides this service via a pop-up that activates when user clicks on ou

[twitter-dev] Re: Statuses Followers and Statuses Friends not returning correct order

2009-12-05 Thread Colby Palmer
I noticed this today too and then saw this post. I copied this over on the issue tracker: http://code.google.com/p/twitter-api/issues/detail?id=1257

[twitter-dev] Re: Wrong default for setting start-up list to follow - how to undo "follow all"

2009-12-05 Thread RichardOnRails
Hi Dean, Thanks for the heads-up. Right now I'm hooking up with a group of Ruby on Rails programmers, so I don't sense any further need for mass un-follow. But I bet, in the future I'll hook up with some other interest group and lose interest subsequently, so that mass un-follow will come in ha

[twitter-dev] Re: Wrong default for setting start-up list to follow - how to undo "follow all"

2009-12-05 Thread RichardOnRails
Hi Abraham, Your advice was excellent! Many thanks, Richard On Dec 5, 3:28 am, Abraham Williams <4bra...@gmail.com> wrote: > You can usehttp://dossy.org/twitter/karma/to mass unfollow everybody. > > On Fri, Dec 4, 2009 at 19:39, RichardOnRails < > > > > richarddummymailbox58...@uscomputergurus.c

[twitter-dev] Re: 401 API Authentication Error

2009-12-05 Thread sanjit
I am having the same problem, and I agree this is the timestamp problem. but I am using .net dll file and I am not able to change the timestamp there. Is there anyway from Twitter site to change the time span for my application. On Nov 29, 10:32 am, JDG wrote: > That's my first bet -- the oauth_t

[twitter-dev] December 5 still broken

2009-12-05 Thread mike
It's December 5, links still broken, especially for .info urls

Re: [twitter-dev] Question about "Twitter" use in library names

2009-12-05 Thread Ryan Sarver
Duane, We definitely don't want to be sending any "nastygrams", especially for something that helps the community. I put a note into our legal / marks department so that I can get an answer back to you and everyone else. Please bear with us as it could take a bit, but I'll get you an answer. Best

[twitter-dev] Statuses Followers and Statuses Friends not returning correct order

2009-12-05 Thread Aaron Rankin
Both of these methods are documented as returning people in the order that the followed or were followed, starting with the most recent. But, they aren't ordering them this way, and instead are ordering them in some distinguishable manner.

RE: [twitter-dev] Wrong default for setting start-up list to follow - how to undo "follow all"

2009-12-05 Thread Dean Collins
www.MyPostButler.com allows you to unfollow people easily however if you delete more than 100 a dayTwitter could ban your account. Cheers, Dean From: Abraham Williams [mailto:4bra...@gmail.com] Sent: Saturday,

Re: [twitter-dev] What is the expected behavoir of Retweeting a retweet

2009-12-05 Thread Abraham Williams
Makes sense. On the web interface you only ever see update1 to manually retweet. On Fri, Dec 4, 2009 at 04:16, Tim Haines wrote: > I'll give you an unofficial yes. This is exactly the way I understand it > will work. If you star any of the RT's it's update1 that gets the stars > too. > > > On

Re: [twitter-dev] Question about "Twitter" use in library names

2009-12-05 Thread John Meyer
On 12/4/2009 2:39 PM, Duane Roelands wrote: A question for the Twitter team: I'm the developer and maintainer of an open source library called "TwitterVB". Can I expect a nastygram from your lawyers at some point? Or is there some way I can have the project "vetted" to avoid such a thing in th

Re: [twitter-dev] Re: Track streaming : how to match tweets?

2009-12-05 Thread John Kalucki
This could only make sense if the Streaming API supported "search engine logic". Currently Streaming only supports keyword matching -- you have to post-process to add additional predicate operators beyond OR. You can reproduce the keyword match in a few lines of code, and the rest is (currently) al

[twitter-dev] how to favourite and unfavorite a tweet

2009-12-05 Thread nite21
hi anybody knows how to favourite and unfavourite a tweet with php curl thanks

[twitter-dev] Re: Track streaming : how to match tweets?

2009-12-05 Thread Julien
Thanks Dave, I think I get it from your example... yet, in our case, we have several thousands of keywords, and many many complex searches (with filter:, "and", "or", :near ... an so on). I keep thinking that instead of re-implementing on my side the search engine logic that Twitter has, it would

Re: [twitter-dev] Wrong default for setting start-up list to follow - how to undo "follow all"

2009-12-05 Thread Abraham Williams
You can use http://dossy.org/twitter/karma/ to mass unfollow everybody. On Fri, Dec 4, 2009 at 19:39, RichardOnRails < richarddummymailbox58...@uscomputergurus.com> wrote: > Hi, > > I just set up a new Twitter account. When it came to choose people to > follow, I didn't want to follow any of th

Re: [twitter-dev] Displaying initial usernames when parsing atom feed?

2009-12-05 Thread Abraham Williams
Use the Skyzyx (Ryan Parman) element. The text before the space (Skyzyx)is the creators screen_name. Abraham On Sat, Dec 5, 2009 at 00:18, jfornear wrote: > Hi, > > I'm trying to parse an atom feed of replies and I'm wondering if it's > possible to display the initial user's Twitter username? D