[twitter-dev] Re: Lists API

2009-10-15 Thread Rich
I know, it's just when Robert Scoble floods your feed with Tweets about lists and how they'll change everything you kinda want to see it! On Oct 16, 7:17 am, Josh Roesslein wrote: > I personally would rather be a bit more patient and let them iron out > the API first before releasing it. > I don

[twitter-dev] Re: Duplicate Tweets

2009-10-15 Thread Michael Steuer
It's also somewhat remarkable that at #140tc, the official Twitter conference, organized and moderated by Twitter, Guy Kawasaki and several others advised the audience to re-broadcast your tweets regularly to ensure your followers see them (Guy suggested every 8 hours for a period of 24 h

[twitter-dev] Re: Lists API

2009-10-15 Thread Josh Roesslein
I personally would rather be a bit more patient and let them iron out the API first before releasing it. I don't want to implement it then out of no where it changes drastically and now I have to scrub work and re-code. I'm sure we will soon have details, but until then chill and give them time to

[twitter-dev] Re: Duplicate Tweets

2009-10-15 Thread John Kalucki
I don't know about paygrade, but more than a few Twitter employees follow i80chains during the season. We hear you. I just don't know what to suggest be done about the situation. On Oct 15, 11:09 am, Toxic wrote: > On Oct 15, 7:50 am, Ryan Sarver wrote: > > > 1. Duplicate tweets HAS always bee

[twitter-dev] Re: Separate terms using commas?

2009-10-15 Thread Chad Etzel
Ok, now everybody is just getting confused, here. Dear OP, Are you asking about Streaming API or the Search API? -Chad On Thu, Oct 15, 2009 at 3:44 PM, Oren Rose wrote: > > It will work if you do "#term1 OR #term2 OR #term3" spaces mean "AND" > for Twitter search term. > > Also, please note t

[twitter-dev] Re: cursor based paging

2009-10-15 Thread John Kalucki
You are negating the values on subsequent requests. Start with -1 (negative 1). Then, just use the cursor value exactly as returned. Everywhichway, it works just fine. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 15, 2:11 pm, dozykraut wrote: > http:// twitter.com/st

[twitter-dev] cursor based paging

2009-10-15 Thread dozykraut
http:// twitter.com/statuses/followers/username.xml?cursor=-1 gives me page 1 of my followers list,. When I then request http:// twitter.com/ statuses/followers/username.xml?cursor=-new_cursor_value I get page 1 again. The same happens when I request http://twitter.com/statuses/followers.xml?scre

[twitter-dev] Re: Issues I came across migrating to cursors

2009-10-15 Thread Oren Rose
I migrated my code to cursors and successfully pulled large graphs in method #2. My code handles each and every Twitter errors (at least those I got in the last few months)... which means that sometimes I wait for a short while and then resume, sometimes I wait for longer time, depends on the err

[twitter-dev] Re: Separate terms using commas?

2009-10-15 Thread Oren Rose
It will work if you do "#term1 OR #term2 OR #term3" spaces mean "AND" for Twitter search term. Also, please note that you MUST use "OR" and "or" :) Good luck, = Oren On Oct 15, 3:54 pm, EastSideDev wrote: > Is the maximum number of allowed characters still 140? > > On Oct 14, 9:12 pm, John Ka

[twitter-dev] Re: Duplicate Tweets

2009-10-15 Thread Toxic
On Oct 15, 7:50 am, Ryan Sarver wrote: > 1. Duplicate tweets HAS always been considered a violation. Sure, it's always been a reason to kick someone off, but by attempting to automatically police it, you've managed to take out a couple of quite legitimate services, some of which were using tw

[twitter-dev] problem in friendships create..

2009-10-15 Thread Lenin
Hello all, I am getting some problem in creating friends using twiiter API. I dont know why this is happening. I could not create a single friend since last few days.. Please advice Bellow is the code returned by twitter... * Server auth using Basic with user 'FamousGroup1' > POST /friendships/c

[twitter-dev] Re: Whitelisted IPs only work when authed?

2009-10-15 Thread Ajinkya Patil
Hello, I also have similar problem, my app got whitelisted atleast 10 days ago. And its the account from which i requested the whitelist, got whitelisted, but the ip whitelist was still showing the same stuff (i.e. 150 limit). After readin this post and bit of google'in i solved the problem. To c

[twitter-dev] Re: Download Avira 2010 an key 2014

2009-10-15 Thread Abraham Williams
Google knows about it. Not sure what they will do though. On Thu, Oct 15, 2009 at 10:15, Chad Etzel wrote: > > You would think that Google Groups would use the SPF record result at > least: > > Received-SPF: fail (google.com: domain of a...@twitter.com does not > designate 80.80.228.43 as permit

[twitter-dev] Re: Lists API

2009-10-15 Thread Rich
I too would like to know what is going on here, some high profile people are tweeting about lists and how they work, yet none (well maybe none) of us have any idea how we could integrate this into our apps yet. Yet at the same time the ReTweet api docs have been around for a while, they are being

[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Rich
To be honest, it seems a bit strange that they shouldn't appear in user_timeline surely if you're looking at a user's timeline then you'd want to also see what they've retweeted (or will the retweet appear but without the retweet_status tag? On Oct 15, 11:50 pm, Marcel Molina wrote: > Updating t

[twitter-dev] 401 Unauthorized with good access token (or seemingly good)

2009-10-15 Thread DanInDC
I am using python-auth, and oauth twitter to do backend authentication via twitter sign in. It works as designed. I am able to get an access_token and then use that to get the user info. I am having trouble when it comes to trying to post a status update using the oauth. I have pasted an example t

[twitter-dev] Re: Lists API

2009-10-15 Thread Eric Woodward
Hmm. Ok, thats is obviously fair enough, in theory. You obviously need to test and debug something with a subset of traffic. But Lists are operational now on twitter.com which serves millions, so it seems you are well down that road, yet no API, no draft API methods to review like we have for retw

[twitter-dev] Re: Separate terms using commas?

2009-10-15 Thread John Kalucki
Allowed characters where? Each track keyword is limited to, at most, 30 characters. A tweet can be at most 140 characters. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 15, 6:54 am, EastSideDev wrote: > Is the maximum number of allowed characters still 140? > > On Oc

[twitter-dev] Odd behavior?

2009-10-15 Thread Astralis
I just sent a group of messages to Twitter and the only thing that got posted was the shortened link. This happens only sometimes, though, and I can't find a pattern that points to the issue. The character counts are fine, too. The only thing different that I've done is to send 10 tweets in one

[twitter-dev] What is included In the "Queries are limited 140 URL encoded characters." restriction?

2009-10-15 Thread leonspencer
What us being counted as part of the length of the query - entire query string? What names (of query string name/value pair), values (of query string name/value pair), and delimiters are counted in the Twitter API restriction "Queries are limited 140 URL encoded characters?" I've run the Twitter A

[twitter-dev] Re: New cursor methods are way too slow

2009-10-15 Thread Tim Haines
FYI, My backend cares. On Fri, Oct 16, 2009 at 2:07 PM, jmathai wrote: > > I'm curious why you're using followers/ids and then users/show for > each id? I tried using that and using statuses/followers and found > that the total times were in the same ballpark. statuses/followers > requires far

[twitter-dev] Re: New cursor methods are way too slow

2009-10-15 Thread jmathai
For clarification, an api to get user objects in bulk given a set of ids - would work just as well :). Rooting for Chad on that one. On Oct 15, 6:07 pm, jmathai wrote: > I'm curious why you're using followers/ids and then users/show for > each id?  I tried using that and using statuses/follower

[twitter-dev] Re: New cursor methods are way too slow

2009-10-15 Thread jmathai
I'm curious why you're using followers/ids and then users/show for each id? I tried using that and using statuses/followers and found that the total times were in the same ballpark. statuses/followers requires far fewer api calls if you're interested in user objects. FYI, I do want to add and s

[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Chad Etzel
If both are using the REST API then it was probably a fluke. You should be able to have multiple applications authenticating on your behalf (within the rate-limits) w/o much of a problem. If you can consistently repeat this behavior let us know. -Chad On Thu, Oct 15, 2009 at 8:14 PM, Atul Kulka

[twitter-dev] Re: url fail

2009-10-15 Thread JDG
with the i at the beginning, i thought it was the Spanish upside down exclamation point and read it aloud as "defibalaTOR" ... i need help. On Thu, Oct 15, 2009 at 16:31, Adam Cloud wrote: > I was most disturbed by his deadlined transfer rate as shown in the top > right of his screenshot..

[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Atul Kulkarni
I have a small app (that I wrote) that fetches tweets from twitter and sends ocasionally with authentication and then I have my Echofon running that I use to post tweets well. Scenario that occured: This app was running while I tweeted from Echofon (I assume it authenticated me again) and then my

[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Chad Etzel
If you are asking about the Streaming API, then yes. If not, then I don't understand the question :) -Chad On Thu, Oct 15, 2009 at 8:05 PM, Atul Kulkarni wrote: > A question on the sidelines, > > If I am running an app with my credentials and at the same time I open > another connection with th

[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Atul Kulkarni
A question on the sidelines, If I am running an app with my credentials and at the same time I open another connection with the same credentials is the first connection closed? On Thu, Oct 15, 2009 at 7:01 PM, Chad Etzel wrote: > > On average under 72 hours, but depending on the state of things

[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Atul Kulkarni
Thanks, Scott, and Chad. On Thu, Oct 15, 2009 at 7:01 PM, Chad Etzel wrote: > > On average under 72 hours, but depending on the state of things it can > take up to 1 week. > -Chad > > On Thu, Oct 15, 2009 at 7:56 PM, Atul Kulkarni > wrote: > > Hi All, > > > > What is the approximate expected t

[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Chad Etzel
On average under 72 hours, but depending on the state of things it can take up to 1 week. -Chad On Thu, Oct 15, 2009 at 7:56 PM, Atul Kulkarni wrote: > Hi All, > > What is the approximate expected time for white listing from the day of > application? > > -- > Regards, > Atul Kulkarni > www.d.umn

[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Scott Haneda
I had a glitch, and was denied, and had whitelisting completed, from start to finish, in about 30 hours. -- Scott * If you contact me off list replace talklists@ with scott@ * On Oct 15, 2009, at 4:56 PM, Atul Kulkarni wrote: Hi All, What is the approximate expected time for white listing

[twitter-dev] Approx time for White listing?

2009-10-15 Thread Atul Kulkarni
Hi All, What is the approximate expected time for white listing from the day of application? -- Regards, Atul Kulkarni www.d.umn.edu/~kulka053

[twitter-dev] Re: Lists API

2009-10-15 Thread Marcel Molina
We are rolling it out to a small set of users incrementally so that we can load test and find bugs. We've been working on the API documentation and will be rolling it out gradually. On Thu, Oct 15, 2009 at 4:10 PM, Eric Woodward wrote: > > So, what is the plan for releasing the Lists API, if the

[twitter-dev] Lists API

2009-10-15 Thread Eric Woodward
So, what is the plan for releasing the Lists API, if there is one? It is well known that selected people have access to them while the rest of us do not, which is creating a problem with users. Is there a plan to release these APIs to everyone soon? Please respond. I am only asking. --ejw Eric

[twitter-dev] Re: Add mass follow in twitter account

2009-10-15 Thread Nick Arnett
On Thu, Oct 15, 2009 at 3:27 PM, Adam Cloud wrote: > Lima Oscar Lima even more @ Dewalds response :D Or as California cops sometimes say, John Edward Robert King. Nick

[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Marcel Molina
Updating the retweet doc payloads is on my todo list. It's unfortunately currently a tedious and onerous task. I've been using my cycles on other things. But it's on the list to do. On Thu, Oct 15, 2009 at 1:53 PM, Josh Roesslein wrote: > > The API doc on the wiki is not correct. There was an em

[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Marcel Molina
Having retweets in the user_timeline isn't intentional. I'll be ensuring they don't appear there in the next few days. The only place they should be appearing (once publicly available) is the home_timeline. On Wed, Oct 14, 2009 at 7:45 PM, Martin wrote: > > I'm retrieving the timeline for a spec

[twitter-dev] Re: url fail

2009-10-15 Thread Adam Cloud
I was most disturbed by his deadlined transfer rate as shown in the top right of his screenshot.. Someone get the iDefibrillator! :(

[twitter-dev] Re: Add mass follow in twitter account

2009-10-15 Thread Adam Cloud
Lima Oscar Lima even more @ Dewalds response :D On Thu, Oct 15, 2009 at 1:08 PM, Dewald Pretorius wrote: > > Romeo Oscar Tango Foxtrot Lima Mike Alpha Oscar > > On Oct 15, 4:03 pm, kiran kumar wrote: > > Hi, > > I need to add mass follow in my twitter account.I already wrote > > a progra

[twitter-dev] Re: http return 0

2009-10-15 Thread Scott Haneda
I think so too, I am running some more tests. I have confirmed with a parallel test to a "nearby" host to twitter, that I am able, at the same time, to make a http request to their resource. While I can not time the curl actions to happen at the exact same time, one much happen before t

[twitter-dev] Re: url fail

2009-10-15 Thread Chad Etzel
On Thu, Oct 15, 2009 at 5:43 PM, Chris Babcock wrote: > > With the OP's reputation as a spamware vender and FUDmonger, I think we > may have to face the fact that he has finally unleashed his master plan > to bring down the Internet. We may be looking at the equivalent of the > 'Dr. Doofenshmirtz

[twitter-dev] Re: url fail

2009-10-15 Thread Chris Babcock
> Using IE seems like a personal problem, and something you'll have to > conquer on your own ;) Yes, but sending a screenshot to a development mailing list to report a broken link on a website is so wrong on so many levels... Using IE is a bit like smoking marijauna after work or having an ex

[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Josh Roesslein
The API doc on the wiki is not correct. There was an email sent out earlier about the new payload format. Could someone update the wiki for the new payload? Josh On Thu, Oct 15, 2009 at 3:48 PM, Rich wrote: > > Hmm except this API payload doesn't match that for the home_timeline > > Hometimeli

[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Rich
Hmm except this API payload doesn't match that for the home_timeline Hometimeline shows retweet_status with a sub tag of retweeting_user, but yet @ev's user timeline shows a tag of retweet_status with a subtag of user. I want to support it but not with the inconsistency in the API On Oct 15, 5:

[twitter-dev] Re: http return 0

2009-10-15 Thread JDG
i think http 0 in curl just means the connection failed. should probably just retry. On Thu, Oct 15, 2009 at 14:44, Scott Haneda wrote: > > I have a pretty simple function I made to curl a url against twitter. I am > whitelisted. I call a url once every 15 seconds, about once an hour, I get >

[twitter-dev] http return 0

2009-10-15 Thread Scott Haneda
I have a pretty simple function I made to curl a url against twitter. I am whitelisted. I call a url once every 15 seconds, about once an hour, I get 'http_response' of 0, the rest I get 200 OK. When I do not see a 200, I log the 'http_response', is there anything else I can log or enab

[twitter-dev] Re: Add mass follow in twitter account

2009-10-15 Thread Dewald Pretorius
Romeo Oscar Tango Foxtrot Lima Mike Alpha Oscar On Oct 15, 4:03 pm, kiran kumar wrote: > Hi, >       I need to  add mass follow in my twitter account.I already wrote > a program to add mass follows but didn't adding,my code is in below > > $url="http://twitter.com/friendships/create.xml?screen_n

[twitter-dev] Add mass follow in twitter account

2009-10-15 Thread kiran kumar
Hi, I need to add mass follow in my twitter account.I already wrote a program to add mass follows but didn't adding,my code is in below $url="http://twitter.com/friendships/create.xml?screen_name=".$value; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$url); curl_setopt($ch, CUR

[twitter-dev] Re: New behaviour for statuses/update API call for 141+ char sized messages and duplicates?

2009-10-15 Thread Josh Roesslein
If you send a message longer than 140 twitter will truncate it and set the truncate value on the status to True. For duplicates it will just ignore the status. Josh On Thu, Oct 15, 2009 at 1:20 PM, janole wrote: > > Hi, > > I just figured out that when calling statuses/update with a text > long

[twitter-dev] New behaviour for statuses/update API call for 141+ char sized messages and duplicates?

2009-10-15 Thread janole
Hi, I just figured out that when calling statuses/update with a text longer than 140 chars, the reply of that API call will be 200 OK with the last status of the user. Wouldn't it be better to return some sort of error message? The same seems to be happening when sending a duplicate tweet. Ole

[twitter-dev] Re: The little twitter button

2009-10-15 Thread David Dellanave
Dave, That is exactly what http://twitthis.com does On Thu, Oct 15, 2009 at 1:13 PM, Dawg wrote: > > Thanks guys but none of those do it. > > What I found on Face Book (and expected to find on Twitter) was a > small script (below) which is in the php page that renders the > article. > > http://

[twitter-dev] Re: The little twitter button

2009-10-15 Thread Dawg
Thanks guys but none of those do it. What I found on Face Book (and expected to find on Twitter) was a small script (below) which is in the php page that renders the article. http://static.ak.connect.facebook.com/js/api_lib/v0.4/ FeatureLoader.js.php/en_US" type="text/javascript">FB.init("c

[twitter-dev] Re: Anyone else getting HTTP 404 with APIs today?

2009-10-15 Thread Josh Roesslein
Just ran my unit tests and they all pass now. :) Seems the issues have been resolved for now. Josh On Thu, Oct 15, 2009 at 12:32 PM, Josh Roesslein wrote: > Yesterday I was having issues with favorites/destroy most of the day. > Haven't tried today yet. > > Josh > -- Josh

[twitter-dev] Re: Non-standard HTTP Errors? httplib.BadLineStatus

2009-10-15 Thread Josh Roesslein
Hi Ryan, Hmm that is an odd error. I have not really experienced this in my Tweepy library during development. I don't use urllib2, but instead httplib directly. If this just happens once in a while maybe just catch that error and just retry the request. Josh On Thu, Oct 15, 2009 at 12:33 PM, R

[twitter-dev] Non-standard HTTP Errors? httplib.BadLineStatus

2009-10-15 Thread Ryan Rosario
I use Python for most of my development with the Twitter API, and I have been using urllib2 to extract content. After running my scripts for some period of time (sometimes 5 mins, sometimes several hours) I get an httplib.BadLineStatus exception. All I could find on this error is that it means th

[twitter-dev] Re: Anyone else getting HTTP 404 with APIs today?

2009-10-15 Thread Josh Roesslein
Yesterday I was having issues with favorites/destroy most of the day. Haven't tried today yet. Josh

[twitter-dev] Re: The little twitter button

2009-10-15 Thread Ryan Sarver
Dave, It depends on which button you are seeing. A lot of blogs and sites have integrated Sign in with Twitter. It allows you to easily leverage Twitter for authentication and to link their identity on your site. http://apiwiki.twitter.com/Sign-in-with-Twitter Check it out and let us know if you

[twitter-dev] Re: Anyone else getting HTTP 404 with APIs today?

2009-10-15 Thread srikanth reddy
i am getting 404 for favorites/destroy for recent tweets that were just added to favorites. On Thu, Oct 15, 2009 at 9:02 PM, ryan alford wrote: > I am not having any issues. *knock on wood* > Ryan > > > On Thu, Oct 15, 2009 at 11:26 AM, Atul Kulkarni > wrote: > >> Hi All, >> >> Is it just me or

[twitter-dev] Re: The little twitter button

2009-10-15 Thread David Dellanave
One of many: http://twitthis.com/ On Wed, Oct 14, 2009 at 9:05 PM, Dawg wrote: > > How do I get the little twitter button I see on many blogs and sites? > > I have set up FaceBook to work with our database of articles but I > cannot find on twitter what I need to do. > > I don't think I need to

[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Martin
I have no problem with this new API call. But why is it also included in the user_timeline payload ? Is this inclusion official on the Twitter side... Martin On Oct 15, 9:46 am, ryan alford wrote: > http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim... >

[twitter-dev] Re: New cursor methods are way too slow

2009-10-15 Thread Michael Steuer
That's great!! I'm currently using the suggested method (get IDs, then do users/show for each of them) and it's horrendously slow and cumbersome. It'd be great if you could get a 100 user objects at the time, based on 100 ids you provide.. On 10/14/09 7:30 PM, "Chad Etzel" wrote: > > I agree.

[twitter-dev] Re: Anyone else getting HTTP 404 with APIs today?

2009-10-15 Thread ryan alford
I am not having any issues. *knock on wood* Ryan On Thu, Oct 15, 2009 at 11:26 AM, Atul Kulkarni wrote: > Hi All, > > Is it just me or anyone else there is getting those as well? > > -- > Regards, > Atul Kulkarni > www.d.umn.edu/~kulka053 >

[twitter-dev] Anyone else getting HTTP 404 with APIs today?

2009-10-15 Thread Atul Kulkarni
Hi All, Is it just me or anyone else there is getting those as well? -- Regards, Atul Kulkarni www.d.umn.edu/~kulka053

[twitter-dev] Re: Download Avira 2010 an key 2014

2009-10-15 Thread Chad Etzel
You would think that Google Groups would use the SPF record result at least: Received-SPF: fail (google.com: domain of a...@twitter.com does not designate 80.80.228.43 as permitted sender) client-ip=80.80.228.43; If all you have to do is spoof the from address then we're all doomed. -Chad On T

[twitter-dev] Re: Arabic in the streaming API

2009-10-15 Thread Abo Abdulla
Guys Any Update? Regards On Oct 12, 2009, at 5:33 PM, Fabien Penso wrote: Hi. An Arabic speaking user of ours says he gets no notifications from the tracking API. A simple test : curl -uLOGIN:PASSWORD http://stream.twitter.com/1/statuses/filter.json?track=تويتر Twitt and include تويتر in

[twitter-dev] Re: Duplicate Tweets

2009-10-15 Thread Ryan Sarver
I appreciate the healthy debate here over the issue, and we all read the threads in this forum, but the reality is we don't have the time to respond to every inquiry. Chad has done a great job in making sure explicit questions get answered and we are happy to have an open discussion about the topic

[twitter-dev] Re: Checking if a user exists by email

2009-10-15 Thread Andrew Badera
Haven't you heard about the allegedly spammer-hostile Address Book API that's coming soon? ∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Thu, Oct 15, 2009 at 10:00 AM, Duane Roelands wrot

[twitter-dev] Re: Checking if a user exists by email

2009-10-15 Thread Duane Roelands
...and there never ever should be. On Oct 14, 4:55 pm, JDG wrote: > no. > > On Wed, Oct 14, 2009 at 09:50, HAR HAR wrote: > > > There was a post on this group called "API Method for checking if a > > user exists?" a while ago. The method for checking if a user exist > > described there no longe

[twitter-dev] Re: Separate terms using commas?

2009-10-15 Thread EastSideDev
Is the maximum number of allowed characters still 140? On Oct 14, 9:12 pm, John Kalucki wrote: > Try track=#test1,#test2,#test3 > > You are searching for "#test1", "(space)#test2", etc. Nothing will > ever match (space)#test2. > > -John Kaluckihttp://twitter.com/jkalucki > Services, Twitter Inc.

[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread ryan alford
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_timeline That will be the new "Friends Timeline". It will include retweets, while the current "Friends Timeline" will not. The current "Friends Timeline" w

[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Martin
Thanks for the clarification. That explains the inconsistent behavior we are seeing when trying to load specific user timelines. Do we have an updated api wiki that defines the semantics of the fragment ? Martin www.wherecloud.com On Oct 14, 10:59 pm, Josh Roesslein wrote: > I think its been

[twitter-dev] Re: New cursor methods are way too slow

2009-10-15 Thread Kyle Mulka
I wonder if a query language like what Facebook has with its FQL might help here. ;-) -- Kyle Mulka http://twilk.com On Oct 14, 10:30 pm, Chad Etzel wrote: > I agree. I'm lobbying the team for something like this. > -Chad > > On Wed, Oct 14, 2009 at 10:21 PM, Josh Roesslein wrote: > > > Yeah w

[twitter-dev] Re: New cursor methods are way too slow

2009-10-15 Thread Kyle Mulka
I agree that there needs to be a faster way to retrieve a lot of data than the cursor method allows. I'd also like to add that if a user is waiting on an app to pull their data from Twitter, seconds of waiting feels like hours. This can't be sped up by parallelizing if we have to use cursors. Th

[twitter-dev] Re: Download Avira 2010 an key 2014

2009-10-15 Thread Marco Kaiser
ah - now I understand what you mean: set him as moderated in the members list. A bit funny to do that with the group owner... but yeah, maybe. 2009/10/15 Marco Kaiser > sure, that removes them from the archive. but the messages are still sent > out to the subscribers... > > Marco > > 2009/10/15

[twitter-dev] Re: Download Avira 2010 an key 2014

2009-10-15 Thread Marco Kaiser
sure, that removes them from the archive. but the messages are still sent out to the subscribers... Marco 2009/10/15 Abraham Williams <4bra...@gmail.com> > We are just going to have to moderate his messages like mine currently are. > > Abraham > > On Thu, Oct 15, 2009 at 06:17, Marco Kaiser wrot

[twitter-dev] Re: Download Avira 2010 an key 2014

2009-10-15 Thread Abraham Williams
We are just going to have to moderate his messages like mine currently are. Abraham On Thu, Oct 15, 2009 at 06:17, Marco Kaiser wrote: > uhm... should I ban @al3x now from the group?! > > seriously - what's up with Google Groups? > > Marco > > 2009/10/15 Avira > > Download Avira 2010 an key 2

[twitter-dev] Re: Download Avira 2010 an key 2014

2009-10-15 Thread Marco Kaiser
uhm... should I ban @al3x now from the group?! seriously - what's up with Google Groups? Marco 2009/10/15 Avira > Download Avira 2010 an key 2014 > > http://bit.ly/2dWFN5 > > http://bit.ly/2dWFN5 > > Download Avira 2010 an key 2014 >

[twitter-dev] Re: Twitter icons

2009-10-15 Thread twittme_mobi
Hi, Is it ok to use the logo in our apps, someone would say that we are misleading users that we are actually twitter branches or so... On Oct 14, 10:12 pm, Abraham Williams <4bra...@gmail.com> wrote: > Here is Twitters logo:https://twitter.com/about#download_logo >

[twitter-dev] favorites/destroy returns 404 for recent tweets

2009-10-15 Thread srikanth reddy
Is any one seeing this error.? I am seeing this behavior when i try to unfavorite a tweet which was just added to favorites. favorites/destroy works fine with old tweets in favorites. This behavior is not seen from the web (but through API)

[twitter-dev] 504 Gateway Timeout

2009-10-15 Thread Cristovão Morgado
I'm getting a LOT of: 504 Gateway Timeout * * How can I troubleshot this? any ideias?

[twitter-dev] Re: [OOT] Hijacking twitter account, is it possible?

2009-10-15 Thread srikanth reddy
It is not impossible. It is still possible for Bob to use the same oAuth App (even if Mallory has changed his credentials) given that Mallory has not revoked the access to same oAuth app. As Chris pointed out, the application may not authenticate a twitter user after it has obtained the tokens. In

[twitter-dev] Use HTTP response headers for rate limit info

2009-10-15 Thread Dave Briccetti
Sigh. I wrote a polling solution to fetch the rate limit info before discovering that the info is in the headers of every HTTP response. If you’re interested, here’s a commit to TalkingPuffin where I removed the polling and used the headers instead: http://github.com/dcbriccetti/talking-puffin/c

[twitter-dev] Re: [OOT] Hijacking twitter account, is it possible?

2009-10-15 Thread Chris Babcock
On Thu, 15 Oct 2009 12:32:19 +0700 Dwi Sasongko Supriyadi wrote: > Okay. If Mallory changed Bob's password after successfully get in, > Can Bob still access his account through his application (which is > authorized)? Yes, OAuth apps that have their own authentication context would still work