Changeset 6849 in josm for trunk/src/oauth/signpost/OAuthConsumer.java
- Timestamp:
- 2014-02-13T21:10:18+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oauth/signpost/OAuthConsumer.java
r4231 r6849 74 74 * i.e. you don't have to put them into the request first. The consumer's 75 75 * {@link SigningStrategy} will then take care of writing them to the 76 * correct part of the request before it is sent. Note that these parameters 77 * are expected to already be percent encoded -- they will be simply merged 78 * as-is. 76 * correct part of the request before it is sent. This is useful if you want 77 * to pre-set custom OAuth parameters. Note that these parameters are 78 * expected to already be percent encoded -- they will be simply merged 79 * as-is. <b>BE CAREFUL WITH THIS METHOD! Your service provider may decide 80 * to ignore any non-standard OAuth params when computing the signature.</b> 79 81 * 80 82 * @param additionalParameters
Note:
See TracChangeset
for help on using the changeset viewer.