Re: Maximum allowed tweets per minute

2009-01-05 Thread dougw
As a follow up: 1) I assumed that updates to status DO NOT count towards rate limit tokens. I verified this assumption is correct. This provides weight to presumption of internal update rate limiting. 2) When this limit is reached, calls to update status return the user's last status. While I

Re: This is why it's Urgent

2009-01-05 Thread Jesse Stay
On Sun, Jan 4, 2009 at 11:20 PM, Alex Payne a...@twitter.com wrote: Getting worked up into hysterics about boycotts is just, as security expert Bruce Schenier is fond of saying, security theater. It's the equivalent of an apartment building's tenants telling their landlord they refuse to use

Re: This is why it's Urgent

2009-01-05 Thread Aaron Brazell
Twitblogs- There is no reason why any Twitter user should simply trust an app because *you* created it. Though I inherently trust you and there's no reason to believe you would create a malicious app, no one can *verify* that. Trust yet verify. That's all we are asking for. Until there is a

Is the documentation to blame?

2009-01-05 Thread Stuart
Based on this comment... http://mashable.com/2009/01/01/is-it-stupid-to-trust-twitter-apps-with-your-password/?cp=2#comment-11382659 ...I wonder how much the documentation is to blame for application developers thinking they need to have their users passwords to access data. -Stuart --

Re: Listings for completed Twitter Apps

2009-01-05 Thread fastest963
When using the twitter section, append the URL after the user has entered his/her status. This way you won't need Edit your status but please do not change the address in it , and it will be more user- friendly. Just append the URL via JS before submitting to Twitter and add a little note: The

Re: Is the documentation to blame?

2009-01-05 Thread Nicole Simon
Usually api are to complicated to programm without knowledge and although it is said so in the documentation that you only need a account (not the users account), this api is 'too easy' to attract people without much knowledge and you see the result. (The users of course are not any better). It

Re: This is why it's Urgent

2009-01-05 Thread Nicole Simon
Cameron's comment shows why a system like Oauth is important: Making it easy for third party developpers. Making it easier for users to build trust. Btw business idea, as it did work with summize: Build an oauth service between third apps and twitter, gain the trust from the users, force devs to

Re: This is why it's Urgent

2009-01-05 Thread Dossy Shiobara
Alex Payne wrote: Getting worked up into hysterics about boycotts is just, as security expert Bruce Schenier is fond of saying, security theater. It's the equivalent of an apartment building's tenants telling their landlord they refuse to use keys because someone's place got broken into. Ah,

Re: Is the documentation to blame?

2009-01-05 Thread Nicole Simon
Definitely happy to make it more clear which methods require authentication and which do not. However, to get the effect that's most intuitive from calling the API methods, calling them as the user whose data you're interested in is the most straightforward approach. Which is what brought us

Searching for in_reply_to_status_id

2009-01-05 Thread Pawel Szymczykowski
Is there any way to search for in_reply_to_status_id on search.twitter.com? Alternatively, is it possible to get the in_reply_to_status_id in the json output? There's a lot of emphasis on threading recently, and adding these abilities if they don't exist would certainly be useful. How are others

Re: Racking my brain to figure out how to use users/show

2009-01-05 Thread Waitman Gobble
hmmm. it's in profile_image_url For example, h1Web Girly/h1pChicago, IL/ppimg src=http:// s3.amazonaws.com/twitter_production/profile_images/14391342/ images_normal.jpg/p whatcha wanna do save the image to the local filesystem? On Jan 4, 2:43 pm, krumlr petewing...@gmail.com wrote: I am

Re: Racking my brain to figure out how to use users/show

2009-01-05 Thread Pete Wingard
Tyes please show me what you mean. Even though I know what to look for and where to get it and once I get it I can copy it to my database I can't get PHP to download the XML file using http. On Mon, Jan 5, 2009 at 10:45 AM, fastest963 fastest...@gmail.com wrote: Just use fwrite($local,

Re: Friends / Followers without authentication?

2009-01-05 Thread Nicole Simon
On Sun, Jan 4, 2009 at 11:26 PM, peterhough em...@peterhough.co.uk wrote: How do they make requests while authenticated as their own account without supplying a password? Am I missing something here... Yes. You only need 'a' username not their username. It is not super obvious but you can

Re: Displaying public user data / tweet this buttons only when user is authenticated - popup issues

2009-01-05 Thread Chad Etzel
Actually, I see this functionality as a potential security/privacy hole. I can imagine at least a couple of nefarious things websites can do by being able to detect the presence of a twitter user on their site... I remember bringing up a very similar issue with Alex earlier last year which was

Re: Displaying public user data / tweet this buttons only when user is authenticated - popup issues

2009-01-05 Thread Alex Payne
We did an experiment with a partner of ours around this. It's not currently an officially-supported API method, but check out /sessions/present.json. It should support a callback and returns a boolean. On Mon, Jan 5, 2009 at 07:49, Chris Heilmann chris.heilm...@gmail.com wrote: I've just

Re: Racking my brain to figure out how to use users/show

2009-01-05 Thread Stuart
Debugging 101... 2009/1/5 Pete Wingard petewing...@gmail.com: I have this cURL function get_tweets(){ // create a new cURL resource $ch = curl_init(); $user = netlatch; $pass = ; // set URL and other appropriate options // $user:$pass

Re: Racking my brain to figure out how to use users/show

2009-01-05 Thread Nicole Simon
On Mon, Jan 5, 2009 at 8:40 PM, Peter Denton petermdenton $host = http://twitter.com/users/show/$businessUser.xml;; shouldt that be https for more secure transmission of the data`? Nicole -- http://twitter.com/NicoleSimon // http://mit140zeichen.de/ http://crueltobekind.org //

Re: Racking my brain to figure out how to use users/show

2009-01-05 Thread Matthias Bauer
Pete Wingard wrote: I have this cURL function get_tweets(){ // create a new cURL resource $ch = curl_init(); $user = netlatch; $pass = ; // set URL and other appropriate options // $user:$pass

Re: Displaying public user data / tweet this buttons only when user is authenticated - popup issues

2009-01-05 Thread Chad Etzel
Well, yes, but then it is a trivial step to get which user. My question, though, is whether or not this sort of behavior is intentional, for 3rd party sites to be able to discover the identity of twitter users on their sites? Personally, I find this to be more worrisome than the current

Re: Racking my brain to figure out how to use users/show

2009-01-05 Thread Pete Wingard
I couldn't get your code to work (simpleXML errors) but this does: Thanks Peter. $username=netlatch; $password=**; $curl = curl_init(); curl_setopt ($curl, CURLOPT_URL, http://twitter.com/users/show/$username.json;); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);

Re: Twitter Users Pictures

2009-01-05 Thread Peter Denton
I am storing the picture URL (ex: http://s3.amazonaws.com/twitter_production/profile_images/40587632/blob_bigger.png) in a DB field on my site, then cycling through users occasionally and updating profile content. You don't want to be hitting the api for information like images every time a page

OAuth Closed Beta

2009-01-05 Thread Amir Michail
Hi, Do we need to apply to participate in this closed beta? Amir

Re: OAuth Closed Beta

2009-01-05 Thread Cameron Kaiser
Do we need to apply to participate in this closed beta? I imagine that will be announced when it becomes available. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com -- PRIVACY. IT'S

Re: Displaying public user data / tweet this buttons only when user is authenticated - popup issues

2009-01-05 Thread Nicole Simon
On Mon, Jan 5, 2009 at 9:08 PM, Chad Etzel jazzyc...@gmail.com wrote: My question, though, is whether or not this sort of behavior is intentional, for 3rd party sites to be able to discover the identity of twitter users on their sites? Personally, I find this to be more worrisome than the

Re: This is why it's Urgent

2009-01-05 Thread Dossy Shiobara
Twitblogs wrote: I wholeheartedly agree with Jesse. IF users spread misinformation about 3rd party apps that request passwords ALL being evil then we are all in the same sinking boat. You say this like it's a bad thing. If we want to see a solution from Twitter, there has to be a real

Re: OAuth Closed Beta

2009-01-05 Thread Alex Payne
Indeed. On Mon, Jan 5, 2009 at 12:37, Cameron Kaiser spec...@floodgap.com wrote: Do we need to apply to participate in this closed beta? I imagine that will be announced when it becomes available. -- personal: http://www.cameronkaiser.com/ --

Re: Racking my brain to figure out how to use users/show

2009-01-05 Thread Pete Wingard
yes. I want to save the image to my server so my app won't depend on Twitter to provide the picture On Sun, Jan 4, 2009 at 5:50 PM, Waitman Gobble avail4...@gmail.com wrote: hmmm. it's in profile_image_url For example, h1Web Girly/h1pChicago, IL/ppimg src=http://

Re: Racking my brain to figure out how to use users/show

2009-01-05 Thread Stuart
2009/1/5 Pete Wingard petewing...@gmail.com: I've been at it for two days. I generally don't ask for much help but based on your response I shouldn't ask for anymore. I suppose no one ever helped you a time or two. Thanks for the bone. I apologise if I got the tone of my email wrong, but your

Re: BarackObama: Wha...

2009-01-05 Thread B . Maryott
There is much rejoicing! I don't think there's ever been ANYTHING that's 100% proof of anything. But when something comes up, you guys at Twitter do awesome work, for which I thank you. On Mon, Jan 5, 2009 at 2:41 PM, Alex Payne a...@twitter.com wrote: We've identified the source of this

Re: BarackObama: Wha...

2009-01-05 Thread Rob Iles
It's been said by others before, and I 100% agree. I'm not a twitter fanboy (I use it, occasionally, find it pretty cool, flattered by some of the people who follow me). It's the SUPPORT, the transparency, the honest answers that haven't been sanitised by Marketing / Management. It's fantastic. I

Re: Source of Direct Messages

2009-01-05 Thread Julio Biason
The source parameter means nothing. I can change Mitter to identify itself as Twiterrifc, for example. If they take a road like that, some spammer can change the parameter to, say, YOUR application and your users will flock to something else (but, most probably, spammers won't use any source,

Re: This is why it's Urgent

2009-01-05 Thread Julio Biason
On Tue, Jan 6, 2009 at 3:47 AM, Aaron Brazell emmenset...@gmail.com wrote: Twitblogs- There is no reason why any Twitter user should simply trust an app because *you* created it. Though I inherently trust you and there's no reason to believe you would create a malicious app, no one can

Re: Web API 'statuses/update.xml' brings an error called '(417) Expectation Failed'.

2009-01-05 Thread Vivek
hi, We are getting same (417) error and after including 'ServicePointManager.Expect100Continue = false;' its work fine Thanxs for help Vivek Shrivastav, Invitratech India On Dec 30 2008, 4:29 am, MacReeg macr...@googlemail.com wrote: Thank you for the help. To set the boolean of

Query whether or not notifications are enabled on a particular friend

2009-01-05 Thread @warrenm
First time poster, so I'm sorry if this has been asked and answered; I did search the archives. I'm trying to use the API to query whether a particular account is both a friend and follower (in the notifications sense) of another account. I realize I'm using deprecated terminology here, but it

Re: Source of Direct Messages

2009-01-05 Thread Jesse Stay
On Mon, Jan 5, 2009 at 8:22 PM, Julio Biason julio.bia...@gmail.com wrote: The source parameter means nothing. I can change Mitter to identify itself as Twiterrifc, for example. If they take a road like that, some spammer can change the parameter to, say, YOUR application and your users will