Topic-icon Errors with Twitter and LinkedIn Login

Active Subscriptions:

None
10 years 2 days ago #58480 by SengaB
Hello!
I am using the CB component. Global cache is off. The FaceBook login works. However, I am still unsuccessful with the linkedin and twitter logins. The same is valid with the connect option for Twitter (bad request token) & LinkedIn (invalid redirect_uri. This value must match a URL registered with the API Key.).
The CFBconnect modules are activated:
- main login/sign-up page: www.frontmatter.com/index.php?option=com...y&id=105&Itemid=2979
- sub-page: www.frontmatter.com/index.php?option=com...ory&id=9&Itemid=1231
I have now disabled the social icons on the module located on the menu bar.

I scanned, read, followed all document instructions and forum suggestions to no avail...
Help!!! :-)
The topic has been locked.
Support Specialist
10 years 2 days ago #58481 by mel

LinkedIn (invalid redirect_uri. This value must match a URL registered with the API Key.).

This sounds like the application is not set up correctly for the OAuth 2 "Authorized Redirect URLs" setting. An example of the proper format for one of the URLs is:
https://www.frontmatter.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=linkedin
.
If you have https enabled on your site, or other ways to access your domain (like www and non-www), add them all in your LinkedIn Application as separate entries.

Twitter (bad request token)

The two most common causes of this issue are:
1. Your Twitter Application wasn't set up properly
2. You didn't copy the API Key and Secret properly to JFBConnect

Please verify that you application is set up properly with our Twitter Application setup guide . If you're still having a problem after this, please let us know more details (like privately messaging us screenshots of how your twitter app is set up), etc.

-Melissa
The topic has been locked.