Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then an entry like the following is needed in the config/oauth.js json file:

No Format
{
  "http://one.author.com/niftyGadget.xml" : {
    "MyRemoteServer" : {
      "consumer_key" : "gadgetConsumer",
      "consumer_secret" : "gadgetSecret",
      "key_type" : "HMAC_SYMMETRIC"
    }
  }
}

...