Remove 'page' parameter from some endpoints.
authorJoshua Roesslein <jroesslein@gmail.com>
Sun, 9 Jun 2013 19:37:38 +0000 (12:37 -0700)
committerJoshua Roesslein <jroesslein@gmail.com>
Sun, 9 Jun 2013 19:37:38 +0000 (12:37 -0700)
commit3619126a2b67cb80266e5d9646a0a797dab1913a
tree8f8655f117b14c294eb6efc824fe77b05f1921b9
parenta071bac08b6d2e5cbcc054c8615ed2efdd4b1768
Remove 'page' parameter from some endpoints.

Using max_id/since_id or cursor is the preferred
way and sometimes the only way to paginate though a collection.
tweepy/api.py