@@ -8,8 +8,6 @@ |
||
| 8 | 8 | use OAuth\Common\Consumer\CredentialsInterface; |
| 9 | 9 | use OAuth\Common\Http\Client\CurlClient; |
| 10 | 10 | use OAuth\Common\Consumer\Credentials; |
| 11 | -use OAuth\Common\Service\ServiceInterface; |
|
| 12 | - |
|
| 13 | 11 | use Borfast\Socializr\Exceptions\InvalidProviderException; |
| 14 | 12 | use Borfast\Socializr\Exceptions\InvalidConfigurationException; |
| 15 | 13 | |
@@ -5,10 +5,8 @@ |
||
| 5 | 5 | use Borfast\Socializr\Exceptions\GenericPostingException; |
| 6 | 6 | use Borfast\Socializr\Post; |
| 7 | 7 | use Borfast\Socializr\Profile; |
| 8 | -use Borfast\Socializr\Page; |
|
| 9 | 8 | use Borfast\Socializr\Response; |
| 10 | 9 | use Borfast\Socializr\Connectors\AbstractConnector; |
| 11 | -use OAuth\Common\Storage\TokenStorageInterface; |
|
| 12 | 10 | |
| 13 | 11 | class LinkedinPage extends AbstractConnector |
| 14 | 12 | { |