Hi there, thanks for this nice module.

This issue doesn't prevent the module from working properly, it is more a nuisance on Facebook's app management portal. If I enable "Require App Secret" here:
https://developers.facebook.com/tools/app-security-checkup/{client_id}/
I get the error "Unable to create a new account using your Facebook profile." on Drupal's side.

Looking at the FB connect url:
https://www.facebook.com/v2.3/dialog/oauth?client_id={client_id}&redirect_uri=https%3A//www.example.com/fboauth/connect&scope=email
I see it is missing the client_secret parameter, which I assume is causing this.

I understand not having the client_secret parameter in the connect url, but is there a way to enable "Require App Secret" and have it work properly?

Thanks.

CommentFileSizeAuthor
screenshot_883.jpg10.46 KBmoehac
fb-app_security_tool.jpg148.07 KBmoehac
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moehac created an issue. See original summary.

moehac’s picture

Issue summary: View changes