iphone + Webservice可以缩短网址

时间:2012-01-18 08:32:58

标签: iphone

我希望json中的web服务在xml中,它会在响应中提供缩短的URL。

我必须在iPhone应用程序中实现Web服务。

让我知道执行以下操作的任何网络服务:

如果我将 作为请求

然后它将返回 http://goo.gl/fbsS 作为回应。

我发现了这个: https://www.googleapis.com/urlshortener/v1/url?shortUrl=http://goo.gl/fbsS

但这实际上与我想要的相反,因为我必须传递缩短的网址并且它会提供长网址

像这样: -

{
 "kind": "urlshortener#url",
 "id": "http://goo.gl/fbsS",
 "longUrl": "http://www.google.com/",
 "status": "OK"
}

2 个答案:

答案 0 :(得分:3)

答案 1 :(得分:0)