node-red-nodes
node-red-nodes copied to clipboard
Twitter API V2.0 public search update
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
Proposed changes
Current twitter node does not search public tweets since twitter has upgraded the API to V 2.0. The change that I made solves the problem.
Checklist
- [X] I have read the contribution guidelines
- [X] For non-bugfix PRs, I have discussed this change on the forum/slack team.
- [ ] I have run
grunt
to verify the unit tests pass - [ ] I have added suitable unit tests to cover the new/changed functionality
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: shahramdj (6aea983855c8fe0d808670b6a812163454112cf6, 3c83afdecc9d9a6c564eb636f67838b567766a78, 73a8c762c5973aff52b1010fbdbbb00bb663b6fa, c326206cdd9b1e413130425d402227cb68dfeea4, 2404df8b458f6a3d56b1fec6a92085a5e62d4883, 8ddcc312b7b30e8947f7b5c3cf5704037d4f80f6, 91c72d107ed14f8f203046189fb999807eb32d23, 79774054df86aece7171f922d616f84ff119b826)
You should not check in the node_modules
directory, please update your local branch to remove it.
You also need to sign the CLA so we can accept the changes.
Might want to wait until after the 9th to see what API is still available and at what cost...
Hi all
I was wondering if there is any update as to weather or not this is going to be merged into master or is there a timeline on this?
@shahramdj did you manage to get this running with the current version 2 of the twitter API? Or have you reverted back to using a function node to get your tweets out to the world?