bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
557 stars 109 forks source link

Uncaught ReferenceError: netscape is not defined #40

Closed darkoromanov closed 11 years ago

darkoromanov commented 11 years ago

Hi,

I'm using jsOAuth-1.3.6.min.js and whenever I try to make a post call I get the error:

Uncaught ReferenceError: netscape is not defined

I'm using chrome in Windows7, launched with:

Chrome --disable-web-security --allow-file-access-from-files --allow-file-access index.html

the code is:

bytespider commented 11 years ago

Try without enablePrivilege: true as this is for firefox 3 only

darkoromanov commented 11 years ago

Hi,

I've tried but now I get this error:

Uncaught ReferenceError: query is not defined jsOAuth-1.3.6.min.js:1 u.init.getHeaderParams jsOAuth-1.3.6.min.js:1 u.init.request jsOAuth-1.3.6.min.js:1 u.post jsOAuth-1.3.6.min.js:1 (anonymous function)

thanks

bytespider commented 11 years ago

This issue has been fixed in the resubmitted v1.3.6 https://github.com/downloads/bytespider/jsOAuth/jsOAuth-1.3.6.min.js

On 20 Sep 2012, at 09:42 PM, Darko Romanov notifications@github.com wrote:

Hi,

I've tried but now I get this error:

Uncaught ReferenceError: query is not defined jsOAuth-1.3.6.min.js:1 u.init.getHeaderParams jsOAuth-1.3.6.min.js:1 u.init.request jsOAuth-1.3.6.min.js:1 u.post jsOAuth-1.3.6.min.js:1 (anonymous function)

thanks

— Reply to this email directly or view it on GitHub.