uraway / electron-oauth-twitter

I do not recommend using this library for OAuth authentication due to security issues. Please use a backend API to keep your access key secret or Auth0 integration.
https://www.npmjs.com/package/electron-oauth-twitter
8 stars 2 forks source link

electron.BrowserWindow is not a fuction #1

Open alvarolorentedev opened 8 years ago

alvarolorentedev commented 8 years ago

Hello i am hitting a hard wall. I know is probably the use case you where thinking about when you did this module, but in my case i want to have a plugin system, where each of the plugins can login into a diferent social network, i was thinking on using your package for the login as it simplifies my workflow quite a lot.

Uncaught TypeError: _electron.BrowserWindow is not a function

i have tried to use it from my worker thread, and also use remote to be able to call from my main thread, but is not working. any idea if what i am planing is possible?

po5i commented 7 years ago

same issue here, any updates?

alvarolorentedev commented 7 years ago

@po5i the only update is that after not getting an update from uruway I made my own package