Error code 100 while writing a code for Facebook API

Posted by abhishekgupta92 on Stack Overflow See other posts from Stack Overflow or by abhishekgupta92
Published on 2010-05-28T18:39:55Z Indexed on 2010/05/29 4:22 UTC
Read the original article Hit count: 381

Error

API Error Code: 100 API Error Description: Invalid parameter Error Message: next is not owned by the application.

Above it the error that I receives when I write the following code in my index.php file.

< ?php

$appapikey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';

$appsecret = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';

require_once 'facebook.php';

$facebook = new Facebook ($appapikey, $appsecret);

$user = $facebook->require_login();

echo $user;

?>

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-connect