+ <% if @oauth -%>
+ OSM.oauth_token = "<%= @oauth.token %>";
+ OSM.oauth_token_secret = "<%= @oauth.secret %>";
+ OSM.oauth_consumer_key = "<%= @oauth.client_application.key %>";
+ OSM.oauth_consumer_secret = "<%= @oauth.client_application.secret %>";
+ <% end -%>