You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
The plugin has been working very well for me for calls such as:
$this->Linkedin->call('people/~', etc..
Where the information being retrieved is from the currently logged in user.
However when I try to retrieve information from other users e.g.
$this->Linkedin->call('people/id=abcdefg', etc.. it gives me an internal error:
The plugin has been working very well for me for calls such as:
$this->Linkedin->call('people/~', etc..
Where the information being retrieved is from the currently logged in user.
However when I try to retrieve information from other users e.g.
$this->Linkedin->call('people/id=abcdefg', etc.. it gives me an internal error:
Error: An Internal Error Has Occurred.
Stack Trace
#0 /home/content/m/d/p/mdpless/html/weavapp/Controller/UsersController.php(165): LinkedinComponent->call('people/id=abcde...', Array)
#1 [internal function]: UsersController->LinkedinLogin2()
#2 /home/content/m/d/p/mdpless/html/NoteSnack/lib/Cake/Controller/Controller.php(473): ReflectionMethod->invokeArgs(Object(UsersController), Array)
#3 /home/content/m/d/p/mdpless/html/NoteSnack/lib/Cake/Routing/Dispatcher.php(107): Controller->invokeAction(Object(CakeRequest))
#4 /home/content/m/d/p/mdpless/html/NoteSnack/lib/Cake/Routing/Dispatcher.php(89): Dispatcher->_invoke(Object(UsersController), Object(CakeRequest), Object(CakeResponse))
#5 /home/content/m/d/p/mdpless/html/weavapp/webroot/index.php(96): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#6 {main}
The text was updated successfully, but these errors were encountered: