License
Social Connect for Magento is released under OSL-3.0 license.
Description
Social Connect for Magento is an extension allowing your customers to login or create an account at your store using their Google, Facebook or Twitter account.
Download
Social Connect for Magento source code is hosted by GitHub from where you can download current copy of its master branch:
You can also fork or contribute to Social Connect for Magento by visiting its official GitHub repository page:
Support
Commercial support is available directly from the extension author.
Hello,
I am using your Inchoo_SocialConnect extension in magento and i’m facing some issues regarding Facebook and google login. Actually when user already login in Facebook and at same browser when user try to login teafloor with the help of Facebook then it is showing page doesn’t found initially and after that it redirects user to the home page of Teafloor.
site url: https://teafloor.com
hi i have installed this extension in our magento website http://www.harveyshopping.com/ . I am getting error
Error: invalid_request
Missing required parameter: redirect_uri
I have changed redirect url many times but still getting same error.
can confirm the same issue.
“error”: {
“message”: “Missing redirect_uri parameter.”,
“type”: “OAuthException”,
“code”: 191,
The PHP side fails to GET the URL, resulting in showing the raw JSON responce to the client.
The same URL as shown to the client will work on the browser side though, which is weird…
https://developers.facebook.com/bugs/1374437326120797
Any ideas on where to look for those elusive quotes??
I’m using Social Connect 0.3.8
I figured out the issue, and submitted a pull request
https://github.com/Marko-M/Inchoo_SocialConnect/pull/73