[twitter-dev] Re: Getting Not Found when trying to Delete List subscription using list id and oauth

2009-11-27 Thread Mark Ellul
Hi Mark,

Thanks for your response.

I realized it had to be the user who owned the list... and yes I know
you cannot delete members or subscribers for other ppl's lists...

But I am working on a list social network... which will be going live
next week!

Regards

Mark

On Nov 27, 12:56 am, Mark McBride mmcbr...@twitter.com wrote:
 Mark, you can't delete (or add) members from lists owned by other
 users.  In this case the reason you're getting a 404 is because the
 list 561510 owned by user mark_ellul doesn't exist.

    ---Mark



 On Wed, Nov 25, 2009 at 8:55 AM, Mark Ellul mark.el...@gmail.com wrote:
  HI,

  I have code working to remove subscriptions using list uris working,
  but have a use case where I need to delete a subscription with the
  list id.

  /1/mark_ellul/561510/subscribers.json?.. where mark_ellul is my
  name, and 561510 is the list I am trying to unsubscribe from (which is
  owned by another user)... should it be the user who owns the list
  name, and it will unsubcribe the authenticate user?

  Can someone please update this page, its totally off, showing the
  wrong url, and return values (DELETE) doesn't return anything normally
  (I think).

 http://apiwiki.twitter.com/Twitter-REST-API-Method:-DELETE-list-subsc...

  Any clarification would be appreciated

  Regards

  Mark


[twitter-dev] Getting Not Found when trying to Delete List subscription using list id and oauth

2009-11-25 Thread Mark Ellul
HI,

I have code working to remove subscriptions using list uris working,
but have a use case where I need to delete a subscription with the
list id.

/1/mark_ellul/561510/subscribers.json?.. where mark_ellul is my
name, and 561510 is the list I am trying to unsubscribe from (which is
owned by another user)... should it be the user who owns the list
name, and it will unsubcribe the authenticate user?

Can someone please update this page, its totally off, showing the
wrong url, and return values (DELETE) doesn't return anything normally
(I think).

http://apiwiki.twitter.com/Twitter-REST-API-Method:-DELETE-list-subscribers

Any clarification would be appreciated

Regards

Mark


[twitter-dev] newb question: Rate Limiting

2009-11-13 Thread Mark Ellul

Hi,

I am working on a web application where we make twitter api calls
using a oauth authenticated user.

If I do the calls on the users behalf, using their oauth token and
secret from my web server. Does it use the user's rate limit or the
application's rate limit?

Any help would be appreciated

Regards

Mark