Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to follow a user(s) tweets using setFollow() #5

Merged
merged 3 commits into from
Feb 7, 2017

Conversation

brentarcane
Copy link
Contributor

This allows you to follow a one or more users tweets using a whenTweets() method. Under the hood, it's using setFollow() instead of setTrack().

@freekmurze
Copy link
Member

To make it clear: $listenFor should be a string or array of twitter handles? If so, rename that variable to $twitterHandles. Could you also update the readme with a good description of the added functionality?

@brentarcane
Copy link
Contributor Author

$listenFor must be a string or array of Twitter User ID's as per https://dev.twitter.com/streaming/overview/request-parameters#follow

Perhaps $twitterUserIds would be more appropriate?

@freekmurze
Copy link
Member

$twitterUserIds sounds good to me 👍

@bradleybernard
Copy link

+1 need to filter on user IDs. When will this be merged?

@freekmurze
Copy link
Member

Probably in the next couple of days

@freekmurze freekmurze merged commit ba21eae into spatie:master Feb 7, 2017
@freekmurze
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants