| Q |
A |
| Bug? |
no |
| New Feature? |
no |
| Are you using composer? |
yes |
I'm trying to get accessToken through queues.
There is no function that I am looking for.
The function should be:
$linkedIn = new Happyr\LinkedIn\LinkedIn($oauthToken, $oauthSecret);
$accessToken = $linkedIn->getAccessToken($codeToken);
how do I receive the access token?
I'm trying to get accessToken through queues.
There is no function that I am looking for.
The function should be:
$linkedIn = new Happyr\LinkedIn\LinkedIn($oauthToken, $oauthSecret);
$accessToken = $linkedIn->getAccessToken($codeToken);
how do I receive the access token?