how do you convert full(long) urls into short urls(like tinyurls) in C# for twitter? I imagine this is probably very simple with the right api. Does anyone know of a good api for doing this?
feedback
|
|
I just published an article about doing this from bit.ly in a C# application. Note that bit.ly requires a free login key that you will need in order for the code to work. | |||
|
feedback
|
|
You just need to make a request to Here's an example:
| ||||
feedback
|