\'130407366991766\',
\'secret\' => \'**
Facebook Change to OAuth2 and GetSession not working download new base_facebook.php and facebook.php from developers PHP Sdk and replace login procedure to:
if( $userfb = $facebook->getUser() ){
try{
$UserProfile = $facebook->api('/me');
}catch (FacebookApiException $e) {
$userfb = null;
$UserProfile = null;
}
Is work in my site the new version can't show a fb:login-button with perms parameter :( and i can't repair