Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with list_remove_user #18

Closed
pengwynn opened this issue Dec 1, 2009 · 1 comment
Closed

Problem with list_remove_user #18

pengwynn opened this issue Dec 1, 2009 · 1 comment

Comments

@pengwynn
Copy link
Collaborator

pengwynn commented Dec 1, 2009

list_add_member works just fine but when trying list_remove_user i get
this error

Twitter::RateLimitExceeded: (400): Bad Request - You must specify a
member

Which is the same error you get if you use the api via curl and leave
off the id
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-DELETE-list-members

It has nothing to do with the rate limit. twitter gem just returns all
400's as a ratelimitexceded. There is no rate limit for adding and
removing list items and also my account is white listed.

@pengwynn
Copy link
Collaborator Author

pengwynn commented Dec 1, 2009

I think the same fix we just put in for list_add_member might need to be applied here. I'll investigate

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant