Archive for the ‘api’ Category

 

GData API with secure AuthSub

8月 1st, 2010

Authsub を secure=1 で
We have a certificate for your domain.
Upload new X.509 cert:
(Optional)

# Generate the RSA keys and certificate
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -sha1 -subj \
‘/C=US/ST=CA/L=Mountain View/CN=www.example.com’ -keyout \
myrsakey.pem -out /tmp/myrsacert.pem
で生成した myrsacert.pem を登録して
zendのclient作成時に myrsakey.pem を設定してあげると警告が消えます!

$client = new Zend_Gdata_HttpClient();
// This sets your private key to be used to sign [...]

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 | コメントは受け付けていません。