We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec763e commit f212b6dCopy full SHA for f212b6d
examples/index.php
@@ -86,7 +86,12 @@
86
$companyShare = $client->post(
87
'companies/' . $companyId . '/shares',
88
[
89
- 'comment' => 'Checkout this amazing PHP SDK for LinkedIn!',
+ 'comment' =>
90
+ sprintf(
91
+ '%s %s just tried this amazing PHP SDK for LinkedIn!',
92
+ $profile['firstName'],
93
+ $profile['lastName']
94
+ ),
95
'content' => [
96
'title' => 'PHP Client for LinkedIn API',
97
'description' => 'OAuth 2 flow, composer Package',
0 commit comments