vollenhove / oohembed

Automatically exported from code.google.com/p/oohembed
Other
0 stars 0 forks source link

Fetching Twitter status doesn't work #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Try this link:
http://oohembed.com/oohembed/?url=http%3A//twitter.com/joestump/status/216468782
97

Original issue reported on code.google.com by vlada.pe...@gmail.com on 20 Aug 2010 at 9:31

GoogleCodeExporter commented 8 years ago
Twitter has made some changes to their URL structure. I think the following 
url_re should work for all cases: http://twitter.com/.*/status(es)?/\d+

Here are some examples of possible URLs:
* http://twitter.com/joestump/statuses/21646878297
* http://twitter.com/joestump/status/21646878297
* http://twitter.com/#!/joestump/status/21646878297

Original comment by metav...@gmail.com on 25 Feb 2011 at 2:54