flpvn / wittytwitter

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

Added tinyURL services #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

I hacked my own tinyurl handler into witty. (when I say hacked I mean 
hacked) see attached file ;-) 

I found your whole URLSHortening service but that is not implemented yet. 
I didn't have time to figure it out but wouldn't want to do that in a read 
only build if someone else is also working on it.  

Do you need some help finishing that up. I would love help making Witty 
the BEST twitter client for Windows. 

My gmail account is bramveen@gmail.com blog blogs.msdn.com/bramveen 
twitter bramveen. 

Thanks 

Bram 

Original issue reported on code.google.com by bramveen...@gmail.com on 6 Jan 2009 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
We really are using the UrlShorteningService, it's just being called outside of 
the 
twitternet library. That lets your application decide if you want to shorten 
url's 
based on other considerations. Search the entire solution for 
UrlShorteningService 
and you'll see calls, for instance in MainWindow.xaml.cs.

But we'd love your help! Some ideas - you could help us build out the 
shortening 
service system to allow for authenticated store services like bit.ly and cli.gs 
(Issue 177), or clean up the UrlShorteningService to make it more modular 
(Issue 
113).

Original comment by jongallo...@gmail.com on 7 Jan 2009 at 7:13