Inchoo Facebook Connect error for new accounts and login - facebook

Hello I've installed the Facebook connect extension of Inchoo for Magento.
The install went without errors. When i registered user login with his normal email and username and then connect his Facebook account he/she is able to login through Facebook in the future.
New users/registers always get the message : Facebook connection failed. This service is temperately unavailable.Try again later.
So there is an error with creating an account i think.
Anybody has a clue where to check and how to solve this?
Facebook Api / Secret are checked and correct.
Facebook redirect url is checked and correct.
I'm using Magento 1.7.0.2

Above problem is solved by integrating another extension instead of the Facebook Connect from Inchoo. The one from inchoo isn't compatable with magenta 1.7.0.2.
I've used the one from Belvg.com. This one works perfectly.

Related

Facebook API only working when I'm logged in with developer account

I need to use the Facebook JS API to post to the users feed. A working example of what I wish to achieve is here: http://jsbin.com/utowek/2/edit?html,css,output
When I copy the code from the link above and use it on my server with my APP ID it works fine when I'm logged in to facebook with my developer account, but fails when I am not logged in or are logged in with a different account. When it fails I get the message: 'An error occurred. Please try again later.'
In the app settings the Site URL is set to the html page on my server and the domain is set to my domain ending .co.uk

HybridAuth error with facebook login?

i am using HybridAuth for my sites login.
it works with every thing but facebook.
when i use "sign-in-with-facebook", it returens an error:
Authentication error!
Authentication failed. The user has canceled the authentication or the provider refused the connection.
Original error message: Authentication failed! Facebook returned an invalid user id.
i have disabled sandbox mode.
can anyone help me to understand this, and what shoud i do for this?
i clicked the "sign-in-with-facebook" button after i log-out from facebook,
then it return error like below, insted of appearing facebook login-page.
Warning
The website directing you here was not a Facebook page. If you entered your Facebook login information on the previous site, you will need to reset your password.
Email:
To learn more about staying safe on the internet, visit our Security Page. You can also check out the phishing Wikipedia article.
this was happend due to my hosting provider (free hosting provider) did not allow HybridAuth to communicate with facebook. but wen i moved to paid hosting, problem solved!.
hope this will help for someone.
You need to find the base_facebook.php file in apps\third_party\hybridauth\Hybrid\thirdparty\Facebook folder if you are using codeigniter
Find this line :
$response_params = parse_str($access_token_response, $response_params);
AND Replace it with :
$response_params = json_decode($access_token_response, true);
Hope your code will work.

Janrain engage doesnt work with facebook login

I installed the janrain engage plugin in my magento site,configured it and its working fine with live,yahoo and google but when it comes to fb it gives me an error. the first time someone logs in it works perfect but when they logout and try to relogin with the same facebook account they get redirected to mysite/janrain-engage/rpx/duplicate/ and that shows an error message (There is already an account with this email address. If you are sure that it is your email address, click here to get your password and access your account.) If they use their email and the password they get by email they can login so i think i have configured smth wrong in my fb app. Anyone can give me a full guide on how to configure the fb-app properly or if there's smth I have to change in the janrain admin panel?

I have stucked in the facebook server

I have created a website that allow user use facebook login system to regist and login. The system runs good. It can use single sign-on to login the system, so the user does not need to input the username and password --- until yesterday.
One of teammate find that he stucked in the login system, and the single sign-on does not function anymore. The user need to input account detail whatever they have login facebook or not. The most funny thing is, after the user login in facebook login system, it does not redirect the user to the "next" url or redirect them to facebook.com (mostly this means login system setting had eror). It just stuck in the facebook server with empty blank page.
This is the link what I stuck in....
https://www.facebook.com/login.php?login_attempt=1&fbconnect=1&display=page&next=(next url)&req_perms=publish_stream%2Cread_stream%2Cemail%2Cuser_photos&legacy_return=1
without session code, and does not have any reply.
I want to know if I have set something wrong...
Use of legacy_return was deprecated almost a year ago with the migration to OAuth2, and the endpoints were finally shut down today. Please update your integration per https://developers.facebook.com/docs/concepts/login/

Can't register/login with new FB account

In order to test the user registration in CocoaLibSpotify, I created a new Facebook account.
After creating the account (and validating the email address), I tried to log in to my app (using CocoaLibSpotify) but got the following error: "General Permanent Error" (error code 10 from CLS).
What could be wrong?
Notes:
I've triple-checked the login credentials and have logged in to the account on Facebook.
Trying to log in to another account with invalid credentials gives me another error.
Also, logging in to an account with valid credentials works just fine.
I haven't logged in to the account using any other Spotify client (desktop, regular Spotify client etc)
EDIT:
In order to move forward, I logged in to the account on desktop and accepted the Facebook stuff and played a track. After that, I tried logging in through CLS again but got the error: "Needs a premium account". Aren't users supposed to get a 48-hour free trial upon first mobile login?
Aren't users supposed to get a 48-hour free trial upon first mobile login?
From Spotify's own client, yes. libSpotify applications aren't eligible to create new users and trials at the moment.