After the Twitter oauth process, once I finally get my access_token_key and access_token_secret is it safe to store these in a javascript variable client side?
As far as I can work out nothing can be done with these keys without the consumer_key/consumer_secret?
Basically to avoid storing anything in the session if I need to make another API call.