Facebook SDK. File required is not in the folder -
This is my first Facebook app, which I am trying to build. I started reading about it, I downloaded the SDK, looked for example and I found that in every code, they start importing a facebook.php
file which I can get from the SDK folder I am missing that I have downloaded from Facebook. Even the code shown on Github starts with , 'facebook-php-sdk / src / facebook.php';
But once again, this file does not exist, how do I use SDK?
You are viewing the wrong version on the Gitub, it is v4:
Works completely differently, as you can see in the example code. If you do not now include "facebook.php", then you either use the composer or you load autoloader.php
in the src folder of the SDK.
Tutorials for a basic PHP SDK here:
Comments
Post a Comment