Changeset 791447
- Timestamp:
- 10/21/2013 07:53:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lips/branches/dev-0.8.10/php-oauth/store/OAuthStoreLipsLinkedIn.php
r787781 r791447 40 40 // education, tags etc. 41 41 $this->updateUri(array( 42 'request_token' => 'https://api.linkedin.com/uas/oauth/requestToken &scope=r_fullprofile',42 'request_token' => 'https://api.linkedin.com/uas/oauth/requestToken?scope=r_fullprofile', 43 43 'authorize' => null, 44 44 'access_token' => 'https://api.linkedin.com/uas/oauth/accessToken',
Note: See TracChangeset
for help on using the changeset viewer.