Re: [twitter-dev] Re: Checking whether a user has given permission to Private Messages

2011-06-05 Thread Yusuke Yamamoto
Hi, The doc says, “read-write-directmessages” (Read, Write, & Direct Message) But actually I get "read-write-privatemessages" as you mentioned. It's a doc bug, right? Best, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yu

Re: [twitter-dev] How can I tell if Tweet button is clicked?

2011-06-05 Thread Arnaud Meunier
Hey there, You can use our new Web Intents JavaScript Events. Take a look on the "click" event on https://dev.twitter.com/pages/intents-events hope that helps, Arnaud / @rno On Sun, Jun 5, 2011 at 9:53 PM, MarkB123 wrote: > Hi > > Is there a way to tell if the Tweet b

[twitter-dev] Re: Consumer Key and Secret Bug

2011-06-05 Thread iDeviceDesigns
On Jun 5, 1:22 pm, Tom van der Woerdt wrote: > Well, using more than 350 requests per hour most certainly gets you a > permanent block... > > Tom > > On 6/5/11 7:53 PM, iDeviceDesigns wrote: > > > Would you mind clearing that up a little? 350 request per hour? I have been reading about this bu

[twitter-dev] Debugging 401 unauthorized errors

2011-06-05 Thread Andy Hume
Hi, I'm getting some 401 unauthorized responses for reasons I can't figure out. On my local machine everything works fine. On my staging and production machines I get 401 errors for requests to account/ verify_credentials. All other requests work fine, such as statuses/ friends. The staging and

[twitter-dev] How can I tell if Tweet button is clicked?

2011-06-05 Thread MarkB123
Hi Is there a way to tell if the Tweet button on my webpage was clicked? If it was clicked I want to immediately enable Button2 (asp.net Button) on the same page so users can then click Button2. If the Tweet button wasn't clicked I want Button2 to remain disabled. TIA Mark -- Twitter developer

[twitter-dev] Re: t.co?

2011-06-05 Thread Tim Meadowcroft
The point of t.co, as I understand it, is twitter's very different dynamic with regards to spam. Consider a scenario: someone creates a new account, sends one message with @mentions of 5 high profile people, almost no text, but an http ref (perhaps wrapped behind a shortener, maybe not). In t

Re: [twitter-dev] Re: Consumer Key and Secret Bug

2011-06-05 Thread Tom van der Woerdt
Well, using more than 350 requests per hour most certainly gets you a permanent block... Tom On 6/5/11 7:53 PM, iDeviceDesigns wrote: Dear iDeviceDesigns, As you don't mention which route you are using, I can only make a guess. I make almost every query to Twitter using

[twitter-dev] Re: Consumer Key and Secret Bug

2011-06-05 Thread iDeviceDesigns
> Dear iDeviceDesigns, > >         As you don't mention which route you are using, I can only make a > guess. > >         I make almost every query to Twitter using the maximum count from iOS > (200 tweets w/ user info and entities). On startup I also go get the most > recent 800+ tweets. My a

Re: [twitter-dev] Consumer Key and Secret Bug

2011-06-05 Thread Andrew W. Donoho
On Jun 5, 2011, at 10:07 , iDeviceDesigns wrote: > So for example if I use the normal count which is only 20 everything > works just fine, then if I log 100 everything works fine for around > two refreshes then it locks the keys up which means if I had the app > out for production and wanted to c

[twitter-dev] Consumer Key and Secret Bug

2011-06-05 Thread iDeviceDesigns
Hello Twitter and Twitter Devs! I have an issue with the consumer key and secret . I have seemed to run into a bug while logging information in xcode for IOS. Here is the issue. If I log more then the default count it will work for about 10 minutes then my key seems to become frozen and not work

Re: [twitter-dev] t.co?

2011-06-05 Thread Tom van der Woerdt
Anyone answering 'no' to this question is a fool: Twitter wants full control, t.co is a necessary part of it. Also, all official Twitter clients wrap t.co URLs, and afaik that's it. Of course, Tweet Button and web intents go in this category as well. Tom On 6/5/11 6:27 PM, SM wrote: When e

[twitter-dev] t.co?

2011-06-05 Thread SM
When exactly do links get wrapped in t.co URLs? In the stream of people I follow, I've noticed more links getting wrapped this way recently, but it's not every single link. Will there be a time when every single link is wrapped with t.co? -- Twitter developer documentation and resources: https:/