Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello all,
Is it possible to use your lbrary to programmatically create shorter url including query string parameters?
Something like: AgeBase.BitlyUrlShortener.GenerateShortUrl("/test?param1=1¶m2=test¶m3=true") which will return short url.
Thanks,
Srdjan
Hi Srdjan,
I've just uploaded a new version of the package. You should be able to do something like the following now:
var shortenedUrl = AgeBase.BitlyUrlShortener.Helpers.BitlyUrlShortenerHelper.ShortenUrl( "http://www.google.co.uk/", "apiKey", "login");
I hope that helps.
Thanks, Dan.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using dll for creating short urls including request parameters
Hello all,
Is it possible to use your lbrary to programmatically create shorter url including query string parameters?
Something like: AgeBase.BitlyUrlShortener.GenerateShortUrl("/test?param1=1¶m2=test¶m3=true") which will return short url.
Thanks,
Srdjan
Hi Srdjan,
I've just uploaded a new version of the package. You should be able to do something like the following now:
I hope that helps.
Thanks, Dan.
is working on a reply...