Setting up Facebook, Twitter & Google Integration

Setting up Facebook, Twitter & Google Integration

Hello,

Facebook and Google+ are ok! Thanks for this resource here! ;)

However, Twitter gives me the following error when I test it using the test method inside XF 1.3.1:

Twitter returned the following error: Could not retrieve a valid Token response from Token URL: Failed to validate oauth signature and token.

Any suggestion?
 
Been working in getting Goolge log in integration working without much success.

400. That’s an error.



Error: origin_mismatch

Application: The Lower World

Have both fields of the callback set to "http://www.lowerworld.us" (without quotes) and have filled in the consent section as someone had mentioned to have that or would receive errors. Have gone over everything several times and still, have not been able to get Google log in to work correctly :(

Pretty much at a dead end and not sure what else I could do without some help. I will say in that I have been able to get it working once and with that it came up after successfully working, to a error page. Now it's continuing to throw that error screen up everytime.
 
When refering to Facebook, will this expose the account behind the app, or is the account hidden?

I have created this app with my personal account it make it easier to manage, as I log in regularly to my personal account and the pages attached to it. I'm not so bothered about the e-mail address being public as I only use that e-mail address exclusively for facebook and you can't search facebook with the e-mail address to find me as it is private.
 
The personal account behind the developer account that created the app shouldn't ever be visible, no.
 
  • Like
Reactions: UKD
Code:
An error occurred when connecting to Google. Please try again later.
Getting this on a client forum. What could be the problem?

EDIT: It resolved magically itself.
 
I've tried the Google integration 10+ times on Xenforo 1.3.5., I always get "Invalid access token" when I try to login with a Google account :( Can anyone help please?
 
Been working in getting Goolge log in integration working without much success.

400. That’s an error.



Error: origin_mismatch

Application: The Lower World

Have both fields of the callback set to "http://www.lowerworld.us" (without quotes) and have filled in the consent section as someone had mentioned to have that or would receive errors. Have gone over everything several times and still, have not been able to get Google log in to work correctly :(

Pretty much at a dead end and not sure what else I could do without some help. I will say in that I have been able to get it working once and with that it came up after successfully working, to a error page. Now it's continuing to throw that error screen up everytime.

We've been trying to get it to work for quite awhile. Just going to remove the option as we have exhausted our knowledge in figuring this out and haven't received any solutions here or elsewhere.
 
Also have a problem with Google. Does anyone can help with that error? Here is what it says:

Found this from a quick Google search

Origin mismatch is normally caused by the Javascript origins not being set correctly in the API project console. You need to make sure that the Javascript origins match the domain from which your requests are coming and to which you are returning the user after sign in.

More details can be found in the developer documentation in the "Create a client ID and client secret" section.
 
I want to aport something, I have my domain like that, https:, change the JS origins to http only resolve the problem.
 
Hi, my site use https...normally when fill the js origins, too https...but I tried change to http(withou s)...and no appear more error, this is my experience.
 
When I test the Facebook integration it says this:

You must upgrade this app to Graph API v2.x
v1.0 will be deprecated on April 30, 2015
 
  • Like
Reactions: CNK
I tested it again and it seems to be working - it said test passed. Don't know what I did. :)
 
I had a user report "I attempted to use the automated sign up features and found that the google option had an ouath error that occurred upon attempting to sign up."

I'm not too familiar with how integration works cause I usually never do it myself but I did look into the account and realized that it was setup to direct to http whereas we now use https. Could this be the cause? If I update the url should this be fixed?
 
Hi guys, sorry for my bad english. My website is www.muhyal.com (Blog) and www.muhyal.com (Forum) but i see this error on with Google+ login page. Thanks.

400. That’s an error.

Error: origin_mismatch

Application: MuhYal: AndroForum

You can email the developer of this application at: deleted

Request Details
That’s all we know.

My website Google+ configirations,

Ekran Alıntısı - 2.webp

i want to add in JAVASCRIPT ORIGINS section to www.muhyal.com/androforum but now i see this error.

Ekran Alıntısı.webp

REDIRECT URIS
JAVASCRIPT ORIGINS
 
I don't know for sure, but when I visit your website I don't see SSL on it. In fact, when I try to go to your site using https I get an SSL connection error.

So maybe the problem is that you're trying to direct Google to the site via SSL and it isn't setup correctly/doesn't exist?
Try using http://muhyal.com instead?
 
Top Bottom