Posts by Arthur Maximo • 11 points
2 posts
-
-2
votes1
answer469
viewsA: Error API Login Facebook with PHP
<?php session_start(); require_once 'lib/Facebook/autoload.php'; $fb = new \Facebook\Facebook([ 'app_id' => '-----------------', 'app_secret' =>…
-
0
votes1
answer469
viewsQ: Error API Login Facebook with PHP
Good afternoon, I’m finishing the login screen with PHP using Facebook API, at first I managed to click the button I created and he already asked me to free access on Facebook, this way I already…