Update README.md

This commit is contained in:
Sashko Stubailo
2015-03-30 16:07:42 -07:00
parent c37e4b7b58
commit d702df99ea

View File

@@ -72,3 +72,7 @@ You can decrypt them using `OAuth.openSecrets`:
var credentials = Twitter.retrieveCredential(token);
var serviceData = OAuth.openSecrets(credentials.serviceData);
## Using oauth-encryption on Windows
This package depends on [npm-node-aes-gcm](https://github.com/meteor/meteor/tree/devel/packages/non-core/npm-node-aes-gcm), which requires you to have OpenSSL installed on your system to run. To install OpenSSL on Windows, use one of the binaries on [this page](http://slproweb.com/products/Win32OpenSSL.html). Don't forget to install the Visual Studio 2008 redistributables if you don't have them yet.