Tagged Questions
1
vote
0answers
30 views
linkedin Oauth how to remember login
I started out working with iOS development a few weeks ago, and recently I've been trying to integrate social networks into an app (Facebook, Twitter, LinkedIn). I managed to do the Facebook and ...
0
votes
0answers
23 views
Posting a link to a job within a linkekIn personal status
I would like to allow my users to post job openings at my company to their personal status at linkedIn, buy issuing a PUT request to the following url:
...
0
votes
0answers
29 views
LinkedIn API returns Uncaught exception 'OAuthException' (PHP OAuth)
I'm trying to make a simple LinkedIn app. I basically copied code from official LinkedIn support site, but I keep getting
Uncaught exception 'OAuthException' with message 'Invalid auth/bad request ...
0
votes
0answers
26 views
Linkedin OAuth with foreign characters in redirect URI
I am passing a redirect URI to LinkedIn that contains foreign language characters and it appears that on redirect, the foreign language characters are not recognized on the LinkedIn side. When I am ...
2
votes
1answer
93 views
LinkedIn Get Token returns HTTP 1.1 400 - Bad Request Error
I'm currently having trouble fetching the LinkedIn Token.
I'm currently following the developers documentation in order to get through authentication.
I'm also using this sample as a base code
...
0
votes
0answers
64 views
My Linkedin API key using scribe is not working
I have followed this tutorial to connect my Android app with linkedin using Oauth(Scribe).
Here is the link
The problem is that it only works for his API key & Secret Key.
**Here is the download ...
0
votes
1answer
101 views
OAuth 1.0 with Android 4.x and scribe
I want to develop an Android app (ice cream sandwich) that uses the LinkedIn API. For this I use the Scribe library to implement the OAuth process.
My problem is that I dont know how to get the ...
0
votes
0answers
132 views
LinkedIn API Request Failed HTTP 400
I am having problems with the LinkedIn API, sometimes it's working fine and sometimes I just get the following error:
Message: ...
0
votes
0answers
170 views
LinkedIn api call with DotNetOpenAuth throws 400 Bad Request
I'm using DotNetOpenAuth to make api calls to LinkedIn. The authorization part is working great - my callback page is being hit and I'm storing my access token and access token secret using a custom ...
0
votes
0answers
43 views
linkedin shared content
I am sharing content using xml payload to linkedin. It worked fine so fare. The xml payload is like:
<share>
<comment></comment>
......
<content></content>
....
...
0
votes
1answer
58 views
How to unauthorize/revoke LinkedIn token in my application
I have a grails application in which I want a user to grant me access to his/her LinkedIn account to get information and show it in different ways.
I was able to do the following:
Get the ...
0
votes
2answers
191 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 ...
3
votes
1answer
479 views
LinkedIn full profile details using DotNetOpenAuth in MVC4
My MVC4 application allows login using LinkedIn account. I want to pull all details that are avaible from linkedIn of the logged in User. Currently i have done the following.
In My AuthConfig.cs,
...
1
vote
1answer
41 views
GTMOAuthViewControllerTouch and LinkedIn signout
I have an issue with signing out from LinkedIn. I want to user see the LinkedIn sing in form with user name and password after performing signout method.
SingIn method:
NSURL *authorizeTokenURL = ...
0
votes
1answer
48 views
How to handle user revoking LinkedIn access in rails
How should I handle a user revoking my access to their LinkedIn account? I am using Ruby on Rails with Omniauth, Omniauth-LinkedIn and linkedin gem (latter incorporates oauth gem).
My controller code
...
0
votes
0answers
395 views
DotNetOpenAuth LinkedIn post share error using Asp.Net MVC
DotNetOpenAuth is an amazing package. However, I keep hitting some hurdle or other. Till now most of them got solved, now I have hit a problem, which is taking up a lot of my time.
The Problem:
I ...
2
votes
2answers
130 views
Use PHP to access LinkedIn API without user login
I'm trying to automate a data pull from MY company page on linked in via the API. This will be a server side job with no user intervention.
I have credentials to log into linkedin and a REST API ...
0
votes
1answer
227 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
1answer
142 views
OAuth against LinkedIn API keeps returning a 401. What is causing this?
I'm using AFNetworking, AFOAuth1Client and AFLinkedInOAuth1Client to get the OAuth token from LinkedIn's API. This is all working well.
When I make a call using getPath to v1/people/~ I am receiving ...
0
votes
0answers
96 views
DotNetOpenAuth for LinkedIn - RedirectParameters are null
I am using DotNetOpenAuth to make a request to LinkedIn for Profile and Connection information. This is working well, but in the callback, I need a parameter (called the sessionToken) returned to me ...
0
votes
0answers
31 views
LinkedIn Multiple Scopes Fails (OAuth)
I am attempting to do OAuth with LinkedIn, and everything is working great except for the fact that I cannot seem to request multiple scopes (permissions) without OAuth failing. I am using the ...
1
vote
1answer
122 views
What's wrong with this Oauth process for LinkedIn + email?
I'm using the oneAuth bundle in laravel, based on NinjAuth from Fuel by Phil Sturgeon, I believe, and trying to get the user's email address.
I've added the proper scope to my request, and the ...
0
votes
0answers
125 views
Unable to post to LinkedIn “shares” using OAuth in Corona SDK
After originally struggling to get a request and access token, I finally now get those from LinkedIn successfully. However, the only thing I want to be able to do is let users post links to their ...
1
vote
0answers
81 views
File not found Exception in linkedin integration
I tried to integrate linkedin for sharing the data using many tutorials and posts, but nothing helped, after login was not able to move to next page instead redirecting to the previous, finally ...
0
votes
0answers
89 views
XMLHttpRequest of Linkedin API url returns null
In my javascript application i want to perform a people search on Linkedin. Since this search has to work without a user having to login to Linkedin, i'm using a javascript OAuth library and my ...
0
votes
0answers
98 views
Linkedin iPhone oAuth display error
Making Use of the LinkedIn-iPhone Library by Results Direct. I was able to integrate and parse the parameters key and secret correctly but after sign in, the app just shows the image below with no way ...
5
votes
1answer
403 views
Why can I not generate a valid oauth-token using command-line curl for the LinkedIn API?
When testing the LinkedIn API and attempting to build a Meteor JS smart package to authenticate against LinkedIn's OAuth provider, I've run upon a total roadblock.
In following these directions, I ...
0
votes
0answers
176 views
Trying to integrate LinkedIn into a Corona SDK app, constantly get an Error 400 when trying to request a requestToken
I don't have any experience with OAuth, so I started by looking at the Twitter sample app that is included with Corona, since that uses OAuth.
I managed to get that working successfully, so I set up ...
0
votes
0answers
57 views
Linkedin API call only work on single request. 401 Error for the rest
I am writing a Wordpress plugin that makes API call with linkedin in PHP .
I am using Manuel Lemos' Oauth_Client_Class from here.
It works fine with only one browser opening the page. But while i am ...
1
vote
1answer
179 views
Permanent integration of LinkedIn, twitter in website/app
How we can permanently integrate LinkedIn, twitter in website/app using OAuth.
Once user connected to app using OAuth then he'll never ask again for OAuth connection even he change his password for ...
0
votes
1answer
83 views
Getting Single Users Info From Linkedin API
Okay i've been fighting this system for about 3 days now and googling left and right and getting nothing close to what i want. That being said it though i would rely on the infinite wisdom that is ...
0
votes
0answers
148 views
Linkedin Group API call after Oauth authentification
I am trying to post data in a group using Oauth authentification and PHP. After signing, the user is redirect to my callback file were I ask an access token. The problem is that I can't perform a POST ...
0
votes
1answer
185 views
We were unable to find the authorization token in LinkedIn
I have been searching the answer for this question from many days, but still did not get the solution.
For sharing data using LinkedIn, after sign-in option in LinkedIn I'm getting "We were unable to ...
0
votes
0answers
27 views
When clicked on linkedin login option it redirects to the previous page [duplicate]
Possible Duplicate:
data not getting shared in linkedin(android)
i have done linkedin share functionality in my project to share current page's data but when i click on "linkedin share" ...
1
vote
1answer
303 views
Getting a HTTP 400 Error from LinkedIn when I try to access its API with DotNetOpenAuth
I'm trying to write a basic program using DotNetOpenAuth to search for people on behalf of a user. Just a simple program to try to learn about OAuth. Right now I'm stuck trying to authorize, but when ...
2
votes
1answer
134 views
Linkedin Permissions : only serving current position informations
This question is related to the same one here, but still i am facing the same problem that linkedin is only serving the current position informations , how can i get the past positions & education ...
1
vote
1answer
246 views
Opauth Login via Social networks
I am using https://github.com/uzyn/opauth
I always get the following error notice:
Notice: No strategy is requested. Try going to https://mietabhishek.redirectme.net/mobile/za/live to authenticate ...
0
votes
2answers
97 views
Ask for user permissions in LinkedIn application
With PHP api for LinkedIn , how to ask for user permissions at the time of application authorization ?
These are the permissions i need
Your Profile Overview
Your Full Profile
Your Email Address
...
1
vote
1answer
505 views
IOS linkedin integration (Send Connection Request, Search People)
I'm using the linkedin OAuth sdk.
I have the oauth functionality working and my iPhone App is able to successfully logged in to LinkedIn.
i want to implement these two things.
I want to search ...
0
votes
0answers
26 views
How od I get the mobile view of Linkedin login page for Oauth
I'm working on a Windows Phone App that utilizes LinkedIn OAuth. Things are working pretty well, except the default Authorization page (in other words, the non-mobile version) is appearing. Is there ...
0
votes
0answers
277 views
oauth-php linkedin api fetching profile data
I'm trying to get the data from my linked in profile. I'm using the library oauth-php. I have used the code from this example http://code.google.com/p/oauth-php/wiki/ConsumerHowTo
But I get 401 error ...
1
vote
0answers
112 views
Token Rejected - Intermittent Failure for LinkedIn
We are getting this error intermittently, when attempting to authentic a user via OAuth for LinkedIn. We are using the Java Scribe library recommended. I cannot duplicate the problem myself, but we ...
2
votes
0answers
139 views
Linked In authentication and aggregate data
I'm building a web app with Ruby on Rails and I want my users to authenticate and aggregate data from Linked In (and others like Github, Twitter, etc...).
I am using these gems:
Devise for ...
0
votes
1answer
463 views
asp.net mvc4 linkedin integration - Access to posting shares denied
I am developing social networks integration for my asp.net mvc4 application.
Twitter and Facebook were very easy for me but I am seriously stuck with LinkedIn.
Here is my code.
public ...
0
votes
1answer
74 views
Having trouble connecting to LinkedIn API with rauth
I'm trying to run the example code from rauth's repo on github https://github.com/litl/rauth/blob/master/examples/linkedin-updates.py to connect to the LinkedIn API but I keep getting HTTP 400 errors. ...
2
votes
2answers
128 views
Unable to access LinkedIn conections using rauth library
I was trying out this example at https://github.com/litl/rauth/blob/master/examples/linkedin-web.py
I get a 403, Access to connections denied error and it returns KeyError: '_total'.
r_network ...
3
votes
2answers
169 views
Android LinkedIn does not work on device and works fine on emulator
I have to do LinkedIn integration in my Android app. I have done integration using the sample given on Google Code and tried to post update. It given me access to post network updates denied message. ...
2
votes
1answer
278 views
Connecting to LinkedIn API with rauth
I'm trying to get a website to connect to LinkedIn, I know I have to use OAuth tokens to connect to it, and I have seen the examples on the LinkedIn developer site, however, they all use the OAuth2 ...
1
vote
1answer
88 views
AppEngine-OAuth-Library LinkedIn - Grant more permissions
I use the AppEngine-OAuth-Library to get user information from LinkedIn, but how do I grant for more permissions than the default basic profile.
The LinkedInClient class has this constructer:
...
0
votes
1answer
113 views
how to avoid repeated authorizations from linkedin to same application
final LinkedInOAuthService oauthService = LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKeyValue, consumerSecretValue);
LinkedInRequestToken requestToken = ...



