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 将照片上传到 Facebook,然后执行AndWait。但我想以加密形式传输照片。是否可以 ?
我正在使用 facebook sdk 3。
另外,我不确定是否由 facebook sdk 自动完成加密。
默认情况下,Request 类使用“https”方案,因此适用标准 SSL 加密。