I’m working with Facebook login on my website and was looking at this example: https://github.com/facebook/php-sdk/blob/master/examples/example.php
When I hit “Login with Facebook” on the example site, I get an error:
An error occurred with PHP SDK Unit Tests. Please try again later.
Any ideas why this would happen?
I’ve tried it with their Javascript version and get an almost identical error (error with Mu Console…).
I haven’t verified this myself but on their issue tracker there seems to be a similar, closed issue. https://github.com/facebook/php-sdk/issues/236
Whether this was closed as resolved or not isn’t obvious from the description unfortunately.