-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Description
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!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels