News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
Undefined Property $this->_appKey
Tags: sdk
Feb 1, 2018 at 7:36pm   •   3 replies  •  0 likes
jesse-wolfe


Hi all,

I am trying to integrate RingcCentral into my Laravel 5.5 site for a business with a RingCentral account.


I had to download the SDK manually, but I have the page displaying without error if I set the line

"'client_id' => $this->_appKey,"

equal to a constant inside the authUrl function.


public function authUrl($options){    return $this->createUrl(self::AUTHORIZE_ENDPOINT . '?' . http_build_query(        array (        'response_type' => 'code',        'redirect_uri'  => $options['redirectUri'] ? $options['redirectUri'] : null,        'client_id'     => $this->_appKey,        'state'         => $options['state'] ? $options['state'] : null,        'brand_id'      => $options['brandId'] ? $options['brandId'] : null,        'display'       => $options['display'] ? $options['display'] : null,        'prompt'        => $options['prompt'] ? $options['prompt'] : null    )), array(        'addServer'     => 'true'    ));}

But if I do not set the client_id property to some constant I get an error saying that '$this->_appKey" is an undefined property.


If I do set that value to a constant of my correct client_id I get this error:

{  "error" : "invalid_client",  "error_description" : "Invalid client: ",  "errors" : [ {    "errorCode" : "OAU-153",    "message" : "Invalid client: ",    "parameters" : [ {      "parameterName" : "client_id",      "parameterValue" : ""    } ]  } ]}

I would greatly appreciate any help with this, as every attempt to do anything has been met with a multitude of errors.

3 Answers
answered on Feb 6, 2018 at 3:07pm  
I have updated the SDK with the right _appKey new terminology as _clientId. You can download the SDK again and try it.

+ Phong

 0
answered on Feb 6, 2018 at 8:24am  
Hi Jesse,

Can you quickly open the SDK Platform.php file and change line you highlighted above then test again.
Current:
'client_id' => $this->_appKey,
Change to:
'client_id' => $this->_clientId,

Let me know if that helps!

+ Phong

 1
answered on Feb 5, 2018 at 2:22pm  
I've added this information to your post on our SDK GitHub issue page here:

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

Let's keep this discussion there since this is a SDK topic.

 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us