danieldevine / bird-elephant

PHP library for Twitter API v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get complete text (tweet) using tweet id ?

nimikkiko0 opened this issue · comments

Please help ... Soon i ll be sponsoring this project

print_r($tweets->get('1554443467065118725'));


above request is returning me truncated tweet ?

Hi @nimikkiko0,

I ran the above and it returned the following:

^ {#52 ▼
  +"data": {#54 ▼
    +"id": "1554443467065118725"
    +"text": """
      Two roads diverged in a wood, and II 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.

image

Looks like the whole tweet to me? What result are you getting?

I'm going to close this now as there is no issue here. Feel free to reopen if I've misunderstood something.