[twitter-dev] Re: Which one are you using in your mobile app? xAuth or oAuth?

2010-07-09 Thread Bess
So far I only learn of one Twitter-based app is using OAuth - Twitter official app (not sure it is out in app store yet). I personally like to learn the best practice on OAuth and best OAuth library used in iPhone, Android, Nokia and Blackberry. On Jul 7, 10:19 am, Oscar Cortes wrote: >  Thanks

[twitter-dev] Twitter Streaming API - Connection Refused

2010-07-09 Thread worksapp
Since early morning today(EST), we are not able to connect to streaming API - LinkHose. We are getting the following response to our connection: (111, 'Connection refused') Is anyone else facing similar issue? Thank you

[twitter-dev] Re: Getting feed for multiple accounts (how does hootsuite/tweetdeck do it so fast?)

2010-07-09 Thread cballou
Make your requests asynchronous so they are handled independently of one another. Each of your 5 API calls for the 5 columns would return their results as soon as they are available for population of the column. On Jul 8, 12:01 am, rksprst wrote: > Let's say I have five columns that show the @re

[twitter-dev] Re: Location information only delivered on geocoded searches?

2010-07-09 Thread James
Sure, I'll report the bug. I also know that location should secondary to geo, I just was trying to get any/all relevant geo. On Jul 8, 5:57 pm, Matt Harris wrote: > Hi James, > > I'm not sure why the location field is missing from those search results so > I'll need to follow that up. Can you fi

[twitter-dev] Re: Streaming API time drifting problem and possible solutions

2010-07-09 Thread Larry Zhang
Thank everyone for the quick reply, I have implemented a downloading program which uses curl, and it is fast enough to avoid the time drift. -Larry On Jul 8, 5:00 pm, Pascal Jürgens wrote: > Larry, > > moreover, I assume you checked I/O and CPU load. But even if that's not the > issue, you shou

Re: [twitter-dev] Twitter service authentication

2010-07-09 Thread lebogang mothapo
On 7/7/10, t.arnf...@googlemail.com wrote: > Hello :) > > I am building a service for twitter apps to use which has an API thats > quite simple. The question I have is that, I need to - from some kind > of data the application sends me - get hold of the users twitter > account to first, check if i

[twitter-dev] Any chance to get more than 20,000 calls per hour?

2010-07-09 Thread deadlychaos
Hi there, We have been building this application since 6 months now. It is anti- spam app which works with very different algorithms and has been very useful for twitter user (we have tested it with 150 calls). But the problem is our apps dig out lot of follower data to let the user know whether h

[twitter-dev] Desktop Application / xAuth / Access Token Exchange

2010-07-09 Thread Craig
Hi I am developing a link to Twitter from a desktop application - it's a client/server application that runs on Windows. We have many clients using the software, each with anywhere from 1 to several hundred users. The brief is to allow an administrator to enter one or more Twitter accounts in to

[twitter-dev] Number of lists

2010-07-09 Thread live-maron
I want to get number of list. If I will get number of list, Should I use HTML Parser? Twitterでリストの数を取得したいと思っています。 In Japanese あるアカウントのフォロワー数、フォロー数、ツイート数などは、apiで取得することができますが、 あるアカウントをフォローしているリスト数を取得するのは、apiでは、取得することは、できないのでしょうか?

Re: [twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-07-09 Thread Fabien Penso
On Fri, Jul 9, 2010 at 3:38 AM, Fabien Penso wrote: > Where my application http://twitter.com/apps/edit/14088 has read&write > access permission. This is fixed, what happened : - My application had read-only access for the user (myself in fact), I revoked access and asked for a new oauth token

[twitter-dev] Re: Any chance to get more than 20,000 calls per hour?

2010-07-09 Thread Nik Fletcher
Normally you could request Twitter whitelisting by emailing a...@twitter.com. However, you won't be able to until after the World Cup: http://groups.google.com/group/twitter-api-announce/browse_thread/thread/130a8c1749a87279 -N On Jul 9, 12:42 pm, deadlychaos wrote: > Hi there, > > We have been

Re: [twitter-dev] Twitter Streaming API - Connection Refused

2010-07-09 Thread John Kalucki
I cannot reproduce this problem and the aggregate statistics on stream.twitter.com look normal. Please email your account, ip address, the exact time of an example failure in UTC, and also a sample curl -v run to api at twitter dot com. -John Kalucki http://twitter.com/jkalucki Twitter Inc. On F

Re: [twitter-dev] Any chance to get more than 20,000 calls per hour?

2010-07-09 Thread John Kalucki
I would suggest that you shouldn't limit your application development by attempting to cover all user cases. It's highly unlikely that a celebrity will ever use your service when it is starting out. Instead, I'd focus on the common case user and first prove your value there. -John Kalucki http://t

[twitter-dev] Is users/lookup being throttled?

2010-07-09 Thread Adam Green
I am calling 'http://api.twitter.com/1/users/lookup.json? screen_name=...' with a list of 100 screen names to update a list of users for an app I'm building for a client.. I'm running the script once per minute (so 60 api calls per hour), and checking return codes. No other API calls are being mad

[twitter-dev] Re: Twitter Streaming API - Connection Refused

2010-07-09 Thread worksapp
It was an issue on our end. Thank you

[twitter-dev] @anywhere iframes getting improper document domain?

2010-07-09 Thread dndrnkrd
I'm seeing same-origin policy issues at the completion of the @anywhere sign-in process, to the tune of: "permission denied for window www.example.com (document.domain has not been set) to get property Window.twttr from www.example.com (document.domain = http://example.com). My @anywhere app's pri

Re: [twitter-dev] @anywhere iframes getting improper document domain?

2010-07-09 Thread Todd Kloots
Hello, By chance are you only seeing this error in IE? If so, the following config for @Anywhere can fix your problem: twttr.anywhere.config("domain", document.domain); - Todd On Fri, Jul 9, 2010 at 9:56 AM, dndrnkrd wrote: > I'm seeing same-origin policy issues at the completion of the > @an

Re: [twitter-dev] Is users/lookup being throttled?

2010-07-09 Thread Matt Harris
Hi Adam, The users/lookup method will return up to 100 users worth of information. It's possible the users you are seeking do not exist on the system, are suspended or have been deleted. If they are they will be dropped from the 100 IDs you send. Matt On Fri, Jul 9, 2010 at 6:58 AM, Adam Green <

[twitter-dev] API For Login

2010-07-09 Thread SoccerNation
Hey Guys, I am trying to build an API that would help me build an application wherein the user can log onto twitter from my website. Its kinda similar to the "Facebook Connect" Application and I am trying to make that in Classical ASP. Any help / ideas would be hugely appreciated. PS: I am not t

[twitter-dev] Followers Timeline

2010-07-09 Thread Ron
Anyone know of any reason why an identical API call to the followers timeline (api.twitter.com/1/statuses/followers.json) from two different clients would return different results? I'm specifying "cursor=-1" for both, but in one client I get both the next and prev cursor objects plus an array of u