在 ASP.NET 2.0 中使用 Bit.ly API
嘿,我想知道是否有人可以向我指出一些有关如何在 ASP.NET 2.0 中使用 Bit.ly API 的示例
Hey I was wondering if anyone can point me to some example on how to use Bit.ly API in ASP.NET 2.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
BitlyIn 有一个更短的版本
there is a bit shorter version of BitlyIn
从 Bitly API v3 迁移到 v4 - ASP.NET 应用程序的 Bitly V4 代码
Migrating from v3 to v4 of the Bitly API - Bitly V4 code for ASP.NET Applications
我已经根据在 VB 中找到的答案进行了非常快速的转换。
我还没有测试过这个(抱歉),但同时它可能会有所帮助,我会将其整理为更加 C# 风格友好的。
原始代码取自这里 -
http://www.dougv.com/blog/2009/07/02/shortening-urls-with-the-bit-ly-api-via-asp-net/
I've done a really quick convert from an answer I found in VB.
I haven't tested this (sorry) but it may be of some help in the meantime, and I will sort it out to be a bit more C# style friendly.
Original code taken from here -
http://www.dougv.com/blog/2009/07/02/shortening-urls-with-the-bit-ly-api-via-asp-net/
我从蒂姆那里找到了答案,它非常可靠。我需要一个 vb.net 版本,因此将其从 C# 转换回来 - 我认为这可能会对某人有所帮助。 bit.ly 链接似乎已更改;不确定该版本是否还需要;添加了一些错误处理,以防您传入错误的网址。
I found the answer from tim and it's pretty solid. I needed a vb.net version so converted it back from C# - I figured this may help someone. It appears the the bit.ly link has changed; not sure if the version is necessary anymore; added a little error handling in case you pass in a bad url.