[twitter-dev] Re: get the id's of twitter users who have authenticated with OAuth?

2009-08-26 Thread J. Dale
Can't you just make the account/verify_credentials call and get back the stuff you need? On Aug 26, 11:08 am, Duane Roelands duane.roela...@gmail.com wrote: Quitter checks for updates, and like TTYtter it always asks permission and you can turn it off in the configuration menu. If your users

[twitter-dev] statuses/followers.xml and statuses/followers.json can return different results?

2009-08-29 Thread J. Dale
It looks like the two requests don't always return the same content. I'm seeing the xml version return the following.. status created_atSat Aug 29 14:23:24 + 2009/created_at id3625414292/id - text It's probably bad form to wear a white dress to a bridal shower when you're not the bride

[twitter-dev] Re: /friendships/destroy.json /blocks/blocking /blocking/ids

2009-08-30 Thread J. Dale
How are you calling twitter? Directly or via a wrapper like EpiTwitter. I had problems with EpiTwitter effectively caching requests. I had to go after particular elements in the result for it to actually make/return the request. On Aug 30, 4:47 am, Ben Eliott ben.apperr...@googlemail.com

[twitter-dev] Re: Spammers in followers list

2009-09-08 Thread J. Dale
This is the app I wrote using the API. It looks at the ratio of follower to followed and blocks folks. Feel free to check it out and offer your suggestions. http://dogearedpress.com/curtains/ On Sep 8, 12:57 pm, Shannon Clark shannon.cl...@gmail.com wrote: Speaking here more as a user than

[twitter-dev] cursor support for blocks functions

2009-09-27 Thread J. Dale
A couple of the users of my application have enough blocked users that I'm having the same type of timeout/over capacity problems with blocks/ blocking and blocks/blockingids that folks were having statuses/ followers. statuses/friends, friends/ids and followers/ids. Any chance the cursor