Topic-icon SC login modual with google + gets 400 redirect error

Active Subscriptions:

None
My website: Arma15.com

Login function isnt working. I try to login using google and all I get is this:

400. That’s an error.

Error: redirect_uri_mismatch

Application: Project Default Service Account

You can email the developer of this application at:

The redirect URI in the request: arma15.com/index.php?option=com_jfbconne...&provider=google did not match a registered redirect URI.
The topic has been locked.
Support Specialist
11 years 3 months ago #51348 by mel
The most common cause of this error is that you have set up your Redirect URI's in your Google application correctly. Please open your app and verify that they are in the following format:
http://http://arma15.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=google
http://www.http://arma15.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=google
https://http://arma15.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=google
https://www.http://arma15.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=google

If you're still having trouble after looking at these values, please make sure that you've followed all of the steps in our Google Application Setup guide to see if any more changes need to be made:
www.sourcecoast.com/jfbconnect/docs/soci...le-application-setup

-Melissa
The topic has been locked.
Active Subscriptions:

None
I got into the google app and it was not formatted as you described. So I copy and pasted the code in the URIS redirect and google gave me the message: "Error
Invalid redirect URI." I tried just putting in one line and putting everyline in the code with no spaces and still keep getting that same error. Thanks for your help
The topic has been locked.
Support Specialist
11 years 3 months ago #51355 by mel
From copying and pasting, I realized there were typos. Can you update to this:
http://arma15.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=google
http://www.arma15.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=google
https://arma15.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=google
https://www.arma15.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=google
The topic has been locked.
Active Subscriptions:

None
Mel,

That Redirect worked! Thanks! Now that I am logged in to g+ the vertical G+1 Doesnt work it gives an error while the horizontal G+1 works fine. They are two different modules. Also the vertical module doesnt work on mobile devices as well i have found.

See both modules on one page here: arma15.com/products
The topic has been locked.
Support Specialist
11 years 3 months ago #51366 by mel

Now that I am logged in to g+ the vertical G+1 Doesnt work it gives an error while the horizontal G+1 works fine. They are two different modules.

What error are you seeing? I logged in with my google credentials and went to that page. I see the top G+1 sharing button (which works properly as I was able to share it and have it shown in my google +1's list). I also see the SCSocialFindUs module (which when click correctly launches your Google page).

Also the vertical module doesnt work on mobile devices as well i have found.

Please be more specific. What mobile device are you using? Does the window not launch when you're on mobile? Are you not able to click it (if so I would suggest looking at your template styles for mobile). I just looked at your page using Developer Tools for mobile and it worked as I expected for Samsung Galaxy S4.

-Melissa
The topic has been locked.
Support Specialist
11 years 3 months ago #51374 by mel
Looking at your page again, it looks like the top set of sharing buttons is not even being inserted by JFBConnect. These are HikaShop buttons. So any problems you have with the top Google+ button is not JFBConnect.

Additionally, because you are using Hikashop to insert these buttons, you will encounter errors logging in or liking on this page or any other page using that toolbar. The reason is that Hikashop is using a deprecated Facebook library all.js. This library has been recommended to be replaced by the newer sdk.js for the past year and won't even work starting April 2015 anyways. JFBConnect uses the recommended sdk.js library file. The two different library files being on the site will interfere with Facebook functionality on your page and could even be related to the issue you're seeing at www.sourcecoast.com/forums/jfbconnect/jf...gin-in-over-and-over - We recommend that you either 1) disable the plugin and add sharing buttons using JFBConnect easy-tags or 2) find the code in Hikashop that is inserting the script for all.js and remove it. Either way, you are going to have strange problems until you fix this.
The topic has been locked.