为什么 Android 上的 Instagram 不接受 Intent.ACTION_SEND_MULTIPLE

Nic*_*oon 5 android-intent instagram instagram-api

instagram 应用程序支持多张照片发布:https : //help.instagram.com/269314186824048 http://blog.instagram.com/post/157572774352/170222-multiple

Instagram 记录了如何使用这里的意图将照片分享到 Instagram 应用程序:https : //www.instagram.com/developer/mobile-sharing/

但它似乎不接受 ACTION_SEND_MULTIPLE,所以只接受单张照片。

Android 在此处记录了此意图以及如何接收它的示例:https : //developer.android.com/training/sharing/receive.html#handling-content https://developer.android.com/reference/android/content /Intent.html#ACTION_SEND_MULTIPLE

Instagram 应用程序可能不想接受与其共享的多张照片,是否有特殊原因?