I have a problem with Chrome Extension authorization.
After authorization extension sends request to server to get some data.
If user is authorized on a site, extension gets current user authority (by cookies). If he is not authorized on a site - extension gets correct authority ( by oauth1 ).
How can I set priority? If request is with oauth parameters then not to use cookies.
ps. English is not my native, sorry.