Why twitter hide links into users tweets? Search results also don't include links, tinyurl links only. Now, our app perform the following steps: 1. request twitter for json or atom 2. extarct all tiny urls (from ALL search results, one twitter request = 15-100 requests to tinyurl.com !!!). 3. extract requred info from decoded tiny url 4. inject search results into UI.
How we can get real links from the twitter?
