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
I am using LinkedIn::getLoginUrl(['scope' => 'r_fullprofile,r_emailaddress,w_share']) to my LinkedIn login link, its considering the current URL in redirect_uri.
I am using LinkedIn::getLoginUrl(['scope' => 'r_fullprofile,r_emailaddress,w_share']) to my LinkedIn login link, its considering the current URL in redirect_uri.
Login Link
<li><a href="{!! LinkedIn::getLoginUrl(array('scope' => 'r_fullprofile,r_emailaddress,w_share')); !!}" class="social-login linkedin" id="linkedin"><i class="fa fa-linkedin"></i>Linkedin</a></li>
LinkedIn Config
return [ 'api_key' => env('LINKEDIN_CLIENTID'), 'api_secret' => env('LINKEDIN_SECRETKEY'), 'redirect_uri' => env('LINKEDIN_REDIRECT_URL') ];
Let me know if I am doing something wrong.
The text was updated successfully, but these errors were encountered: