You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
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?