I found out what was going on! I just changed the following line from :
$token = $rk->requestAccessToken( $code,'https://runkeeper.com/apps/token' );
To
$token = $rk->requestAccessToken( $code );
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community