[twitter-dev] Streaming API truncating tweets

2011-05-17 Thread Floating Floating
Why does the streaming API truncate certain tweets that are not truncated on twitter.com or through other APIs? Thanks! -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Inline Media

2011-04-06 Thread Floating Floating
What is the best way to pull media (photos, videos) inline? I started writing some code to parse particular URLs, but I was wondering if Twitter offered any API hooks into the parsing they already do to achieve this. Thanks! -- Twitter developer documentation and resources:

[twitter-dev] parsing links within tweets

2011-03-29 Thread Floating Floating
Using the streaming API, urls within tweets are rendered as plain text. What is the best way to go about turning them back into click-able urls? Am I doing something wrong? Can I pass them from the api/server as such or do I need to do a regex function client-side? Thanks very much, Floating --