nst / STTwitter

A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
BSD 3-Clause "New" or "Revised" License
999 stars 161 forks source link

POST lists/members/destroy postListsMembersDestroyForListID shouldn't contain "slug" arg #205

Closed inb4ohnoes closed 9 years ago

inb4ohnoes commented 9 years ago

I was wondering about this, and now that i have actually tried it I'm getting a 403 forbidden (but that's another issue to debug i think), but it seems that this method shouldn't have a "slug" arg since we're already expected to provide the list ID. There's another method dedicated to slugs already, and the postListMemberCreateForListID method doesn't expect a slug either. Other similar methods also have variants especially dedicated to using slug or list ID.

nst commented 9 years ago

STTwitter implementation reflects Twitter API documentation https://dev.twitter.com/rest/reference/post/lists/members/destroy

inb4ohnoes commented 9 years ago

I suppose... I guess it doesn't really matter too much :smiley: