Andrew Dodson

Results 107 comments of Andrew Dodson

Hi thanks for submitting this... time ago FYI: There's an issue with updating this with the proxy server which needs to be resolved https://github.com/MrSwitch/node-oauth-shim/issues/23 A

Hi @alastair-pandelus-NES Can you provide a test demo page?

Perhaps its a app level permission thing. Do you get it when using the demo at https://adodson.com/hello.js/?

Perhaps define the fields property? ``` javascript hello('facebook').api('me', {fields: 'email,name,id'}).then(successHandler) ```

Hi @URobert i can only think that there could be a character which is not correctly escaped. Do you have more information, i.e. the request which is breaking. Thanks

So what is the error message? ```js // aka get it like so... hello('twitter').login().then(console.log.bind(console), console.log.bind(console)) ``` I found the callback URL's stopped working for HTTPS, so i had to add...

Logs show a huge spike in critical errors around that time. In the last 20 hours though it's been stable.

@mbrasiskis yes, eventually. Have you checked it out?