-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with WP-Linkedin #81
Comments
I added '/oauth/' to the exceptions. I guess, it is safe enough, should not break anyone and will help on all methods of authentication with OAuth. Could you test the latest from GitHub? |
Just tested with current 3.2.8, works! 👍 |
With a little testing I found that qTranslate-slug is still causing the problem, now, without reverting to older version I can't say if it really was qTranslate-X problem. |
QTranslate slug is know not to behave 100% properly, although it appears more or less working. I am waiting on Pedro not-only-code/qtranslate-slug#108. and thinking about re-implementing it under -X natively. To get it natively under -X, I guess, too many changes in their plugin are required. I was going to help them, but they even do not have their latest version on GitHub at this point, so I cannot do much except re-implementing it under -X. The change in -X, which helped LinkedIn, is very simple, just remove '|oauth/' from the line:
if you wish to play with it. |
Just to end this with no loose ends, I've removed the "|oauth/" bit and it still work fine. |
Hi @johnclause
I'm using this plugin https://wordpress.org/plugins/wp-linkedin.
It needs to be authorized with linkedin developer app with auth key etc in https://www.linkedin.com/secure/developer
The plugin need gives a URL that the user must include in Linkedin as the "OAuth 2.0 redirect URL and it's something like this http://www.yoursite.com/oauth/linkedin/
The auth won't work unless I deactivate qTranslate-x, do you know where should I investigate to debug this? Probably a url problem, I thought that deactivating qTranslate-x would work, and it did.
The text was updated successfully, but these errors were encountered: