dev-master
9999999-dev https://github.com/strong2much/yii2-facebook.gitHelper class to work with Facebook services and API
BSD-3-Clause
The Requires
- php >=5.5
- yiisoft/yii2 *
- yiisoft/yii2-httpclient ~2.0.0
yii2 facebook
Helper class to work with Facebook services and API
Helper class to work with Facebook services and API., (*1)
Install package by composer, (*2)
{ "require": { "strong2much/yii2-facebook": "dev-master" } } Or $ composer require strong2much/yii2-facebook "dev-master"
Use the following code in your configuration file to work with facebook graph api, (*3)
'facebook' => [ 'class' => 'strong2much\facebook\Api' ]
Use the following code to run widget in view:, (*4)
echo strong2much\facebook\widgets\LikeBoxWidget::widget([ 'appId' => '', 'url' => '', ]);
Helper class to work with Facebook services and API
BSD-3-Clause
yii2 facebook