| 1 | <?php |
||
| 11 | class SocialAuthFacebookController extends Controller |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Create a redirect method to twitter api. |
||
| 15 | * |
||
| 16 | * @return void |
||
| 17 | */ |
||
| 18 | public function redirect() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Return a callback method from twitter api. |
||
| 25 | * |
||
| 26 | * @return callback URL from twitter |
||
| 27 | */ |
||
| 28 | public function callback(SocialFacebookAccountService $service) |
||
| 34 | } |
||
| 35 |