Hi, i´m trying to get a tweetline from a user, i got only 2 parameters, screen_name and count… my query returns the tweets but with suspensive dots, not all the tweet.
example:
" Join Lars as he sits down with photographers and Metallica collaborators @ HH_NYC for an intimate conversation at @ cooperunion on Friday, October 19th. The event is free and open to the public: reserve your space now! http://talli.ca/cooper-union !"

this is the full tweet but the query returns: " Join Lars as he sits down with photographers and Metallica collaborators @ HH_NYC for an intimate…

i need to print the full tweet. what can i do? please help.

Please make sure to include tweet_mode=extended and look for the full_text JSON object to find the full Tweet message.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.