akhil2909 / linkedin-j

Automatically exported from code.google.com/p/linkedin-j
0 stars 0 forks source link

Callback url is not working in build 0.1-rc-1 #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call LinkedInOAuthService.getOAuthRequestToken() with a callback url.
2. Open the authorization url in a browser.
3. Authorize the application.

What is the expected output? What do you see instead?
The application should be redirected to the callback url. Instead a 404
error message is displayed.

Original issue reported on code.google.com by nabeelmukhtar on 16 Mar 2010 at 8:31

GoogleCodeExporter commented 9 years ago
This is because of a bug in the signpost OAuth library which has been reported 
to the
author. Meanwhile the applications can work by downloading the snapshot jar 
from the
downloads page.

Original comment by nabeelmukhtar on 16 Mar 2010 at 8:33

GoogleCodeExporter commented 9 years ago
This issue is fixed with the new signpost release.

Original comment by nabeelmukhtar on 23 Mar 2010 at 6:01