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 f6e37eb commit b12bcf3Copy full SHA for b12bcf3
examples/profile-update-username-on-tweet-async.php
@@ -24,7 +24,9 @@
24
))->withAccessToken(
25
$config['access_token']['token'],
26
$config['access_token']['secret']
27
-)->profile()->done(function (ProfileInterface $profile) use ($client, $argv, $emojis) {
+);
28
+
29
+$profile = $client->profile()->done(function (ProfileInterface $profile) use ($client, $argv, $emojis) {
30
resource_pretty_print($profile);
31
$client->stream()->filtered([
32
'follow' => $profile->idStr(),
0 commit comments