I understand that twitter strongly discourages using JavaScript with its API as the OAuth key's are easily accessible by an end user. Is there not a safe way around it? Facebook seems to have no problem with developers using JavaScript and, from what I can see, encourages it. Yet Facebook also uses OAuth. My Site references many Social Networks and I feel it would be much smoother to load the page, then gather and process data client side. Even though the data is vital to the page's content.
What's the best approach to this?