Updated package.json to fix oauth beign a extraneous package#40
Updated package.json to fix oauth beign a extraneous package#40fmartingr wants to merge 1 commit into
Conversation
Fixes the extraneous oauth package
|
The latest version of |
|
I used that version because is the one listed on The reason of having oauth as an actual dependence is that And also, what are the problems that the bug on the 0.9.8 cause twit not to work correctly? My app works fine with the oauth from npm but I only use channel streaming. Is the 0.9.8 bundled with twit patched? Thanks for your time. |
|
@fmartingr as referenced in the issue @kai-koch linked to, posting tweets (and POST data in general) was buggy for characters requiring encoding. v0.9.8 of oauth is not up-to-date in npm. I'll create an issue on the |
|
This is the issue I posted: ciaranj/node-oauth#128 Feel free to comment with a |
|
OK this is fixed and I published a new version of twit (v1.1.4) with oauth listed as a regular dependency. Run |
|
Thank you :) |
No description provided.