search example update: twitter API v1.1 has replaced "rpp" by "count" #220

Merged
rolinh merged 1 commit from fix/example/search into master 2013-06-17 09:28:42 -07:00
rolinh commented 2013-06-16 04:39:20 -07:00 (Migrated from github.com)

Twitter API v1.1 has replaced "rpp" by "count" to set the number of tweets to return per page on a search query.

Thus, this patch simply update the twython search example.

Twitter API v1.1 has replaced "rpp" by "count" to set the number of tweets to return per page on a search query. Thus, this patch simply update the twython search example.
michaelhelmick commented 2013-06-16 10:17:56 -07:00 (Migrated from github.com)

Thanks! I'll merge this in tomorrow!

Sent from my iPhone

On Jun 16, 2013, at 7:39 AM, Robin Hahling notifications@github.com wrote:

Twitter API v1.1 has replaced "rpp" by "count" to set the number of tweets to return per page on a search query.

Thus, this patch simply update the twython search example.

You can merge this Pull Request by running

git pull https://github.com/Rolinh/twython fix/example/search
Or view, comment on, or merge it at:

https://github.com/ryanmcgrath/twython/pull/220

Commit Summary

twitter API v1.1 as replaced "rpp" by "count" thus update the search example
File Changes

M examples/search_results.py (2)
Patch Links:

https://github.com/ryanmcgrath/twython/pull/220.patch
https://github.com/ryanmcgrath/twython/pull/220.diff

Thanks! I'll merge this in tomorrow! Sent from my iPhone > On Jun 16, 2013, at 7:39 AM, Robin Hahling notifications@github.com wrote: > > Twitter API v1.1 has replaced "rpp" by "count" to set the number of tweets to return per page on a search query. > > Thus, this patch simply update the twython search example. > > You can merge this Pull Request by running > > git pull https://github.com/Rolinh/twython fix/example/search > Or view, comment on, or merge it at: > > https://github.com/ryanmcgrath/twython/pull/220 > > Commit Summary > > twitter API v1.1 as replaced "rpp" by "count" thus update the search example > File Changes > > M examples/search_results.py (2) > Patch Links: > > https://github.com/ryanmcgrath/twython/pull/220.patch > https://github.com/ryanmcgrath/twython/pull/220.diff
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#220
No description provided.