danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

[PATCH] use Twitter recommended API for friendship creation/deletion #186

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Current API used by CreateFriendship and DestroyFriendship does not work. 
Proposed patch uses the new API as recommended by Twitter.

Original issue reported on code.google.com by edward.h...@gmail.com on 7 Feb 2011 at 12:51

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bear42 on 20 Feb 2011 at 10:15

GoogleCodeExporter commented 8 years ago
I looked at the difference between this new method and the current one and I'm 
deciding to stay with the current one for a really simple reason - it allows 
either user_id or screen_name to be the parameter and that is a pattern the 
rest of python-twitter uses often.

Original comment by bear42 on 27 Feb 2011 at 5:30