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

2009-10-14 Thread ruckuus
Hello All, Is there anyone have an experience to hijack a twitter account? well, the story is really weird. There is a celebrity's account hijacked (password stolen, etc), and then he created a new account, the told the world that he could do something in his old account, e.g. sending a new

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

2009-10-14 Thread Chris Babcock
On Tue, 13 Oct 2009 23:48:13 -0700 (PDT) ruckuus ruck...@gmail.com wrote: Is there anyone have an experience to hijack a twitter account? The security profile of a Twitter account is no different than that of many other on-line services. The major weaknesses are signing in over HTTP, accepting

[twitter-dev] Re: Noise-tweet regex repository

2009-10-14 Thread Rich
I thought the new terms sorted this out Get each user's consent before sending Tweets or other messages on their behalf. A user authenticating with your application does not constitute consent to send a message. On Oct 9, 10:22 am, Sam Street sam...@gmail.com wrote: Please don't forget the Ive

[twitter-dev] Re: Noise-tweet regex repository

2009-10-14 Thread Dave Briccetti
Nalin, I appreciate the ideas. Remember, you can’t DM somebody who isn’t following you. I want to maintain a fairly complete collection of filters for the common “noise tweets,” and use it in TalkingPuffin under user control, and invite other application developers to use it as well. Maybe as

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

2009-10-14 Thread ruckuus
On Oct 14, 2:46 pm, Chris Babcock cbabc...@kolonelpanic.org wrote: On Tue, 13 Oct 2009 23:48:13 -0700 (PDT) ruckuus ruck...@gmail.com wrote: Is there anyone have an experience to hijack a twitter account? The security profile of a Twitter account is no different than that of many other

[twitter-dev] Re: OAuth wed desktop feedback

2009-10-14 Thread ryan alford
Tokens should never expire. However, you can only make that request once. If you try to make it again with the same request request token, then you will get the expired token error. On Wed, Oct 14, 2009 at 12:02 AM, BlueSkies scarter28m-goo...@yahoo.comwrote: When my application requests an

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

2009-10-14 Thread Dewald Pretorius
Here's another question. User Bob installs OAuth App Foo on his desktop, and he authorizes access to it. Then he installs the app on his laptop and authorizes access to it. Does User Bob see two separate entries for OAuth App Foo in his list of authorized apps in Twitter, or only one? If he

[twitter-dev] (411) Length Required error

2009-10-14 Thread eclipsed4utoo
Ok, this is really starting to screw with me. On Sunday, I received this error. I put in code to send the content length when making a status update. It worked on Sunday. On Monday, the POST request started hanging. For two days, I tried to figure out what the problem was. So last night, I

[twitter-dev] Re: Noise-tweet regex repository

2009-10-14 Thread Andrew Badera
Regex isn't that tough, but it IS one of those things you need to get into the rhythm of, and it's very easy to fall out. Every time I heavily dive back in though, after lots of frustration, you eventually end up with a lot of elegance and power. ∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is:

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

2009-10-14 Thread srikanth reddy
Does User Bob see two separate entries for OAuth App Foo in his list of authorized apps in Twitter, or only one? Its only one. If he sees only one, how will he know that Phishing Dude has also authorized his own slimy copy of OAuth App Foo to work on User Bob's account? AFAIK there is no way

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

2009-10-14 Thread Dewald Pretorius
So this is a problem with web apps as well then. If User Bob authorized Web App to work on his account, and Phishing Dude also authorizes his Web App account to work on User Bob's Twitter account because he phished User Bob's Twitter username and password, User Bob is blissfully unaware of that?

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

2009-10-14 Thread srikanth reddy
Yes. The risk is high with Desktop apps as Consumer secret/keys are distributed. On Wed, Oct 14, 2009 at 8:04 PM, Dewald Pretorius dpr...@gmail.com wrote: So this is a problem with web apps as well then. If User Bob authorized Web App to work on his account, and Phishing Dude also

[twitter-dev] Starts with token in Search API

2009-10-14 Thread Jonathan Snook
Is it possible to add a simple Starts with token for the Search API? (and maybe an ends with token if people want that, as well). For example, it'd be nice to be able to do ^overheard and only catch those tweets that specifically start with the word instead of having the word appear anywhere in

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread Dewald Pretorius
You may just be hitting different servers in the Twitter server farm, and some of them may be setup to require length and others not to. Dewald On Oct 14, 9:56 am, eclipsed4utoo ryanalford...@gmail.com wrote: Ok, this is really starting to screw with me.  On Sunday, I received this error.  I

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread Chad Etzel
Can you post your code snippet (in something like pastie or pastebin)? Content-length should almost always be required for POSTs (from HTTP spec). -Chad On Wed, Oct 14, 2009 at 8:56 AM, eclipsed4utoo ryanalford...@gmail.com wrote: Ok, this is really starting to screw with me.  On Sunday, I

[twitter-dev] Re: Starts with token in Search API

2009-10-14 Thread Chad Etzel
I know this is a feature that many people would like to see (including myself). It may be on the Search team's roadmap, but please create a Google Code ticket for it so we can track it: http://code.google.com/p/twitter-api/issues/list -Chad On Wed, Oct 14, 2009 at 10:58 AM, Jonathan Snook

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread Chad Etzel
On Wed, Oct 14, 2009 at 11:17 AM, ryan alford ryanalford...@gmail.com wrote: Here is the code... http://pastebin.com/m7ea04ea2 Last night, that code worked(with the content length being commented out).  This morning, it gives me the length required error. Ryan I am not extremely familiar

[twitter-dev] Re: /users/show.xml? doesn't return xml string

2009-10-14 Thread ArnieLapinig
Hello, I found the problem... the Twitter API does return XML, but on my LAMP system, the PHP var_dump($variable) method strips away the XML tags! This seems ridiculous to me, but then the documentation on var_dump is skimpy... Thanks again for your help. , On Oct 13, 9:51 pm, Scott Haneda

[twitter-dev] Re: /users/show.xml? doesn't return xml string

2009-10-14 Thread Chad Etzel
On Wed, Oct 14, 2009 at 11:30 AM, ArnieLapinig arnie.lapi...@gmail.com wrote: Hello, I found the problem... the Twitter API does return XML, but on my LAMP system, the PHP var_dump($variable) method strips away the XML tags! This seems ridiculous to me, but then the documentation on

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread ryan alford
Other code uses this snippet also. Now this is even more hilarious. I am testing right now. I am sending the ContentLength no matter what. I now can't post status updates again. If I give it the ContentLength, it just hangs. If I don't give it the ContentLength, I get the error. If I give it

[twitter-dev] Twitter icons

2009-10-14 Thread John Meyre
I don't know if I got that information here or somewhere else, but somebody pointed out a location where I could get some Twitter icons.

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread Chad Etzel
Is there some sort of request.toString() method that will dump the actual request that is being sent? Or is that what you see is only the Content-Type? -chad On Wed, Oct 14, 2009 at 11:58 AM, ryan alford ryanalford...@gmail.com wrote: Other code uses this snippet also. Now this is even more

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread ryan alford
Another question is, what has changed? This code has been working fine since September 24th(sending the ContentLength). Then on October 11th, I start having issues. Ryan On Wed, Oct 14, 2009 at 11:58 AM, ryan alford ryanalford...@gmail.comwrote: Other code uses this snippet also. Now this is

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread eclipsed4utoo
Here is a screenshot right before make the request. http://yfrog.com/8d10142009115958amp You can see that there is only the Content-Type header. But you can also see that the ContentLength is set(to 6...length of my status update). .Net doesn't allow me to add the header manually if the

[twitter-dev] Re: List of all verified accounts

2009-10-14 Thread Kiam
Great, thanks for your response. More questions: - Is twitter.com/verified a complete list of all verified accounts? - It looks I'll have to crawl that account. Is there a simple flat list that gives the full real name of the user, plus the twitter account name? Thanks in advance! On Oct

[twitter-dev] Tweets Dataset for academia?

2009-10-14 Thread Atul Kulkarni
Hi All, I am curious if there is any Twitter data set already available for research or academia? If it is already not there then can one crawl through the users and build one and release it to the research community without any charge? What would be Twitter's official policy on this? I am sure

[twitter-dev] Re: Tweets Dataset for academia?

2009-10-14 Thread JOHN OBRIEN
Many people in academia / research have used TwapperKeeper service to capture tweets of interest (that are tagged) and export for analysis. Let me know if you have any questions. v/r, John http://TwapperKeeper.com jobr...@ob3solutions.com @jobrieniii On Oct 14, 2009, at 12:39 PM, Atul

[twitter-dev] Re: Tweets Dataset for academia?

2009-10-14 Thread Atul Kulkarni
Thanks, John. I am not only looking at hash tags, but also other things that go along with tweets. I will keep in mind. I was actually curious about Twitter's policy on this. What is there take on releasing a certain dataset of say some random X number of users. Is it violation of any of their

[twitter-dev] api down?

2009-10-14 Thread Dean Collins
Anyone having issues logging in for apps via the api but no issues at all using the twitter web site? What happened to twitter saying they were going to eat their own dog food and use a common system so that issues like this wouldn't happen. Cheers, Dean

[twitter-dev] Updating Twitter Status: Character Escaping and URLs

2009-10-14 Thread Mojo
Hello all, I pass text from a POST variable from a form on my site to Twitter and I save this message on my own site. When I view the entry on my site it is absoultly fine. However, in some cases when there is an apostrophe in the message twitter updates the status of a user but escapes the

[twitter-dev] rate limit error on status/show only

2009-10-14 Thread twittme_mobi
Hi All, I am hitting the following url: /statuses/show/4843243649.xml And i get: Rate limit exceeded. Clients may not make more than 150 requests per hour. Note that before and after that i can hit any other url without problems with the same user - so i am logged in my application and

[twitter-dev] Re: Duplicate Tweets

2009-10-14 Thread Neicole
Is Twitter crazy?! Have they even looked at their own user, market, and competitor information? Twitter has said they are actively pursuing businesses (and bloggers) and doing away with recurring tweets does away with key business value. Besides, there are technical solutions to this problem, so

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

2009-10-14 Thread Chris Babcock
The situation in this scenario is that Mallory phished Bob's Twitter credentials and used them to authorize access for himself with an OAuth App that Bob also uses. Mallory can only be detected by the changes he makes in the account; He cannot be detected by viewing the list of OAuth apps with

[twitter-dev] New spam reporting API now available

2009-10-14 Thread Marcel Molina
On the heels of adding a Report as spam button to twitter.com (http://blog.twitter.com/2009/10/help-us-nail-spammers.html), you can now also simultaneously block and report a user as a spammer via the API. The documentation for the report_spam resource can be found here:

[twitter-dev] Re: Duplicate Tweets

2009-10-14 Thread PJB
What kept me up at night is wondering what is coming down the pike... who knows if feature X, Y, or Z in your new Twitter app might get a stop-work order from Twitter. That's really scary. On Oct 14, 11:13 am, Neicole neic...@trustneicole.com wrote: Is Twitter crazy?! Have they even looked at

[twitter-dev] Re: Twitter icons

2009-10-14 Thread Abraham Williams
Here is Twitters logo: https://twitter.com/about#download_logo https://twitter.com/about#download_logoAbraham On Wed, Oct 14, 2009 at 11:02, John Meyre john.l.me...@gmail.com wrote: I don't know if I got that information here or somewhere else, but somebody pointed out a location where I

[twitter-dev] Re: Duplicate Tweets

2009-10-14 Thread Keith O Hudson
I'm encouraged to know that someone from Twitter is reading the posts on this group. Perhaps this post will come to the attention of someone in Twitter who will start a discussion with their legal advisors. When I signed up for Twitter I read the TOS presented carefully (sorry, I used to be a

[twitter-dev] Counting tweets with no concern for contents

2009-10-14 Thread miker
I'm looking for a simple way to count tweets over specific time periods, and I have little concern for the tweet contents at this time. I've taken a quick look at the Search API and I'm not sure this is possible without transferring the tweet contents and counting them based on their timestamps.

[twitter-dev] Help estimating tweets per day...

2009-10-14 Thread Kyle B
I am creating a mathematical model based on some results from Twitter's API, but I am missing one critical number in the model. I need to estimate the number of total tweets in the USA each day. The better an estimate I get and the less assumptions I make, the more useful the model will be (it

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

2009-10-14 Thread HAR HAR
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 longer works. Is there a way for me to use the API to verify if an email address is associated with a twitter account? Thanks.

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

2009-10-14 Thread Kyle B
On Oct 13, 4:09 pm, EastSideDev eastside...@gmail.com wrote: I am using the streaming search API. If I have more than one term to search, do I need to separate those terms with commas? If these are hash tags, do I include the hash symbol? (#test1, #test2, #test3)  I am experiencing some

[twitter-dev] Re: Tweets Dataset for academia?

2009-10-14 Thread Kyle B
Atul, I am in the same boat as you. I am currently using the APIs that Twitter offers to gather data. However, the more data I have access to, the fewer assumptions I have to make and the better my results. Twitter is very popular though and access to their data from 3rd parties consumes a lot

[twitter-dev] Re: Tweets Dataset for academia?

2009-10-14 Thread Thomas Woolway
Hi Atul, There is a fairly significant corpus of tweets available, although it is fairly old - see here: http://www.mail-archive.com/twitter-development-talk@googlegroups.com/msg05715.html. I believe that the second part has expired, but you should be unable to use the first part - it is several

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

2009-10-14 Thread John Kalucki
You may be conflating the Streaming API, which requires commas between keywords, and the search API, which does not. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 14, 9:19 am, Kyle B kylebarn...@gmail.com wrote: On Oct 13, 4:09 pm, EastSideDev eastside...@gmail.com

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

2009-10-14 Thread JDG
no. On Wed, Oct 14, 2009 at 09:50, HAR HAR harsocialme...@gmail.com 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 longer works. Is there a way for me to use the API to verify if

[twitter-dev] Re: Counting tweets with no concern for contents

2009-10-14 Thread John Kalucki
The track parameter on the Streaming API will give you all statuses that match a keyword. When rate-limited, you'll get an accurate count of the limited statuses. You'll only get accurate results for sets of keywords if your stream is not limited. -John Kalucki http://twitter.com/jkalucki

[twitter-dev] Re: Help estimating tweets per day...

2009-10-14 Thread Scott Haneda
On Oct 14, 2009, at 8:38 AM, Kyle B wrote: I am creating a mathematical model based on some results from Twitter's API, but I am missing one critical number in the model. I need to estimate the number of total tweets in the USA each day. The better an estimate I get and the less assumptions I

[twitter-dev] Re: Help estimating tweets per day...

2009-10-14 Thread Nick Arnett
On Wed, Oct 14, 2009 at 8:38 AM, Kyle B kylebarn...@gmail.com wrote: 1. How are tweet IDs incremented? Do they increase by a factor of 1, 2, 5, 10...? I've asked that question previously and the answer was a definitive We aren't telling. It seems to be considered a significant enough

[twitter-dev] Re: New spam reporting API now available

2009-10-14 Thread Josh Roesslein
Awesome work! Let's make those spammers cry. :) On Wed, Oct 14, 2009 at 2:46 PM, Marcel Molina mar...@twitter.com wrote: On the heels of adding a Report as spam button to twitter.com (http://blog.twitter.com/2009/10/help-us-nail-spammers.html), you can now also simultaneously block and

[twitter-dev] Interface for twitter translators

2009-10-14 Thread qtnet
It seems that the interface is not working very well because I hit the Translate Everything button and click on one term and it takes me back to the homepage. That happened on Chrome. It does not even work on IE 8. Regards, Antonio Lopez

[twitter-dev] Re: Interface for twitter translators

2009-10-14 Thread Chad Etzel
Hello, You probably want to use the Google Group for your particular translator language: http://groups.google.com/group/twitter-translators-italian http://groups.google.com/group/twitter-translators-german http://groups.google.com/group/twitter-translators-spanish

[twitter-dev] Re: Help estimating tweets per day...

2009-10-14 Thread Kyle B
Thanks for the info. It helps a lot. Figuring out an accurate number is essential to my model, so much so that I am determined to find some method of estimating it to acceptable margins of error! - Kyle On Oct 14, 5:19 pm, Nick Arnett nick.arn...@gmail.com wrote: On Wed, Oct 14, 2009 at 8:38

[twitter-dev] Re: Help estimating tweets per day...

2009-10-14 Thread Scott Haneda
And you don't think the streaming API will answer that for you? -- Scott * If you contact me off list replace talklists@ with scott@ * On Oct 14, 2009, at 3:27 PM, Kyle B wrote: Thanks for the info. It helps a lot. Figuring out an accurate number is essential to my model, so much so that I

[twitter-dev] Re: Somebody has Experience with Affiliate Marketing using Twitter?

2009-10-14 Thread Andrew Badera
Wow, spam much? ∞ 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 Wed, Oct 14, 2009 at 5:45 PM, Bolaleman hull...@hotmail.com wrote: Hello, I am a hobby online affiliate marketer making

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread eclipsed4utoo
So any thoughts/ideas? Ryan On Oct 14, 12:09 pm, eclipsed4utoo ryanalford...@gmail.com wrote: Here is a screenshot right before make the request. http://yfrog.com/8d10142009115958amp You can see that there is only the Content-Type header.  But you can also see that the ContentLength is

[twitter-dev] Re: Help estimating tweets per day...

2009-10-14 Thread Nick Arnett
On Wed, Oct 14, 2009 at 3:27 PM, Kyle B kylebarn...@gmail.com wrote: Thanks for the info. It helps a lot. Figuring out an accurate number is essential to my model, so much so that I am determined to find some method of estimating it to acceptable margins of error! It occurs to me that

[twitter-dev] Re: Help estimating tweets per day...

2009-10-14 Thread Nick Arnett
On Wed, Oct 14, 2009 at 3:56 PM, Scott Haneda talkli...@newgeo.com wrote: And you don't think the streaming API will answer that for you? It can't, can it? It isn't the complete stream, only a sampled subset. There's no way to know which IDs were skipped in order to obfuscate the actual

[twitter-dev] Re: Help estimating tweets per day...

2009-10-14 Thread Nick Arnett
On Wed, Oct 14, 2009 at 4:10 PM, Nick Arnett nick.arn...@gmail.com wrote: On Wed, Oct 14, 2009 at 3:27 PM, Kyle B kylebarn...@gmail.com wrote: Thanks for the info. It helps a lot. Figuring out an accurate number is essential to my model, so much so that I am determined to find some

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread eclipsed4utoo
Ok. nevermind. I have it fixed now. Since I am using OAuth, I am not writing a stream to the request object (like I would do with Basic Auth). So I changed the ContentLength to 0, and it works. Could the response had been waiting for me to stream the content to it since I told it the length?

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

2009-10-14 Thread Tim Haines
I'm migrating my code now. I just pulled down 7000 users. If I get a bad response to a call I'll retry it up to 5 times. It took 20 mins and 1 hour, which is going to be troublesome. Tim. On Oct 7, 6:59 pm, jmathai jmat...@gmail.com wrote: So a user comes to the site and I need to build

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

2009-10-14 Thread Tim Haines
Hi'ya, I'm migrating my code to use cursors at the moment. It's frustrating that calls need to be synchronous rather than how paged calls could be asynchronous. Retrieving 7000 followers just took 20 minutes for me. I filed an issue that proposes a solution here:

[twitter-dev] Re: Counting tweets with no concern for contents

2009-10-14 Thread miker
Thanks John. I'm mostly interested in using a single keyword at present, but it would be nice to not have rate-limiting issues with multiple keywords. I've read the Streaming API page, and I guess I get the ideas there, although I'm not familiar with the Twitter API terminology yet. I was

[twitter-dev] Account reversion to May 2009 settings

2009-10-14 Thread Marc Mims
I'm the author/maintainer of Net::Twitter, the perl library for the Twitter API. I have an account, @net_twitter, I use to communicate with the users of the Net::Twitter module. Several times (most recently, today), the account has been reverted to its state on or about May 30, 2009. I'm

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

2009-10-14 Thread Michael Steuer
So now that you pulled down 7000 IDs, are you making 7000 user/show calls to get the rest of the details? How's that working out? On 10/14/09 5:03 PM, Tim Haines tmhai...@gmail.com wrote: I'm migrating my code now. I just pulled down 7000 users. If I get a bad response to a call I'll

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

2009-10-14 Thread jmathai
I'm doing statuses/followers (100 at a time) and it's taking me 1.5 minutes per 1,000 followers. Really painful. I implemented the other route using followers/ids and making a profile call for each in as parallel a way as possible and the total time was about the same. I am sticking with

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

2009-10-14 Thread Tim Haines
No - I pulled down the 7000 followers using the cursor calls - not just the ids. Tim. On Oct 15, 1:48 pm, Michael Steuer mste...@gmail.com wrote: So now that you pulled down 7000 IDs, are you making 7000 user/show calls to get the rest of the details? How's that working out? On 10/14/09

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

2009-10-14 Thread Chad Etzel
Hi Tim, You said Retrieving 7000 followers just took 20 minutes for me. Can you explain what you meant by that? Are you using the friends/ids, followers/ids methods or the statuses/friends, statuses/followers methods? -Chad On Wed, Oct 14, 2009 at 8:12 PM, Tim Haines tmhai...@gmail.com

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

2009-10-14 Thread Tim Haines
Hi Chad, Statuses/followers. I've just timed another attempt - it took 25 minutes to retrieve 17957 followers with statuses/followers. Is there anything I can elaborate on in the filed issue to make it clearer? Tim. On Oct 15, 2:42 pm, Chad Etzel c...@twitter.com wrote: Hi Tim, You said

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

2009-10-14 Thread Chad Etzel
If you are pulling down the entire social graph, why not use the social graph calls which would deliver all 7000 ids in 2 calls? You can also parallelize this process by looping through different users on each thread instead of using each thread to grab a different page/cursor of the same user.

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

2009-10-14 Thread Tim Haines
Are you suggesting I should retrieve the 2k users 1 at a time from users/show once I have the ids? I'd essentially like to do this, but 100 at a time. I know I can get the 7000 ids in 2 calls (1 even without the cursors) - but I actually want the whole user objects.. Tim. On Oct 15, 2:56 pm,

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

2009-10-14 Thread Josh Roesslein
Yeah we really need a way to bulk request user payloads by giving a list of IDs. On Wed, Oct 14, 2009 at 9:19 PM, Tim Haines tmhai...@gmail.com wrote: Are you suggesting I should retrieve the 2k users 1 at a time from users/show once I have the ids?  I'd essentially like to do this, but 100

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

2009-10-14 Thread Chad Etzel
I agree. I'm lobbying the team for something like this. -Chad On Wed, Oct 14, 2009 at 10:21 PM, Josh Roesslein jroessl...@gmail.com wrote: Yeah we really need a way to bulk request user payloads by giving a list of IDs. On Wed, Oct 14, 2009 at 9:19 PM, Tim Haines tmhai...@gmail.com wrote:

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

2009-10-14 Thread Tim Haines
Thanks Chad. On Oct 15, 3:30 pm, Chad Etzel c...@twitter.com wrote: I agree. I'm lobbying the team for something like this. -Chad On Wed, Oct 14, 2009 at 10:21 PM, Josh Roesslein jroessl...@gmail.com wrote: Yeah we really need a way to bulk request user payloads by giving a list of

[twitter-dev] Seeing retweeted_details for user_timeline payload

2009-10-14 Thread Martin
I'm retrieving the timeline for a specific user: curl http://www.twitter.com/statuses/user_timeline/ev.xml Within that timeline, I see retweeted_status fragment. Is this normal behavior ? Thanks - Martin

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

2009-10-14 Thread ryan alford
Maybe the new retweet functionality has been turned on? Ryan On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com wrote: I'm retrieving the timeline for a specific user: curl http://www.twitter.com/statuses/user_timeline/ev.xml Within that timeline, I see retweeted_status

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

2009-10-14 Thread Josh Roesslein
I think its been enabled for a select few for testing. I don't think its gone public yet. On Wed, Oct 14, 2009 at 9:56 PM, ryan alford ryanalford...@gmail.com wrote: Maybe the new retweet functionality has been turned on? Ryan On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com

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

2009-10-14 Thread ryan alford
Ahh..just noticed who he was looking at. I would assume that most of the Twitter employees have it turned on for their accounts. Most certainly the CEO of Twitter. Ryan On Wed, Oct 14, 2009 at 10:59 PM, Josh Roesslein jroessl...@gmail.comwrote: I think its been enabled for a select few for

[twitter-dev] Re: Profile Image Update Via API - Access Denied

2009-10-14 Thread Chad Etzel
Most likely the content-type is not being set correctly. What is the value of $new_image? -Chad On Wed, Oct 14, 2009 at 10:29 PM, TylerC tyle...@gmail.com wrote: Hey all I am having trouble getting Twitter to update profile avatars... From what I can tell I have the API calls straight but

[twitter-dev] The little twitter button

2009-10-14 Thread Dawg
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 use the Twitter API and I cannot find any information on this issue. Thanks Dave

[twitter-dev] Re: Profile Image Update Via API - Access Denied

2009-10-14 Thread TylerC
In this case it was /home/49090/domains/***/html/clients// tools/avatars/city_ninja.png On Oct 14, 11:10 pm, Chad Etzel c...@twitter.com wrote: Most likely the content-type is not being set correctly. What is the value of $new_image? -Chad On Wed, Oct 14, 2009 at 10:29 PM, TylerC

[twitter-dev] Re: The little twitter button

2009-10-14 Thread Josh Roesslein
http://twitter.com/goodies/widgets Is that what you are looking for? Josh On Wed, Oct 14, 2009 at 9:05 PM, Dawg ad...@sailinganarchy.com 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

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

2009-10-14 Thread EastSideDev
It seems as neither is working. I tried #test1, #test2, #test3 and #test1 #test2 #test3, but I got no data (streaming API), and I let it run for hours. When I used only a single term #test1, I immediately started getting data. Was there a change to prevent more than one term from being used? On

[twitter-dev] Re: Profile Image Update Via API - Access Denied

2009-10-14 Thread Chad Etzel
Try this.. curl_setopt($curl_handle, CURLOPT_POSTFIELDS, array(image = @$new_image;type=image/png)); I have never tried this myself, but I have seen some other people say that it is needed on some servers to set the proper content-type. -Chad On Wed, Oct 14, 2009 at 11:15 PM, TylerC

[twitter-dev] Re: Profile Image Update Via API - Access Denied

2009-10-14 Thread TylerC
Thanks Chad it was the content type, I made a quick function to grab the mime type as the avatar is randomly selected from a folder and changed my postfields as follows: curl_setopt($curl_handle, CURLOPT_POSTFIELDS, array(image = @ $avatar, type = $mime_type)); All seems to be working now,

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

2009-10-14 Thread Dwi Sasongko Supriyadi
On Thu, Oct 15, 2009 at 2:06 AM, Chris Babcock cbabc...@kolonelpanic.orgwrote: The situation in this scenario is that Mallory phished Bob's Twitter credentials and used them to authorize access for himself with an OAuth App that Bob also uses. Mallory can only be detected by the changes he

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

2009-10-14 Thread John Kalucki
Try track=#test1,#test2,#test3 You are searching for #test1, (space)#test2, etc. Nothing will ever match (space)#test2. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 14, 8:38 pm, EastSideDev eastside...@gmail.com wrote: It seems as neither is working. I tried

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

2009-10-14 Thread srikanth reddy
@chris Okay. I was talking about different scenario (using oAuth apps to steal user info) But If credentials are stolen then its all over (it doesn't matter which oAuth app you have authorized) @sasongoko. If Bob manages to change his password after Mallory used Bob's old credentials to authorize

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

2009-10-14 Thread Dwi Sasongko Supriyadi
On Thu, Oct 15, 2009 at 11:15 AM, srikanth reddy srikanth.yara...@gmail.com wrote: @chris Okay. I was talking about different scenario (using oAuth apps to steal user info) But If credentials are stolen then its all over (it doesn't matter which oAuth app you have authorized) @sasongoko.

[twitter-dev] Lots of Couldn't find Status with ID messages

2009-10-14 Thread Marc W
Hello! We regularly fetch feeds from the Twitter API and then take the max id as the sinceid to subsequent calls. The problem is that in the last two days, we suddenly are getting lots of Couldn't find Status with ID=XYZ messages. We weren't seeing these before, but now multiple times a day.