We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I initiate the class as stated in the readme file like
$li = new LinkedIn( array( 'api_key' => 'yourapikey', 'api_secret' => 'yourapisecret', 'callback_url' => 'https://yourdomain.com/redirecthere' ) ); $url = $li->getLoginUrl ( array( LinkedIn::SCOPE_BASIC_PROFILE, LinkedIn::SCOPE_EMAIL_ADDRESS, LinkedIn::SCOPE_NETWORK ) ); $token = $li->getAccessToken($_REQUEST['code']);
the getAccessToken function gives a 500 error.
When I print out the contents of $li, it says "_access_token:LinkedIn\LinkedIn:private". Am I missing something?
The text was updated successfully, but these errors were encountered:
HI, try to add this in the $options of _makeRequest : CURLOPT_TIMEOUT => 5
Sorry, something went wrong.
No branches or pull requests
I initiate the class as stated in the readme file like
the getAccessToken function gives a 500 error.
When I print out the contents of $li, it says "_access_token:LinkedIn\LinkedIn:private".
Am I missing something?
The text was updated successfully, but these errors were encountered: