Archive for the ‘services’ Category

 

Bid.lyで短縮URL

7月 10th, 2010

今さらですが、短縮URLをjsonpで取ってみました。 ApiDocumentation – bitly-api – bit.ly REST API method documentation – Project Hosting on Google Code. http://bit.ly でアカウントを作成してください。 ログインして以下のURLから http://bit.ly/a/account login apiKey を確認してご自身の情報を入れてください。 shortenで短縮します。scriptはこんな感じで。 <script type=”text/javascript”> var Bitly = { login: ‘ここにログインID’, apiKey: ‘ここにAPIキーを’, format: ‘json’, shortenUrl: “http://api.bit.ly/v3/shorten”, getUrl: function(){ } shorten: function(longUrl) { $.ajax({ type: “GET”, url: Bitly.shortenUrl, data: { login: Bitly.login, apiKey: Bitly.apiKey, […]

Read full article | コメントは受け付けていません。

Google App Enginに登録してみる。

12月 29th, 2009

1. https://appengine.google.com/start ここから認証で japanを選ぶとキャリア選択できます。emobileもあるので選択 メールのユーザー名を入れて送信。 2. Google App Engine Codeが送られてきたので。 3. Enter Account Code:へ入力。 で、タイトルとドメインを付けて完成しました~。

Read full article | コメントは受け付けていません。

短縮URL bit.ly goo.gl

12月 17th, 2009

http://code.google.com/p/bitly-api/ http://bit.ly/ http://goo.gl/ twitterが流行っているのでbit.lyも価値が上がっているようです。 む~ http://blog.bbtune.com/ を短くしてみると http://bit.ly/8FgMDo となります。 情報を見ると http://bit.ly/info/8FgMDo twitterで発言してくれている人が一人だけいますね^-^。 [wikipedia:bit.ly]

Read full article | コメントは受け付けていません。