- consumer_key: OSM.oauth_consumer_key,
- consumer_secret: OSM.oauth_consumer_secret,
- token: OSM.oauth_token,
- token_secret: OSM.oauth_token_secret
+ consumer_key: application_data.consumerKey,
+ consumer_secret: application_data.consumerSecret,
+ token: application_data.token,
+ token_secret: application_data.tokenSecret