こんにちは私はFacebook経由のログインにFacebookグラフAPIを使用しようとしています。以下のコードを使用してログインを表示しています
<?php $this->widget('ext.yii-facebook-opengraph.plugins.LoginButton', array(
'show_faces'=>true,
'registration_url'=>'http://mysite/index.php/users/facebookregister',
'oauth'=>true, // JS SDK -enable OAuth 2.0
)); ?>
そしてリダイレクトされたページで私はやっています
<?php $userinfo = Yii::app()->facebook->getInfo() // gets the Graph info of the current user ?>
but it gives me error
Property "LoginButton.oauth" is not defined.
i am follwing this url to http://www.yiiframework.com/extension/facebook-opengraph/