Re: [twitter-dev] Statuses/Show Method doesn't display multiple statuses?

2010-01-29 Thread Julio Biason
On Fri, Jan 29, 2010 at 3:59 AM, Kevin Marshall falico...@gmail.com wrote: I believe you are looking for user_timeline: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline home_timeline, actually. It's like user_timeline but with retweets. -- Julio Biason

Re: [twitter-dev] How a tweet brought makeshift 911 services to life in Haiti

2010-01-29 Thread EdPimentl
Great! Please also note a TWITTER - HAITI SITUATION COMMAND CENTER,, here http://Relief4Haiti.com and the @relief4haiti http://relief4Haiti.net E

Re: [twitter-dev] Re: 'Incorrect signature' on status update with OAuth when verify credentials works

2010-01-29 Thread ryan alford
Try getting the home timeline and see if you get the incorrect signature message. Ryan Sent from my DROID On Jan 28, 2010 11:14 PM, arian cabezas arian.cabe...@gmail.com wrote: Hi Ryan. I´m having the same problem with the statuses/update using the php library provided by Twitter, name as :

RE: [twitter-dev] Re: Mass account creation

2010-01-29 Thread Ken Dobruskin
Of course, if I disable the new follower notices then the spammers have won... I guess I could use the API to create a summary report of the day's new followers, hey... I like the notices. I don't read them all, but when I do their followers/following numbers often give them away. There's

Re: [twitter-dev] Re: Any iPhone Twitter apps with OAuth login ?

2010-01-29 Thread Ryan Sarver
Good news. A mobile-friendly version of the OAuth page is due to be deployed next week (finally!:). We look forward to your feedback on the new screens when they are ready. Also, we currently block any custom protocol URLs from being registered as a callback to protect against XSS attacks.

[twitter-dev] a security problem puzzled me about using oauth in Desktop Client

2010-01-29 Thread ShellEx Well
if a twitter App's Consumer key and secret were leak out, is it possible to gain a user's access token without a user authentication process ? I am writing a opensource desktop client and has implemented OAuth for it. However, I don't know is it suitable to put my key and secret in the source?

[twitter-dev] Re: What is the lifespan of the OAuth token?

2010-01-29 Thread Dmitri Snytkine
Thanks. By the way, how does user revoke access to an app to which they previously logged in? I mean, if I login to some website with my twitter account using 'login with Twitter', then is there an option anywhere in the twitter profile to see which websites I have authorized to access my account

Re: [twitter-dev] Re: What is the lifespan of the OAuth token?

2010-01-29 Thread John Meyer
Settings-Connections On 1/29/2010 5:19 AM, Dmitri Snytkine wrote: Thanks. By the way, how does user revoke access to an app to which they previously logged in? I mean, if I login to some website with my twitter account using 'login with Twitter', then is there an option anywhere in the twitter

Re: [twitter-dev] a security problem puzzled me about using oauth in Desktop Client

2010-01-29 Thread Raffi Krikorian
the leak of a consumer secret will not result in the compromising of user accounts (the consumer secret is needed to get user secrets, but to get user secrets require the user's intervention). however - do not put the consumer key and secret in the source of your code and distribute it. instead,

[twitter-dev] Re: Any iPhone Twitter apps with OAuth login ?

2010-01-29 Thread siggy
This is great news Ryan, big ups to you and the team! Andrew twitter.com/siggy_sf On Jan 29, 7:20 am, Ryan Sarver rsar...@twitter.com wrote: Good news. A mobile-friendly version of the OAuth page is due to be deployed next week (finally!:). We look forward to your feedback on the new

Re: [twitter-dev] What is the lifespan of the OAuth token?

2010-01-29 Thread Raffi Krikorian
yeah - we don't expire tokens, however, as said, you should be resilient to the fact that somebody may revoke a token. On Thu, Jan 28, 2010 at 8:32 PM, Josh Roesslein jroessl...@gmail.comwrote: I believe Twitter currently does not expire access tokens. They may become invalid in the future due

Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-29 Thread Abraham Williams
An HTTP code of 0 is fairly common with cURL if it can not connect. It could be related to randomly dropped connections by your network hardware or further out. Abraham On Thu, Jan 28, 2010 at 11:33, John Kalucki j...@twitter.com wrote: Is the HTTP code really 0, or did you receive a TCP reset

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-29 Thread Abraham Williams
Actually Twitter does support it. http://twitter.com/account/redirect_by_id?id=9436992 Abraham On Wed, Jan 27, 2010 at 06:42, Ivan gli.w...@gmail.com wrote: Hi. I don't need an application that is able to handle this. Instead i need changes in the twitter API so i can refer to the users

[twitter-dev] trends/location are the results returned in any particular order?

2010-01-29 Thread tofubeer
Hello, I have been looking around and haven't found a definitive answer to this... are the results returned by the trends/location call in any particular order (eg: most active to least active) or just random? Thanks, ..darcy D'Arcy Smith CTO TerraTap Technologies Inc.

Re: [twitter-dev] trends/location are the results returned in any particular order?

2010-01-29 Thread Raffi Krikorian
trends/location has no guarantee on ordering and no implicit meaning to the ordering (so, yes, its random except i think the world will always be at the end). however, if you were to pass in a lat/long into it, then the locations will be sorted by distance from that coordinate. On Fri, Jan 29,

Re: [twitter-dev] DMs are automatically tweeted (not what I want!) :)

2010-01-29 Thread Abraham Williams
Change your password. Abraham On Tue, Jan 26, 2010 at 08:50, SDF wordpressblogsi...@gmail.com wrote: I can't find an answer to how or why this is happening nor can I figure out how to stop the madness :) Since testing a tweet this on a client's site (or so I can narrow down) my DM's are

Re: [twitter-dev] Search for India Tweets returns tweets from Indonesia

2010-01-29 Thread Abraham Williams
The location of statuses are often times a best approximation. You should probably do some validation/cleanup yourself. Abraham On Sat, Jan 23, 2010 at 23:32, Naveen J P naveen...@gmail.com wrote: Hi, When my application (www.ookull.com) runs queries of type -

Re: [twitter-dev] Re: Search API: new HTTP response code 420 for rate limiting starting 1/18/2010

2010-01-29 Thread Abraham Williams
1) Looks like the docs got updated. 2) 400 will eventually just be for API calls that are malformed: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1 Abraham On Sat, Jan 23, 2010 at 18:40, Andy Freeman ana...@earthlink.net wrote: (1) When will

Re: [twitter-dev] Re: OAuth workflow and verify_credentials (http://twitter.com/account/verify_credentials)

2010-01-29 Thread Abraham Williams
On Tue, Jan 19, 2010 at 17:50, Jaanus jaa...@gmail.com wrote: You don't actually _need_ to call it after obtaining the access token. It does not _do_ anything, it simply returns a yes/no type of answer to you (200 OK if the credentials are valid, 401 Unauthorized if not). When you manage to

Re: [twitter-dev] DMs are automatically tweeted (not what I want!) :)

2010-01-29 Thread Kevin Marshall
Also check what apps you've granted access to: https://twitter.com/account/connections and remove any that you no longer want to have access... - Kevin http://wow.ly On Fri, Jan 29, 2010 at 10:23 PM, Abraham Williams 4bra...@gmail.com wrote: Change your password. Abraham On Tue, Jan 26,