Question

RingCentral PHP SDK throwing Uncaught exception InvalidArgumentException on login

  • 21 May 2016
  • 3 replies
  • 1418 views

Hi All,


I am trying to use RingCentral PHP SDK to send SMS. When I use code from demo then I get error shown in below screenshot. When I use JS SDK with same credentials then I am able to successfully send SMS. Following is my code for php:


use RingCentralSDKSDK;

// require_once(__DIR__ . '/vendor/_bootstrap.php');

require(__DIR__ . '/vendor/autoload.php');


$rcsdk = new SDK('appKey', 'appSecret', SDK::SERVER_SANDBOX);

$platform = $rcsdk->platform();


$platform->login('sandbox_no', '', 'password');


Please let me know if I am missing something or I need to install any additional component.




Regards,

Numan Ilyas


3 replies

Since this appears to be an issue with the PHP SDK, can you report this against the SDK here:

https://github.com/ringcentral/ringcentral-php/issues

Thanks.
Thanks for posting this as issue #29 on the SDK repo and working with the team to resolve this. I'm going to close this here since it's been posted and resolved at this GitHub link:

https://github.com/ringcentral/ringcentral-php/issues/29
Thanks John. Really appreciate the quick response.

Reply