Jamie R. Rytlewski

Results 6 comments of Jamie R. Rytlewski

I'm having the same issue. Doesn't seem to like iOS. Has any of this been tested on iOS?

I second this. If I'm understanding this correctly. I'm not able to figure out how to basically emulate the `isAuthenticated` So that I can test past the ```js if (!auth.isAuthenticated)...

I made a change to the wiki example...I probably should've left it first. Of course, the website where you get the info from, has an older version (an alpha version)...

Here is my code for popup.js var fsq = new OAuth2('foursquare', { client_id:'C2BDAF4Y2QOC5RWAIRC0TYOVLRIBRAWX3DLDUYTF5XOPNTVG', client_secret:'Z5GLOY3ZIKC3HF2DYQU3YSYFS2OII2J2JUQYJPASIF10BJ0V' }); fsq.authorize(function() { alert(fsq.getAccessToken()); alert(fsq); }); If you look at the "View Source" it only loads...

Yeah, I'm having the same issue. It works when the environment is node. But if I'm using `jsdom` for the environment I'm not getting anything. `import.meta { url: 'file:///C:/git/vite-project/src/App.tsx' }`...