Skip to content

Commit

Permalink
Merge pull request #45 from Darkflib/patch-1
Browse files Browse the repository at this point in the history
Update sample.php to use correct method
  • Loading branch information
fennb committed Sep 23, 2013
2 parents e135f37 + b544290 commit df8d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ public function enqueueStatus($status)
define("OAUTH_SECRET", "");

// Start streaming
$sc = new SampleConsumer(OAUTH_TOKEN, OAUTH_SECRET, Phirehose::METHOD_FILTER);
$sc = new SampleConsumer(OAUTH_TOKEN, OAUTH_SECRET, Phirehose::METHOD_SAMPLE);
$sc->consume();

0 comments on commit df8d1ee

Please sign in to comment.