Completed
Push — master ( 8f8be8...730b21 )
by Hector
11s
created
examples/promoted_tweet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
 // create request for a simple nullcasted tweet
48 48
 $media = $twitterAds->upload(['media'=> 'kitten.jpg']);
49
-$tweet1 = Tweet::create($account, 'Tweet number 1 ...'.rand().' http://twitter.com',['media_ids'=> $media->media_id]);
49
+$tweet1 = Tweet::create($account, 'Tweet number 1 ...'.rand().' http://twitter.com', ['media_ids'=> $media->media_id]);
50 50
 
51 51
 // promote the tweet using our line item
52 52
 $promotedTweet = new PromotedTweet($account);
Please login to merge, or discard this patch.
examples/chunked_upload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,4 +26,4 @@
 block discarded – undo
26 26
 
27 27
 // create request for a simple nullcasted tweet
28 28
 $media = $twitterAds->upload(['media'=> 'twitter-gif.gif', 'media_type' => 'image/gif'], true);
29
-$tweet = Tweet::create($account, 'Tweet with chunked upload GIF...'.rand().' http://twitter.com',['media_ids'=> $media->media_id]);
30 29
\ No newline at end of file
30
+$tweet = Tweet::create($account, 'Tweet with chunked upload GIF...'.rand().' http://twitter.com', ['media_ids'=> $media->media_id]);
31 31
\ No newline at end of file
Please login to merge, or discard this patch.