Tagged Questions
0
votes
0answers
20 views
Refreshing LinkedIn Access Tokens
I am attempting to refresh a LinkedIn user's access token given their current access token. This is the documentation that I am following: ...
0
votes
1answer
125 views
Get AccessToken with JavaScript from LinkedIn
I am developing a LinkedIn app with Javascript. Is there a way to authenticate a user without requiring him to click on a button and get his access token which can be sended to my server with ...
0
votes
2answers
197 views
Refresh LinkedIn Access Token using Scribe
I am using Scribe to access the LinkedIn API. I am saving the Access Token along with the Access Token Secret in the database and use them every time I call the API.
The Access Token is supposed to ...
0
votes
1answer
229 views
linkedin access token oauth_expires_in VS 60 days expiration
http://developer.linkedin.com/documents/authentication (section: Refreshing Access Tokens)
The paragraph says
LinkedIn access token can be refreshed in 60 days time
on the other hand it also ...
1
vote
0answers
158 views
we were unable to find the authorization token in ios
I have got api key and secret key,I am making iphone application and wants that user can register through their linkedin account.I am getting we were unable to find the authorization token error.And ...
0
votes
1answer
290 views
LinkedIn API: How to refresh access tokens from a console application
In LinkedIn API, the access tokens will be expired after 60 days, I want to refresh them in 60 days before they are expired in a console application. I viewed this document: ...
1
vote
0answers
84 views
What is the next process after i have stored the LinkedIn access token in Xcode
it's been a long time since i have busted all my brains on this issue .
I know how to integrate LinkedIn to my native iPhone application. I also know a little bit about how OAuth works so , i ...
0
votes
2answers
972 views
Linkedin: How to make api calls using access token?
I am storing the linkedin access token in database. This is the token that is stored in my database:
...
0
votes
1answer
168 views
Use oauth-php to fetch own company updates with LinkedIn
I need to use oauth-php to authenticate with the LinkedIn API. I want to fetch LinkedIn status updates from my own company's LinkedIn profile. LinkedIn gives a great example how to retrieve your own ...
1
vote
1answer
287 views
PHP - Linkedin OAuth callback not being called?
Just like this question with no answer , I am trying to hook up to Linked in through PHP/OAuth. I have gotten the token. Gotten everything working. But for some reason Linkedin will not return to my ...
0
votes
2answers
1k views
How to get LinkedIn Profile information other then the default information Android
I am getting the default information of user like Firstname and last name one URL(Site-standard Url), But i want to access the User_id and smilar info . I follow ...
0
votes
1answer
1k views
How to get the access token from linkedIn
I want to to get the access token from LinkedIn.
First I send the request to get the oauth token to https://api.linkedin.com/uas/oauth/requestToken.
It returns the oauth token successfully then I ...
2
votes
2answers
325 views
Issue with Requesting OAuth Access Token
I'm working on building a library for a client to integrate with LinkedIn's API and am currently working on the OAuth implementation. I am able to request the initial token's no problem and have the ...
1
vote
2answers
2k views
Get LinkedIn Access Token with OAuthSimple in Javascript
I'm using OAuthSimple in Javascript with PIN based authentication (OOB flow).
We are developing an HTML5 app which lives inside a mobile device's native wrapper using PhoneGap. There's not ANY server ...
3
votes
1answer
919 views
Linkedin OAuth and Zend retrieving Acces Token returns 'Error in HTTP request'
Answer + new question
I found out that the code below works just fine on a LIVE server. LinkedIN blocked all requests from localhost.
That established; Does anybody know how to test an application ...
6
votes
2answers
421 views
Oauth token_rejected on LinkedIn verification - Intermittent
I'm having problems with Oauth and LinkedIn. Most of the time the verification with Oauth will work fine, but sometimes (something like 1 out of 10 or 20) LinkedIn will return token_rejected.
So far ...