Hi Karl,
let's continue our conversation on the mailing list.
I have modified the source-code to work with the Yahoo OAuth APIs, as
I needed to connect to Delicious.com.
The changes include:
- Commenting out [self authentication] in the init-method in
MPOAuthAPI.m, as some parameters (e.g. the signatureScheme) need to be
changed. I would propose to leave it commented out, because otherwise
the first issued request may always fail due to wrong settings.
- Added support for the "oauth_callback" parameter that is required in
OAuth 1.0a (as the comment on
http://code.google.com/p/mpoauthconnection/wiki/GettingStarted
by nik.burns assumes).
For the last change, quite a lot of modification and deep crawling
into the sourcecode was necessary, including MPOAuthAPI,
MPOAuthCredentialConcreteStore, MPOAuthParameterFactory and even
MPOAuthURLRequest (to avoid url-encoding urls).
@Karl: until the project is moved to a new repo, shouldn't I commit
the patch to the Google code repo?
Regards,
Reiner