Hey, You could use one of these two API endpoints to retrieve who the authenticated user (i.e. you) is blocking:
- /1/blocks/blocking/ids to retrieve an array of user ids (more info on http://dev.twitter.com/doc/get/blocks/blocking/ids) - /1/blocks/blocking to retrieve the user objects (more info on http://dev.twitter.com/doc/get/blocks/blocking) Hope that helps, Arnaud / @rno <http://twitter.com/rno> On Tue, May 24, 2011 at 7:03 AM, TJ Luoma <[email protected]> wrote: > Is anyone aware of an oAuth-enabled web service which will show me who > I have blocked on Twitter? > > -- > Twitter developer documentation and resources: https://dev.twitter.com/doc > API updates via Twitter: https://twitter.com/twitterapi > Issues/Enhancements Tracker: > https://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > https://groups.google.com/forum/#!forum/twitter-development-talk > -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
