Re: Query whether or not notifications are enabled on a particular friend

2009-01-06 Thread @warrenm
of the first user to test friendship for.     * user_b.  Required.  The ID or screen_name of the second user to test friendship for.     * Ex:http://twitter.com/friendships/exists.xml?user_a=aliceuser_b=bob Psuedo code to do what you want: var me = dougw var you = @warrenm // Determine

Query whether or not notifications are enabled on a particular friend

2009-01-05 Thread @warrenm
, but it seems to be the language of the API. What I need is something like: http://twitter.com/notifications/enabled/username.json Is there a way to get this information, even if it's roundabout, short of scraping? Thanks, Warren Moore @warrenm