codebird-php
codebird-php copied to clipboard
how to pass URl in status?
We are using codebird-php sdk to send feed data of my website to twitter account. we are using below code:- $params = array( 'status' => $message.' '.$price.' https://www.caradonna.com/specials', 'media_ids' => $mediaID ); //post the tweet with codebird $reply = $cb->statuses_update($params); we want to send URL with status.Page URL can be long. Kindly Tell us the solution how we can send Website page URL. Thanks!!