-
Notifications
You must be signed in to change notification settings - Fork 234
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
Do not get the url of the third part website , when a post is shared from it. #241
Comments
Please resolve my issue ASAP |
@Majid-ali37 Thanks for your question – please share the relevant part of your code and we may take a closer look. |
Ok I'm using this code to retrieve my tweets, everything is working perfect except for the third party url from which I shared a post.
$cb->setToken(ACCESS_TOKEN,ACCESS_TOKEN_SECRET); // see above $reply = (array) $cb->statuses_userTimeline(); "; |
@joshuaatkins I would like you to take a look at this one, please. |
FWIW, I'm using 3.1.0 and I am getting the 'source' attribute of a tweet as expected, when using the statuses_userTimeline() method. |
I shared a post from a third party blog website to my twitter account and it didn't returned the link to that actual post on its website, in the response. I needed it to pull meta from that website's page from which the post has been shared, just like twitter do.
The text was updated successfully, but these errors were encountered: