[twitter-dev] verify_credentials returning the wrong user id

2010-02-14 Thread Scott Aikin
I've encountered a strange problem where sometimes verify_credentials gives me the wrong user id. In these cases the number is usually very large and is different each time. All the other user details are correct. How can this be?

[twitter-dev] Re: Showing Twitter profile information on OAuth sites - rate limit problem

2009-08-01 Thread Scott Aikin
Thanks Vincent! I've applied to be on the whitelist.

[twitter-dev] Re: Showing Twitter profile information on OAuth sites - rate limit problem

2009-08-01 Thread Scott Aikin
So it seems the only scalable solution is to cache the data and update once a day using verify_credentials. Thoughts?

[twitter-dev] Showing Twitter profile information on OAuth sites - rate limit problem

2009-08-01 Thread Scott Aikin
I've got an OAuth site that lets people register through Twitter to create a profile and post to my site. When you see comments or posts by these users I show their Twitter profile information and have been retrieving it with users/show. The problem is that I can only show this information 150 t

[twitter-dev] Re: Updating the APIs authentication limiting policy

2009-07-23 Thread Scott Aikin
Jim, What you're suggesting is basically what they offer with OAuth. Apps are given a token to represent logins and a secret key to represent passwords for their authenticated users. Both are very long and impossible to guess. This mechanism works very well and basically corrects all the issue