Re: [Labs-l] OAuth with RSA key

2016-10-30 Thread Magog The Ogre
I see now I failed to reset the consumer secret checkbox. I'm terrible with details. Sorry for the hassle and thanks to everyone who helped. Magog. On Sun, Oct 30, 2016 at 2:18 PM, Martin Urbanec wrote: > @Magog: You should get it only if you create new OAuth consumer IIRC. > > Martin > > ne 30

Re: [Labs-l] OAuth with RSA key

2016-10-30 Thread Martin Urbanec
@Magog: You should get it only if you create new OAuth consumer IIRC. Martin ne 30. 10. 2016 v 0:44 odesílatel Magog The Ogre napsal: > @Brad: I am not getting any consumer secret at all. Screenshot as proof: > http://s1130.photobucket.com/user/magog3/media/Screenshot%20from%202016-10-29%2018-3

Re: [Labs-l] OAuth with RSA key

2016-10-29 Thread Magog The Ogre
@Brad: I am not getting any consumer secret at all. Screenshot as proof: http://s1130.photobucket.com/user/magog3/media/Screenshot%20from%202016-10-29%2018-37-53_zps4fqicmkw.png.html. Is there something worng with my data setup? @David: Thank you. On Wed, Oct 26, 2016 at 10:58 AM, Brad Jorsch (An

Re: [Labs-l] OAuth with RSA key

2016-10-26 Thread Brad Jorsch (Anomie)
On Wed, Oct 26, 2016 at 1:08 AM, Magog The Ogre wrote: > I tried to set: > consumerKey = the blacked out key on the screenshot > consumerSecret = the private RSA key (I deleted the public key while > testing, so it doesn't appear in the screenshot) > consumerSecret is a hash value given to you w

Re: [Labs-l] OAuth with RSA key

2016-10-26 Thread David Richfield
I successfully implemented OAuth for my parliament diagram creator this year based on code by others. You can check out my code at https://github.com/slashme/parliamentdiagram - most of the recent commits were about getting OAuth working. ___ Labs-l maili

Re: [Labs-l] OAuth with RSA key

2016-10-25 Thread Magog The Ogre
I don't see anywhere here that it mentions a "shared secret" which is apart from the RSA key. http://i1130.photobucket.com/ albums/m524/magog3/Screenshot%20from%202016-10-26%2000-52-59_zpsjpfjxhly.png I tried to set: consumerKey = the blacked out key on the screenshot consumerSecret = the private

Re: [Labs-l] OAuth with RSA key

2016-10-24 Thread Brad Jorsch (Anomie)
On Fri, Oct 21, 2016 at 8:56 PM, Magog The Ogre wrote: > Well I tried to do this using the "pre-shared secret key" method described > at https://tools.wmflabs.org/oauth-hello-world/ and I just get an invalid > key error, so I'm doing something wrong. > Without seeing your actual code, I can't be

Re: [Labs-l] OAuth with RSA key

2016-10-21 Thread Magog The Ogre
Well I tried to do this using the "pre-shared secret key" method described at https://tools.wmflabs.org/oauth-hello-world/ and I just get an invalid key error, so I'm doing something wrong. You can take this email off the public list if you would prefer, and I apologize ahead of time for using up

Re: [Labs-l] OAuth with RSA key

2016-10-17 Thread Brad Jorsch (Anomie)
On Sun, Oct 16, 2016 at 11:28 PM, Magog The Ogre wrote: > The one example program makes only a vague reference to it ( > https://tools.wmflabs.org/oauth-hello-world/index.php?action=download), > and the other (https://www.mediawiki.org/wiki/OAuth/For_Developers#PHP_ > demo_cli_client_with_RSA_key