I have implemented the "Connect with Facebook" feature using these three options:
- HybridAuth
- OpAuth
- Facebook PHP SDK
I have configured them exactly as I am supposed to with the facebook app's id and secret. And when you click "Login with Facebook" it will bring you to the facebook page and request access to your account like normal. I hit allow and then it gets redirected back to my webpage and returns an error.
- Hybrid Auth: "Authentification failed! Facebook returned an invalide user id."
- OpAuth: "Authentication failed."
- Facebook PHP SDK: Doesn't say anything (not configured to report errors in the example?)
Here is the kicker though! When I hit Login again, it will login without issue... I obviously want it to login on the very first try.. not have the end-user have to hit login twice.
Random thought.... Would privacy settings/account settings/etc have any effect on "Connecting with Facebook" on a different website other than Facebook? Or is it possible that I haven't setup my facebook app to work properly? (I have set it with the "website login" feature is working...)
If anyone has had any experience at all with this situation I could really use the help...
EDIT:
Here is the exception it returns... Using the Facebook PHP SDK ./examples/with_js_sdk.php that comes with the fresh download of the sdk.
Oauth Exception 2500