-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi Chris,
Im always getting this issue:
error: "mwoauth-oauth-exception"
This is my consumer and secret keys:
$consumerKey = 'b02833d71fe5700c891c531fe041c36c';
$consumerSecret = 'f2b6f6ccc47e9f6b298eaa74789897b98dc6a594';
$config = new MWOAuthClientConfig(
'https://www.mediawiki.org/w/index.php?title=Special:OAuth', // url to use
true, // do we use SSL? (we should probably detect that from the url)
false // do we validate the SSL certificate? Always use 'true' in production.
);
$config->canonicalServerUrl = 'https://www.mediawiki.org';
$config->redirURL = 'https://www.mediawiki.org/view/Special:OAuth?';
Can you help me? :)
Metadata
Metadata
Assignees
Labels
No labels