Hello, how can I make users create their list in my django app automatically? Since the API.create_list() required parameters before it would work;
* Creates a new list for the authenticated user. Accounts are limited to 20 lists. Parameters: name (Required), mode (public/private default: public) Returns: class:List object * So I want users to be able to create their list through my own app automatically and since I don't know the name they want to give their list and the member they want to add, how can I do it automatically? Please kindly help me out! Thanks. <file:///C:/Users/Skizzy/Downloads/tweepy/api.html#API.create_list> -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/QxHsYXdQQ0wJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.