Friday, March 30, 2012

Working with List in Tweepy

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.



--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment