@@ -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 | { |
@@ -19,6 +19,9 @@ |
||
19 | 19 | protected $screen_name; |
20 | 20 | |
21 | 21 | |
22 | + /** |
|
23 | + * @param string $path |
|
24 | + */ |
|
22 | 25 | public function request($path, $method = 'GET', $params = [], $headers = []) |
23 | 26 | { |
24 | 27 | $result = parent::request($path, $method, $params, $headers); |
@@ -19,6 +19,9 @@ |
||
19 | 19 | protected $screen_name; |
20 | 20 | |
21 | 21 | |
22 | + /** |
|
23 | + * @param string $path |
|
24 | + */ |
|
22 | 25 | public function request($path, $method = 'GET', $params = [], $headers = []) |
23 | 26 | { |
24 | 27 | $result = parent::request($path, $method, $params, $headers); |