I downloaded the PHPSDK from https://github.com/facebook/php-sdk and managed to create a login into facebook for my webpageusers with:
$loginUrl=$facebook->getLoginUrl(
array(
'req_perms'=>'publish_stream,offline_access',
'next'=>$nexturl,
'cancel_url'=>'http://www.facebook.com/connect/login_failure.html',
'connect_display'=>'popup' )
);
Nasıl o artık facebook veya benim web sitesine girilmiyor bir facebookusers duvara, üzerinde gönderilir?
$result = $facebook->api('/me/feed','post',$attachment);
gerçek sadece mesaj kullanıcıların duvarında açmış.