Reputation: 53
I've added requirement
require_once __DIR__ . './facebook/src/facebook.php';
at vendor/autoload.php file. And all is OK while I'm working on localhost using denwer. But when I try to use this on real server, I get HTTP 500 Error. Why?
Upvotes: 0
Views: 282