1

我们已经实现了一个连接应用程序,我们正在尝试显示用户传入电话号码的列表,但我们无法获取此列表并且我们总是得到空列表,我了解以下有关 API -

当用户使用 twilio 按钮连接他的帐户时,会为此客户端应用程序创建一个新的子帐户,并在回调 url 中发送此新子帐户的 sid。例如 - 假设帐户 SID 为“111111”,当此帐户授权连接应用程序时,使用新 SID 创建一个新子帐户,假设它是“2222222”,然后发送此新 SID (2222222)在连接应用程序的回调 url

我面临的问题是这个新的 SID 总是返回一个空的用户电话号码列表,所以我需要一些方法来使用实际的用户 SID(111111)授权连接应用程序,谁能告诉我如何实现这一点。 ?

谢谢。

4

1 回答 1

2

you will need to port your numbers to the sub accounts for them to be used as you have requested. To port the numbers, you need to login to the sub account and then go to porting page.

Once a number is ported, it can be completely used in the sub Account.

于 2013-10-04T20:18:39.707 回答