[twitter-dev] Re: Enable/Disable DM Notifications via API?

2009-02-24 Thread TjL
One last thing (I think) The /devices page gives the option to get ONLY 'DM's sent as device updates, but I don't see how to do that in the API either. TjL

[twitter-dev] Re: Enable/Disable DM Notifications via API?

2009-02-24 Thread TjL
On Tue, Feb 24, 2009 at 1:53 PM, Alex Payne wrote: > > Call http://apiwiki.twitter.com/REST+API+Documentation#updatedeliverydevice > with device=none. 1) FYI I called it like so: curl -s --netrc -d POST 'http://twitter.com/account/update_delivery_device.xml?device=sms' to enable notifications,

[twitter-dev] Re: Enable/Disable DM Notifications via API?

2009-02-24 Thread TjL
On Tue, Feb 24, 2009 at 1:53 PM, Alex Payne wrote: > > Call http://apiwiki.twitter.com/REST+API+Documentation#updatedeliverydevice > with device=none. Dammit. I **knew** I had seen that in there but missed it completely when I went to look for it.. Sorry for being a dodo. Thanks TjL ps - th

[twitter-dev] Re: Enable/Disable DM Notifications via API?

2009-02-24 Thread Alex Payne
Call http://apiwiki.twitter.com/REST+API+Documentation#updatedeliverydevice with device=none. On Tue, Feb 24, 2009 at 10:46, TjL wrote: > > I've looked through http://apiwiki.twitter.com/REST+API+Documentation > and I can see how to enable/disable notifcations on a per-person > basis, but nothin