Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to pass URl in status? #257

Open
kaur-sandeep opened this issue Oct 14, 2019 · 0 comments
Open

how to pass URl in status? #257

kaur-sandeep opened this issue Oct 14, 2019 · 0 comments

Comments

@kaur-sandeep
Copy link

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant