A new authorization will generate a new oauth token and invalidate the previous one. If you wish to allow simultaneous access from multiple browsers or devices, you should store the oauth token in your database (and run the API requests via your server) or allow an easy way to import/export the token (if a fully client-side application is desired).