How to get complete text (tweet) using tweet id ?
nimikkiko0 opened this issue · 2 comments
nimikkiko0 commented
Please help ... Soon i ll be sponsoring this project
print_r($tweets->get('1554443467065118725'));
above request is returning me truncated tweet ?
danieldevine commented
Hi @nimikkiko0,
I ran the above and it returned the following:
^ {#52 ▼
+"data": {#54 ▼
+"id": "1554443467065118725"
+"text": """
Two roads diverged in a wood, and I—I took the one less traveled by, And that has made all the difference.
-Robert Frost
Via Wise Life Lesson https://t.co/FeEg2MfkQx
#quotes
#inspiration https://t.co/AhHP8rUdGQ
"""
}
when I view the same tweet on Twitter it has the same content.
Looks like the whole tweet to me? What result are you getting?
danieldevine commented
I'm going to close this now as there is no issue here. Feel free to reopen if I've misunderstood something.