0

我希望我的应用程序的用户能够相互发送图片和视频。我可以使用 Twilio api 做到这一点吗?我正在寻找一个不仅可以发送图片而且还可以存储它们的地方,这样我就不必将它们存放在我自己的后端。

4

1 回答 1

0

You can use Mogreet API to do that. You will have to upload your image first with media.upload and then send it via MMS with the transaction.send. You can find the documentation at http://dev.mogreet.com

于 2013-03-19T20:44:19.723 回答