2012(16GBモデル) | 2013(16GB/WiFiモデル) | ||
---|---|---|---|
androidバージョン | 4.3 | 4.3 | |
モデル番号 | Nexus 7 | Nexus 7 | |
カーネルバージョン | 3.1.10-g1e8b3d8 | 3.4.0-g6537a16 | |
ビルド番号 | JWR66Y | JSS15Q | |
ディスプレイ | インチ | 7.3 | 6.8 |
Density | tvdpi(213dpi) | xhdpi(320dpi) | |
解像度(px) | 800x1280 | 1200x1920 | |
解像度(dp) | 601.5x962.4 | 600x960 | |
Size | large | large | |
Aspect ratio | notlong | notlong | |
おまけ | 重さ | 340g | 290g(ちょい軽い!) |
厚さ | 10.45mm | 8.65mm(ちょい薄い!) | |
バッテリー | 4325mAH | 3950mAH(え!?) | |
RAM | 1GB | 2GB | |
CPU | 1.2GHz (NVIDIA Tegra 3) | 1.5 GHz (Qualcomm Snapdragon S4 Pro) | |
お値段(Google Play) | ¥19,800 | ¥27,800 |
Nexus 7 2012とNexus 7 2013を比較
twitpic "Could not authenticate you (header rejected by twitter)."
twitpic
なんか知らないんだけどtwitpicっていうのを使っているサービスがあって、今更、例のtwitter API 1.1対応みたいなお仕事したんですが、twitpicのAPIを叩くと、Could not authenticate you (header rejected by twitter).って言われちゃう。
なのでtwitpicのAPIドキュメントのこれ↓
http://dev.twitpic.com/docs/2/upload/
をみたところ、
X-Verify-Credentials-Authorization (Required) Header Example 1 OAuth realm="http://api.twitter.com/", 2 oauth_consumer_key="GDdmIQH6jhtmLUypg82g", 3 oauth_signature_method="HMAC-SHA1", 4 oauth_token="819797-Jxq8aYUDRmykzVKrgoLhXSq67TEa5ruc4GJC2rWimw", 5 oauth_timestamp="1272325550", 6 oauth_nonce="oElnnMTQIZvqvlfXM56aBLAf5noGD0AQR3Fmi7Q6Y", 7 oauth_version="1.0", 8 oauth_signature="U1obTfE7Rs9J1kafTGwufLJdspo%3D" X-Auth-Service-Provider (Required) https://api.twitter.com/1/account/verify_credentials.jsonって書いてあるんだけど、X-Auth-Service-Providerを
https://api.twitter.com/1.1/account/verify_credentials.jsonにするのはもちろん、oauth_signatureを作っているURLも
https://api.twitter.com/1.1/statuses/update.jsonとかにする必要があったです。はい。
登録:
投稿 (Atom)