Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
質問は、私が開発している Android アプリのセキュリティの考慮事項についてです。Request.newUploadPhotoRequest を使用してから、executeAndWait を使用して、Facebook に写真をアップロードできます。しかし、私は写真を暗号化された形式で転送したいと考えています。出来ますか ?
Facebook SDK 3を使用しています。
また、暗号化がfacebook sdkによって自動的に行われるかどうかはわかりません。
デフォルトでは、Request クラスは「https」スキームを使用するため、標準の SSL 暗号化が適用されます。