Re: [twitter-dev] Twitter trends

2011-07-11 Thread Tom van der Woerdt
Open a connection to the Streaming API (filter stream) and count the amount of incoming tweets. More information on http://dev.twitter.com/ Tom On 7/11/11 12:22 PM, Mohit T wrote: Hi there, I am doing research on how the gold prices in the market are affected by number of tweets. Hence

Re: [twitter-dev] Re: Twitter trends

2011-07-11 Thread Tom van der Woerdt
Yes, but you will have to do that by getting all the tweets and doing a count on them. The best way to get all these tweets is to use the streaming api (which will simply send all these tweets to you). I'm afraid I cannot reach dev.twitter.com atm - look for Streaming or filter.json. Tom

Re: [twitter-dev] Scheduled tweets

2011-07-11 Thread Tom van der Woerdt
Start by using @abraham's TwitterOAuth (https://github.com/abraham/twitteroauth). Use the SSO tokens on dev.twitter.com so you don't have to authenticate with OAuth. To schedule the tweets: use a crontab entry or something like that. Tom On 7/11/11 12:39 PM, santhosh kumar wrote: Hi, I

Re: [twitter-dev] Re: Twitter trends

2011-07-11 Thread Tom van der Woerdt
No, the search API only goes a few (2-3) days back. Maybe some company has kept track of that information over the past years, but you can't do it with the tools Twitter gives you. Tom On 7/11/11 5:47 PM, Mohit T wrote: Say if I do not want streaming but I want historical tweets since

Re: [twitter-dev] Re: Twitter trends

2011-07-11 Thread Tom van der Woerdt
I do not. Tom On 7/11/11 5:57 PM, Mohit T wrote: Ok if I cannot do it with tools twitter gives me, maybe you know any such companies like you mentioned? It would be a great help. On Jul 11, 4:49 pm, Tom van der Woerdti...@tvdw.eu wrote: No, the search API only goes a few (2-3) days back

Re: [twitter-dev] Telephone

2011-07-07 Thread Tom van der Woerdt
There has never been a short code for the NL: we had to send texts to the UK (+44) and weren't able to receive any texts. I'm surprised to see it gone though. Tom On 7/7/11 10:33 PM, Scott Wilcox wrote: Whereas I thought there used to be a short code for Holland, seems there no longer

Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Tom van der Woerdt
Check for whether you include retweets. Tom On 7/4/11 12:34 PM, Adriaan Pelzer wrote: I'm not paging, but rather using a combination of max_id and count=200. Also - not getting nearly 200 every time, mostly below 100 Adriaan Pelzer putting you in touch with your crowds http

Re: [twitter-dev] Application not getting R/W/DM access

2011-07-04 Thread Tom van der Woerdt
1) Don't use xAuth 2) Don't use /oauth/authenticate but /oauth/authorize Tom On 7/5/11 1:20 AM, DaveH wrote: Twitter Team: My application was changed weeks ago to request DM permission. My understanding was all we needed to do was edit the settings for the app, and then re-authenticate

Re: [twitter-dev] Authentication dilemma

2011-07-03 Thread Tom van der Woerdt
OAuth, but using the SSO keys provided to you on dev.twitter.com. Tom On 7/3/11 12:48 AM, george wrote: We have a website for internal use within our company. When a certain action occurs on the site, such as a survey being completed, we would like to have the app (our website) post a status

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Tom van der Woerdt
but they are improvements over the current framework and if I posted them on a public list I'd have to shoot you ;-) Tom On Jun 29, 2011, at 1:44 AM, Ryan Sarver rsar...@twitter.com wrote: Hey all, With iOS 5 and the Twitter integration coming in a few months, we have been getting a ton

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Tom van der Woerdt
Absolutely disagree. No DM access via twitter.framework. Would be a major threat to the user's privacy. Tom On Jun 29, 2011, at 2:05 AM, Sean Heber s...@spiffytech.com wrote: Ryan, On Jun 28, 2011, at 6:44 PM, Ryan Sarver wrote: We'd love to see your apps, give feedback and help make

Re: [twitter-dev] Cannot connect to app that has same name as Account

2011-06-25 Thread Tom van der Woerdt
I've seen @TweetDeck tweet from TweetDeck... Tom On 6/25/11 7:48 AM, modemlooper wrote: Say my account name is @MyApp and my app name is MyApp, it seems like you cannot sign into an app with OAuth if this is the case. Has anyone ever have this problem and if so what can I do about

Re: [twitter-dev] Re: Best practice for notifying users they need to re-authenticate before June 30th?

2011-06-22 Thread Tom van der Woerdt
-authentication via a modal popup on startup. A webapp wouldn't need this because a user simply re-authenticates on each login. Tom On 6/22/11 8:31 PM, Ryan wrote: Would love to get some guidance from Twitter or any other developers as I know there are plenty of other 3rd party apps out

Re: [twitter-dev] Couldn't resolve host 'stream.twitter.com

2011-06-15 Thread Tom van der Woerdt
Toms-MacBook-Pro:~ tom$ host stream.twitter.com stream.twitter.com has address 199.59.148.138 You should probably check your server's DNS settings. Tom On 6/15/11 10:47 PM, Perez2, Rocio (GE, Corporate, consultant) wrote: Hi!! I was using the Search API but now I want to change to Sream

Re: [twitter-dev] Needs object from desktop application ?

2011-06-10 Thread Tom van der Woerdt
Woah there - sounds like you are hitting a rate limit. If you don't authenticate your calls, you may only make 150 API calls per hour. Tom On 6/10/11 12:54 AM, ari_endo wrote: Hello, I am developing Twitter AP with Excel VBA. When accessing with an object generated from twitter class

Re: [twitter-dev] Needs object from desktop application ?

2011-06-10 Thread Tom van der Woerdt
are supplying all the required parameters 6. Make sure that your nonce is correct 7. Make sure everything else is correct Tom On 6/10/11 10:45 AM, Ari Endo wrote: Dear Tom, Never ever did I hit the rate limit. I call only once to get the authentication token. At most, only several times

Re: [twitter-dev] When will we be able to upload images?

2011-06-10 Thread Tom van der Woerdt
to everyone, but I think it'll be slowly released to everyone, and when everyone can use it, the API will probably be officially announced. Tom PS: I found out that if you want to add several images to one post you should name all of those entities media[] - but that should go into that other topic

Re: [twitter-dev] How many tweets per day come through the Twitter firehose?

2011-06-10 Thread Tom van der Woerdt
With 1 billion tweets per 6 days, I'd say about 150 million. Tom On 6/10/11 8:11 PM, Sam Jordan wrote: Hi, Just curious if anyone knows how many tweets per day come through the Twitter firehose on a daily basis, average? Thanks Sam -- Twitter developer documentation and resources: https

Re: [twitter-dev] Re: Twitter Mentions since_id

2011-06-10 Thread Tom van der Woerdt
There's a : after oauth_consumer_key while there should be an =. There's also an = (in oauth_signature) which should be URLencoded. Tom On 6/10/11 9:15 PM, Paul wrote: This is my headers thats being send. Content-Type: application/x-www-form-urlencoded Authorization: OAuth

Re: [twitter-dev] Unwanted T.CO shortening

2011-06-10 Thread Tom van der Woerdt
You can't with web intents and I believe that soon all links will be t.co links. Basically, live with it. If a bit.ly link gets wrapped in a t.co link, people will see the bit.ly link, not the t.co link, except for some clients which don't implement t.co links yet. Get used to it. Tom

Re: [twitter-dev] Request entity too large / The XML page cannot be displayed with retweet

2011-06-10 Thread Tom van der Woerdt
your question. 4. You might want to use @abraham's TwitterOAuth class instead of writing your own OAuth/cURL code. https://github.com/abraham/twitteroauth 5. You might like to set $resource before using it. Tom On 6/10/11 7:47 PM, Randomness wrote: I just created some php code to retweet

Re: [twitter-dev] Needs object from desktop application ?

2011-06-10 Thread Tom van der Woerdt
languages to interface with Twitter. It's an API, so it's all the same, as long as you can make a HTTP request. Tom On 6/11/11 2:17 AM, Ari Endo wrote: Dear Tom, Thank you for your quick support. I have checked all the items you listed below. What I would like to know is information for desktop

Re: [twitter-dev] Re: Unwanted T.CO shortening

2011-06-10 Thread Tom van der Woerdt
implemented automatic unshortening of t.co links in my client - just like a lot of other clients do. If a link gets automatically unshortened on display, it's effectively nothing more than a background process. Tom On 6/11/11 3:03 AM, Mo wrote: The shortened links I originally saw were

Re: [twitter-dev] Translate app description to different languages

2011-06-08 Thread Tom van der Woerdt
You can't, however I'd recommend that you file a bug report at http://code.google.com/p/twitter-api/issues/list Tom On 6/8/11 2:10 PM, Alver wrote: Good day. Is there any way to configure the application description so, that it will appear in the user interface language? As far as I can see

Re: [twitter-dev] tweet id versus idStr

2011-06-08 Thread Tom van der Woerdt
They aren't different. JavaScript can't handle large numbers (I think the limit was at 53 bits) so there's an id_str as well, to avoid this issue. In JavaScript, always use id_str. Tom On 6/7/11 10:28 AM, Christian Rishøj wrote: (Reposting from the twitter-anywhere-dev group

Re: [twitter-dev] tweet id versus idStr

2011-06-08 Thread Tom van der Woerdt
@Anywhere is just another javascript application - it shouldn't use id. Of course, when you inspect the object returned by @Anywhere you'll get the wrong values as well. Someone from Twitter should look into the favorite() one, it shouldn't be doing that. Tom On 6/8/11 11:52 PM, Christian

Re: [twitter-dev] Twitter's iOS integration and what this means for developers

2011-06-07 Thread Tom van der Woerdt
this framework, but with a fixed set of consumer credentials so that it will always say with iOS when sending a tweet (source). Like I said, it's almost only for providing a Tweet function. * I like it! Tom On 6/7/11 2:17 AM, TJ Luoma wrote: On Mon, Jun 6, 2011 at 8:05 PM, Jason Costajasonco

Re: [twitter-dev] Re : Re: New Photo upload feature: What's new coming on the API side

2011-06-07 Thread Tom van der Woerdt
access to it. I currently don't have any information about how to upload several images (I guess you'd simply post another media item, but I don't know). Tom PS: I believe I just described an API which throws Not Found for all of you. Well done Tom, very convincing. On 6/6/11 6:16 PM, Arnaud

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

2011-06-06 Thread Tom van der Woerdt
API requests. Loading a page from https://api.twitter.com/1/ counts as 1 request. Of course, it goes per user per application, so the number of users isn't really relevant for iPhone applications. http://dev.twitter.com/pages/rate-limiting Tom On 6/5/11 10:39 PM, iDeviceDesigns wrote

Re: [twitter-dev] Re : Re: New Photo upload feature: What's new coming on the API side

2011-06-06 Thread Tom van der Woerdt
I'm not Arnaud, but I can assure you that it won't happen. Tom On 6/6/11 4:25 PM, Julien Larios wrote: Hi there, I've implemented in Picsi this new way of photo sharing on Twitter (along with Twitpic support) and it works fine (based on Twitter4J 2.2.3). These pictures can be used in the 2

Re: [twitter-dev] Oauth Rate Limit 150 per hour?

2011-06-06 Thread Tom van der Woerdt
Is that Python? Anyway, not relevant. 1. You aren't signing using the proper url. 2. You aren't using anything related to the signature on the request (req). Tom On 6/6/11 4:43 PM, Correa Denzil wrote: Hi, I am performing OAuth to sign my requests. I am not developing a web app. I am trying

Re: [twitter-dev] Oauth Rate Limit 150 per hour?

2011-06-06 Thread Tom van der Woerdt
1. You don't sign the test variable, you sign the URL variable, which isn't an endpoint. 2. You don't use the req variable to make the request, but instead you create a new connection which is completely unrelated to the signed request. Tom On 6/6/11 4:54 PM, Correa Denzil wrote

Re: [twitter-dev] Oauth Rate Limit 150 per hour?

2011-06-06 Thread Tom van der Woerdt
In the Make the auth request part you make a request using client instead of the already prepared and signed req variable. You should use req to make the request. Tom On 6/6/11 5:10 PM, Correa Denzil wrote: Tom : Thanks for the reply. 1. You don't sign the test variable, you sign the URL

Re: [twitter-dev] Oauth Rate Limit 150 per hour?

2011-06-06 Thread Tom van der Woerdt
Well, of course, don't literally replace the variables, but figure out a way to use the req object. I don't know anything about that object so I can't help you there. Tom On 6/6/11 5:28 PM, Correa Denzil wrote: Tom : Are you sure? This gives me a : Traceback (most recent call last

Re: [twitter-dev] Oauth Rate Limit 150 per hour?

2011-06-06 Thread Tom van der Woerdt
In that case, try removing everything related to the req variable. Seems it's all unrelated to the actual request (unless the oauth library is very badly designed, of course). Line 22 all the way up to 35. Tom On 6/6/11 5:38 PM, Correa Denzil wrote: Well, it turns out it's not the case

Re: [twitter-dev] Twitter and iOS - an Integration Workshop

2011-06-06 Thread Tom van der Woerdt
What about the rest of the iOS developers who can't be there? I'm registered as an Apple Developer but I'm not there... Tom On 6/6/11 8:29 PM, Jason Costa wrote: Hi everyone, We're incredibly excited about the announcement that Apple made at WWDC today. We believe that Twitter's deep

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

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

Re: [twitter-dev] Oauth in Twitter via Python

2011-06-04 Thread Tom van der Woerdt
I'd like to point out that this is against the TOS. You should limit your API requests where possible - for a normal application with user interaction you won't need more than 350 per hour. If you do some sort of data analysis, you may need to use streams instead. Tom On 6/4/11 7:53 PM

Re: [twitter-dev] Oauth in Twitter via Python

2011-06-04 Thread Tom van der Woerdt
), you'll have to find a better way to do it. Tom On 6/4/11 8:12 PM, Correa Denzil wrote: Oh! I should avoid creating multiple user accounts in that case. I would like to perform analysis on a target set of users and not streams. How do I proceed? I should add that 350 requests per hour

Re: [twitter-dev] How to obtain user demography using Twitter API in our apps?

2011-06-03 Thread Tom van der Woerdt
I don't recall ever entering that info when signing up for Twitter. Without data you can't give that kind of information. Tom On 6/3/11 12:54 PM, GDPL wrote: Hi All We have used Twitter API as per the documentation in our mobile app. The API status shows the usage and other technical stats

Re: [twitter-dev] Does Twitter Photos require the use of tweet entities?

2011-06-03 Thread Tom van der Woerdt
Not at all! Embed.ly also parses them! http://api.embed.ly/embed?url=http%3A%2F%2Ftwitter.com%2Ftwitter%2Fstatus%2F76360760606986241%2Fphoto%2F1 Tom On 6/3/11 11:02 PM, SM wrote: Are tweet entities required for parsing Twitter Photos? Many clients do their own parsing and can figure out when

Re: [twitter-dev] Oauth in Twitter via Python

2011-06-03 Thread Tom van der Woerdt
If you authenticate, all requests (except for search) will go into the 350 requests. If you want 500, then perform 150 unauthenticated and 350 authenticated. If you need even more, use more accounts to do the requests. Tom On 6/3/11 11:06 PM, Correa Denzil wrote: Ah! I feel similar. Which

Re: [twitter-dev] tweet button zero count

2011-06-02 Thread Tom van der Woerdt
Firefox 6.0a2, OS X 10.7. I see a count of 3... Tom On 6/2/11 1:30 PM, Scott Wilcox wrote: Firefox 4.0.1, OSX 10.6. No plugins. Works fine in Chrome and Safari too. On 2 Jun 2011, at 12:04, John Carver wrote: What version of browser do you use? Do you have any plugins installed? 2011/6/2

Re: [twitter-dev] New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Tom van der Woerdt
that. :-) Tom On 6/2/11 9:12 PM, Arnaud Meunier wrote: Hey there, The first public tweet with a twitter.com http://twitter.com uploaded photo has just been published. We just updated our JSON example on the Tweet entities documentation page: https://dev.twitter.com/pages/tweet_entities#media

Re: [twitter-dev] Rate limiting - per user or per application key?

2011-05-31 Thread Tom van der Woerdt
Per user per application. A user can use, for example, 350 requests with TweetDeck, and then it can still use 350 requests with your application, without interfering with other users that also use your application. Tom On 5/31/11 2:37 PM, Rob Wilson wrote: Hi, I am writing an iPhone

Re: [twitter-dev] problem in Posting a tweet using OAuth from IOS app

2011-05-29 Thread Tom van der Woerdt
, NULL, (CFStringRef)@!*'();:@=+$,/?%#[], kCFStringEncodingUTF8 ) autorelease]; } Tom On 5/28/11 1:25 PM, Ayman Adel wrote: I am building

Re: [twitter-dev] list/statuses

2011-05-29 Thread Tom van der Woerdt
You can't. The 20 is the number of tweets received from Twitter's database. It will then simply not send the ones which come from private users, deleted ones (?), retweets, etc. If you want 20, ask for 50 and limit it yourself. Tom On 5/29/11 11:20 AM, ogierepier wrote: Now I have a public

Re: [twitter-dev] Question about rate limiting

2011-05-24 Thread Tom van der Woerdt
Per user per application. With 1000 users you can use 35 API calls per hour. Tom On 5/24/11 5:41 AM, Sam Oldak wrote: I am developing an app that allows users to login with twitter. I'm a bit confused about the rate limiting applied to verifying credentials of users. Is it 350/hour

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-20 Thread Tom van der Woerdt
On 5/20/11 6:36 AM, Andrew W. Donoho wrote: Tom, Thank you for your answers. As I read other threads, I am finding ambiguity reemerging. Pardon my pedantry, I want to nail this down correctly the first time. As you know, I have a hard deadline to get these fixes implemented and deployed

Re: [twitter-dev] Twitter button code limiting cookies

2011-05-20 Thread Tom van der Woerdt
You could simply use some CSS to create a Tweet Button-like button and link to https://twitter.com/share Example: https://twitter.com/share?url=http://test.com/ I'm pretty sure that the docs specify the arguments which you can pass to the Tweet Button. Tom On 5/20/11 8:30 PM, Tony House

Re: [twitter-dev] Re: Auto Populating Tweets Broken?

2011-05-19 Thread Tom van der Woerdt
Jonathan, It's only /home?status= that does not currently work, /?status= does still work. As a quick workaround you could simply use /?status=. Of course, I'd strongly recommend making the switch to web intents asap. Tom On 5/19/11 2:42 AM, Jonathan Strauss wrote: I'm totally with you

Re: [twitter-dev] Re: Auto Populating Tweets Broken?

2011-05-19 Thread Tom van der Woerdt
True, but I've seen some people saying that they want a normal Twitter page, not an intent. Like I said, I really recommend using intents instead, but the option is still there. Tom On 5/19/11 11:57 AM, Mohan Arun wrote: On May 19, 2:25 pm, Tom van der Woerdti...@tvdw.eu wrote: Jonathan

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-19 Thread Tom van der Woerdt
://oauth_redirect, for example) and catch this URL in your code. Tom On 5/19/11 4:58 PM, Adriaan Pelzer wrote: If using a UIWebView is against the TOS, how should app developers (standalone apps, that is) authenticate without xauth, in the light of yesterday's announcements? Adriaan Pelzer

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-19 Thread Tom van der Woerdt
http://dev.twitter.com/pages/api_terms - II. Principles - 1. Don't surprise users - C. Your application should not: - replicate, frame, or mirror the Twitter website or its design. Tom On 5/19/11 5:10 PM, hax0rsteve wrote: Tom, Could you clarify : If using a web view is against the ToS

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-19 Thread Tom van der Woerdt
Can you name a modern device on which people will want a client with access to direct messages, without a webbrowser? I can't. Tom On 5/19/11 5:17 PM, Adriaan Pelzer wrote: Understood. In other words, there is no way to consume the authenticated parts of the Twitter API on devices without

Re: [twitter-dev] A new permission level

2011-05-18 Thread Tom van der Woerdt
by the rules. Will we yet again see this, or will there not be an exception for those clients? The same question goes for Twitter's own apps: will they make the switch to OAuth, or will they keep using xAuth? Tom On 5/18/11 7:01 PM, Matt Harris wrote: Hey everyone, We recently updated our

Re: [twitter-dev] Launching Twitter for iOS using twitter:// url schemes

2011-05-15 Thread Tom van der Woerdt
remember where I saw that. twitter:///post?message=test definitely works on the Mac version, so I'll assume that it works on the iOS version as well. Tom On 5/15/11 2:16 PM, Daniel wrote: Hi, I can't find any documentation, or even a place to ask this question, so sorry if this is off-topic

Re: [twitter-dev] Launching Twitter for iOS using twitter:// url schemes

2011-05-15 Thread Tom van der Woerdt
I just found that twitter:///user?screen_name=tvdw works as well. Tom On 5/15/11 6:51 PM, Tom van der Woerdt wrote: If I'm not mistaken, Twitter for iOS still responds to the old tweetie:// URL schemes. http://wiki.akosma.com/IPhone_URL_Schemes#Tweetie (found them on google) Also, the Mac

Re: [twitter-dev] access token expires ?

2011-05-04 Thread Tom van der Woerdt
Tokens don't expire. You should check the timezone settings - while it shouldn't matter, because a UNIX timestamp is always in UTC, it could be the issue. Tom On 5/4/11 3:26 AM, Joshua Nguyen wrote: I have obtained the access token; then i check for new @mentions twice a minute. In ~9

Re: [twitter-dev] Re: New oAuth Authenticate Page

2011-05-03 Thread Tom van der Woerdt
I don't know whether it's the only working solution, but it is the only proper OAuth procedure and as far as I'm aware, also the recommended one. Tom On 5/3/11 4:50 AM, Bess wrote: I'd like to confirm the all the developers here on this mailing list. Does the new OAuth redesign page prevent

Re: [twitter-dev] New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Tom van der Woerdt
) as the return URL. This is a LOT safer for the users. Tom On 4/30/11 8:50 AM, Bob12345 wrote: Hi, I've been using a WebBrowser control in my Window Phone application to login into Twitter. Today I noticed that the login/authorization page format had changed and it is now unusable in a web browser

Re: [twitter-dev] Re: New oAuth Authenticate Page

2011-04-30 Thread Tom van der Woerdt
) as the return URL. This is a LOT safer for the users. Tom On 4/30/11 8:55 AM, Bob12345 wrote: I'm having this problem too. My login browser inside the phone app is now rendered useless, it doesn't even scroll. On Apr 28, 1:41 pm, Shannon Whitleyshannon.whit...@gmail.com wrote: I was surprised

Re: [twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Tom van der Woerdt
code (not talking about oob authorization, but the normal flow) and get the token that way. For the user, this would probably be the best way. Tom On 4/30/11 10:33 PM, Bob12345 wrote: Thanks for your response Tom, but I am not sure whether this could be done on a Windows Phone 7. The only way

Re: [twitter-dev] New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Tom van der Woerdt
In an embedded view, the developer can access the content of the website without the user knowing it (read passwords, usernames, etc). On most OSes (definitely iOS, WM7 and Android) this is not possible in the non-embedded (webbrowser) view. Tom On 5/1/11 1:02 AM, Dean Collins wrote: Why

Re: [twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Tom van der Woerdt
On 5/1/11 12:47 AM, Matthieu GD wrote: On Apr 30, 12:09 pm, Tom van der Woerdti...@tvdw.eu wrote: I've heard this before. It sounds like all UIWebView, WebBrowser and probably Android's WebView are blocked. This is definitely a *good* thing for security reasons. They are not blocked, it's

Re: [twitter-dev] Having Problem in the first step to use Twitter API with OAUTH for JAVASCRIPT

2011-04-28 Thread Tom van der Woerdt
those keys. Tom On 4/28/11 6:25 PM, Victor wrote: Hi There!. I am having problems using the OAUTH authentication from an web based application developed in javascript. Basically i can do the first step requesting a Request Token using submit a form. But i cannot make it work with an ajax

Re: [twitter-dev] Tweet Button vs ?Status=

2011-04-10 Thread Tom van der Woerdt
http://twitter.com/intent/tweet?status=whatever Tom On 4/10/11 11:21 PM, DustyReagan wrote: I'm torn between using the Tweet Button and simply linking to http://twitter.com/home?status=whatever ? It seems like the Tweet Button has a ton more overhead and complexity than a simple link

Re: [twitter-dev] Re: Tweet Button vs ?Status=

2011-04-10 Thread Tom van der Woerdt
Afaik Twitter is trying to get people to stop using /home?status=. You should use either /share or /intent. However: /share simply redirects to /intent. I'd definitely go with /intent/tweet because it allows more customization than /share. I definitely wouldn't use /home?status=. Tom On 4

[twitter-dev] X-Ratelimit-Reset, Retry-After, and what the actual values mean

2011-04-01 Thread Tom Mc
the calculations, regardless of if i've hit the rate-limit I always get a time back that is 1 hour in the future. I feel like I'm just making a stupid mistake and overlooking something, but any help that you can provide would be much appreciated. Thanks, Tom McConlogue -- Twitter developer documentation

Re: [twitter-dev] Introducing Web Intents

2011-03-30 Thread Tom van der Woerdt
as well? Tom On 3/30/11 11:04 PM, Brian Ellin wrote: Developers, users, and journalists are finding more creative ways to use Tweets on the web to leverage the power of the network to spread news. In the past it’s been difficult to make these Tweets interactive, requiring you to write an OAuth

Re: [twitter-dev] Twitter followers in excel

2011-03-25 Thread Tom van der Woerdt
I've seen someone do it with VB scripting. Ask him, you can find him as Randomness on this list and on Twitter as @nl_twop_1000 Tom On 3/25/11 7:39 PM, M. Edward (Ed) Borasky wrote: On Fri, 25 Mar 2011 14:10:36 +, Scott Wilcox sc...@dor.ky wrote: Hello there, There is no method to do

Re: [twitter-dev] Re: OAuth without read or write access

2011-03-21 Thread Tom Gibara
Thanks for the confirmation. I guess I'll have to rely on informing the user as you suggest. It looks like a gap in the API to me, there must be plenty of websites out there that might want to confirm a user's identity with their twitter account, without wanting access to their tweets. Tom

Re: [twitter-dev] Re: OAuth without read or write access

2011-03-20 Thread Tom Gibara
this mean that, at a minimum, the user will be informed that my application may read their tweets and account details? This won't be the case, and I don't want to give users that impression. Tom. On 20 March 2011 17:05, Ninjamonk dar...@stuartmedia.co.uk wrote: search for sign in with twitter

Re: [twitter-dev] Retweet chain

2011-03-17 Thread Tom van der Woerdt
No, it's not. You can, however, analyze who gets the retweet in the timeline and build the chain that way. Of course, this won't work if you have a huge amount of retweets. Also, it's not 100% accurate. Tom On 3/17/11 6:47 PM, Karthik Murugan wrote: Let us assume: C follows B. B

Re: [twitter-dev] Please hire a developer relations manager

2011-03-14 Thread Tom van der Woerdt
Isn't what you are describing the task of a developer advocate, Taylor Singletary and Matt Harris (and others?)? Tom On 3/14/11 2:44 PM, Adam Green wrote: First of all, I honestly believe that Twitter HQ values developers and appreciates their contribution. That is why I decided to devote

Re: [twitter-dev] Signature generation issue

2011-03-14 Thread Tom van der Woerdt
After fixing the basic parts of your signature (please don't ever replace %26 with only a %, it screws up the encoding) and checking at http://quonos.nl/oauthTester/, I got : *Bad sorting!* All Base String parameters (query and POST parameters) must be sorted alphabetically. Tom On 3/14

Re: [twitter-dev] Signature generation issue

2011-03-14 Thread Tom van der Woerdt
No, actually, it was my fault: it wasn't a %26, but a %3D. Oops! Base string is fine. Tom On 3/14/11 3:21 PM, Taylor Singletary wrote: Wow, my blindness to signature base string foo this morning is humbling. Thanks Tom. On Mon, Mar 14, 2011 at 7:15 AM, Tom van der Woerdt i...@tvdw.eu

Re: [twitter-dev] twitter dump where i only care about size

2011-03-06 Thread Tom van der Woerdt
to capture that stream for 20 days to get enough tweets. Sample stream is at https://stream.twitter.com/1/statuses/sample.json (OAuth/Basic Auth required). Have fun capturing! Tom PS: I really hope I got the math right. :-) On 3/6/11 8:16 PM, Ted Pedersen wrote: I'd like to get somewhere

[twitter-dev] Re: Tweet Button Error

2011-03-03 Thread Tom Mc
I've noticed the same thing, and if I've got firebug open, I see an error referring to jQuery not being defined. On Mar 3, 9:54 am, Jerry Thompson jerrycando...@gmail.com wrote: Just noticed that the Twitter's Tweet button which opens up a popup window for sharing, upon posting to Twitter,

Re: [twitter-dev] is there a way to update statuses more then 100 per semi-hour at all?

2011-02-21 Thread Tom van der Woerdt
You can't post more than 127 (?) tweets per 4 hours (that's 1000 per day). This is a limit which can not be raised. Tom On 2/21/11 10:22 AM, John Carver wrote: greatings people. im using twitter api to update statuses but im getting this after about 100 of them have been posted in 1 hour

Re: [twitter-dev] Rate limiting for streaming API

2011-02-19 Thread Tom van der Woerdt
On 2/19/11 1:49 PM, Paresh Nakhe wrote: Hi, From what i understand, there is no concept of rate limiting for streaming api. Actually it does make sense because if anyone is to use 'statuses/sample' method (say) the limit will soon be crossed. We are working on something that will heavily use

Re: [twitter-dev] Rate limiting for streaming API

2011-02-19 Thread Tom van der Woerdt
the limitation period expires? Destroy the current connection and create a new one? Just keep listening :-) Paresh. On Sat, Feb 19, 2011 at 6:22 PM, Tom van der Woerdt i...@tvdw.eu mailto:i...@tvdw.eu wrote: On 2/19/11 1:49 PM, Paresh Nakhe wrote: Hi, From what i understand

Re: [twitter-dev] User Streams and @mentions

2011-02-14 Thread Tom van der Woerdt
Home Timeline = check it in the friends dictionary Mention = match the tweet's text Search = match the keywords The rest is easy. Tom On 2/14/11 4:01 PM, Rich wrote: Hi all I'm just starting to play with the User Streams with the aim of allowing it in addition to REST api. I've had

Re: [twitter-dev] Re: Whitelisting is still in the docs. Please remove this.

2011-02-12 Thread Tom van der Woerdt
won't sustain more than 15 users Why not? If you have 15 users, you can spread the API calls over them and the last time I checked, 15*350 gives you 5250 API calls. Tom On 2/12/11 7:24 PM, Jan Paricka wrote: Cool. I am weeks from launch and I am fucked. Without whitelisting, my app won't

Re: [twitter-dev] Re: DM rate limit

2011-02-12 Thread Tom van der Woerdt
Actually, the limit is 250 per account, not 250 DMs per IP. Tom On 2/12/11 9:10 PM, DaveH wrote: Dossy: Don't be so quick to condemn. I have an app that uses DMs and ALL DM traffic is generated by users and they know it--so there is no spamming. There are legitimate uses of DMs that users

Re: [twitter-dev] About http response:Failed to validate oauth signature and token in India

2011-02-10 Thread Tom van der Woerdt
Just a guess: could it be related to using non-ASCII characters that get encoded improperly? Tom On 2/10/11 8:09 AM, Cathy Yeh wrote: Dears, We found a log-in problem ONLY happened in India. We implemented a mediatek widget and use xAuth for authentication. The testers in India try to log

Re: [twitter-dev] Failed to validate oauth signature and token

2011-02-09 Thread Tom van der Woerdt
Please check your Base String at http://quonos.nl/oauthTester/. You seem to be missing the between the parameters. I also see other issues, but the signature checker will reveal those to you as well. Tom On 2/9/11 12:15 AM, Dale wrote: I am attempting to set up a ColdFusion script to do

Re: [twitter-dev] twitter ideas for multiple users....or does this exist?

2011-02-08 Thread Tom van der Woerdt
Yes, it exists, but it's currently in a very closed beta phase within the Twitter HQ. You may find more if you search for contributors. I haven't seen an API for this yet. Tom On 2/8/11 7:09 PM, Victoria Smith wrote: Hello Twitter, I thought I noticed this on a twitter page...but now

Re: [twitter-dev] twitter ideas for multiple users....or does this exist?

2011-02-08 Thread Tom van der Woerdt
Actually, I meant Google : http://www.google.com/search?q=twitter+contributors+api Tom On 2/8/11 8:01 PM, Victoria Smith wrote: Tom, Thank you for getting back to me Contributors? I'm not exactly sure what that means? Just search it on Twitter.? -Victoria On Tue, Feb 8, 2011 at 1:57 PM, Tom

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-07 Thread Tom van der Woerdt
I'd prefer London or some other West-European city. Tom On 2/7/11 5:35 AM, Brainewave Consulting wrote: I vote for Chirp: NYC! *Mike Caprio* /Principal and Lead Consultant/ Brainewave Consulting 402 Graham Avenue PMB 211 Brooklyn, NY 11211 p: +1-347-269-0558 @brainewave On Feb 6, 2011

Re: [twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-03 Thread Tom van der Woerdt
That is correct. It will only show for users who have the plugin. Tom On 2/3/11 9:39 PM, Ashley Sarver wrote: With the plugin, this is only visible by people who enable the plugin? We're looking to open it for the entire site, so that whenever anyone tweets a grooveshark song, the media

Re: [twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-03 Thread Tom van der Woerdt
You cannot just embed your content into Twitter without having a content partnership with them. Without using addons, that is. Tom On 2/3/11 10:08 PM, Ashley Sarver wrote: Is there any way we would be able to open that up to everyone on twitter? Or do I just have to wait until Twitter

Re: [twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-02 Thread Tom van der Woerdt
Some Twitter applications (including my own) use embed.ly to display content. Tom On 2/2/11 1:25 PM, Ken D. wrote: Ashley, While waiting for native support from Twitter, have you checked out the embed.ly Parrotfish plugin ( http://labs.embed.ly/ ) ? Grooveshark is one of 160-plus OEmbed

Re: [twitter-dev] New Twitter bug?

2011-02-02 Thread Tom van der Woerdt
I'd say: get rid of xAuth, get rid of this problem (and probably a lot of other problems as well). Tom On 2/2/11 6:36 PM, Naveen Ayyagari wrote: Not that I am advocating any change because I prefer the way it works now. But this has been a point of confusion for some of our users as well

Re: [twitter-dev] Re: Upgrading from Read to Read / Write access for OAuth API Key

2011-01-31 Thread Tom van der Woerdt
Actually, since the user needs to re-authorize the application, I do not think that this is a bug. Tom On 1/31/11 10:45 PM, Tim Bull wrote: While this makes me happy (from a developers point of view), surely this is a bug and therefore not to be relied on? As a user, I agree with the logic

Re: [twitter-dev] Stream API with firehorse method

2011-01-25 Thread Tom van der Woerdt
is a stream with *all* Tweets that *any* Twitter user sends. Depending on your application, you may like : - Desktop application: User Streams - Web-based application: Site Streams - Search-based application: filter.json (normal streams) Tom -- Twitter developer documentation and resources

Re: [twitter-dev] Re: iPhone twitter client

2011-01-19 Thread Tom van der Woerdt
to learn how to authenticate etc. To learn this I recommend reading the oauth rfc. Tom On Jan 18, 9:03 pm, ronnocv ronnocv11223...@gmail.com wrote: I tried to make a twitter client i have an api with 2 files TwitterRequest.h and TwitterRequest.m here is the code for the .m file

Re: [twitter-dev] is streaming API read-only?

2011-01-18 Thread Tom van der Woerdt
Yes, that is correct. The HTTP protocol does not really allow two-way communication. You should use the normal API instead. Tom On 1/17/11 9:19 PM, Gary Ma wrote: Hi, I have an impression that streaming API (for example, user stream API) is read-only. I can obtain statuses but I won't

Re: [twitter-dev] RE: New twitter in ie8 broken again

2011-01-05 Thread Tom van der Woerdt
Sounds like a cookie/cache issue. Tom Sent from my iPhone On Jan 5, 2011, at 5:00 PM, Dean Collins d...@cognation.net wrote: Huh well that IS interesting. I have no idea why but someone just emailed me to answer my question about New Twitter being broken for IE8. They told

  1   2   3   4   5   6   >