ipodのLINE履歴をバックアップしたい

いろいろ方法はあるらしい。
http://tools4hack.santalab.me/howto-appstore-app-data-savedata-backup.html
http://www.appps.jp/2091964/

バックアップは取っておきたい。

しかしCドライブの容量不足
のため

http://ch.nicovideo.jp/noahr/blomaga/ar263302

で対応。

続き。

iphone での番号変更
http://www.1010uzu.com/boyaki/2014/03/change-line-registered-phone-number-keeping-chat-history

talk.sqliteを引越せば、結構だいじょうぶか。

androidの場合。
http://www.techgravy.net/backup-naver-line-chat-history-android-iphone/
rootとれてれば
http://www.techgravy.net/line-chat-history-backup-restore-android/
でおk?

facebook on heroku and local

https://devcenter.heroku.com/articles/facebook#working-locally

xamppのhttp.confの

の中に、
SetEnv FACEBOOK_APP_ID 964173273189
SetEnv FACEBOOK_SECRET dcd5d23d003d53cb2b68e01
とか入れてみた。(値はサンプル)

httpsがNGだったので、
http://www.soul2golf.com/pc/354.html
php.iniの
 extension=php_openssl.dll
のコメントを外す。
その後に
http://blog.livedoor.jp/qoozy/archives/52572047.html

あとマイグレーションの警告がきているが、
http://developers.facebook.com/docs/reference/api/Comment/
コメントのreadは注意が必要になる?

エディタ

結局なにがいいのか。
TextMate2のOSS版を入れてみる。
http://qiita.com/items/a4d8f3f04945361f2d16

http://macromates.com/download

ビルドしたい場合は、

前提でHomebrewがいるらしい。
http://tech.caph.jp/2011/04/06/homebrew%E3%81%AE%E5%B0%8E%E5%85%A5%E3%81%A8%E4%BD%BF%E3%81%84%E6%96%B9/
http://mxcl.github.io/homebrew/
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

brew install ragel boost multimarkdown hg ninja
brew install proctools
sudo xcode-select -switch
git clone https://github.com/textmate/textmate.git
cd textmate
git submodule update --init
./configure && ninja

でたぶんOK.

有料でよければSublime一択なんだろうか。