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

2009-01-06 Thread dougw
Ok, we're on the same page now. If someone doesn't respond by the end of the day, I'll look and see what I can find for you when I'm not at work. Cheers. On Jan 6, 3:07 am, "@warrenm" wrote: > Yeah, again with the nomenclature.  I don't want to know if the other > account is following me; I wa

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

2009-01-06 Thread @warrenm
Yeah, again with the nomenclature. I don't want to know if the other account is following me; I want to know whether or not my device is receiving their updates (i.e., via SMS). In my previous post, where I said "friend", I meant what's commonly called a "follower" and where I said "follower" I m

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

2009-01-05 Thread dougw
You can handle it with two calls to the friendship exists method: http://apiwiki.twitter.com/REST+API+Documentation#exists * user_a. Required. The ID or screen_name of the first user to test friendship for. * user_b. Required. The ID or screen_name of the second user to test friendshi

Query whether or not notifications are enabled on a particular friend

2009-01-05 Thread @warrenm
First time poster, so I'm sorry if this has been asked and answered; I did search the archives. I'm trying to use the API to query whether a particular account is both a friend and follower (in the notifications sense) of another account. I realize I'm using deprecated terminology here, but it se