You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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!!
The text was updated successfully, but these errors were encountered: