kousik / simple-linkedinphp

Automatically exported from code.google.com/p/simple-linkedinphp
0 stars 0 forks source link

linkedin authorization url sometime goes 1 #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. This happens when you try to login and Logout multiple times.
2. It will be automatically corrected within 15min-1hour 

What is the expected output? What do you see instead?
Expected Output:
https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id=X
XXXXXX&scope=r_fullprofile+r_emailaddress+rw_nus+r_network+w_messages+r_basicpro
file+rw_groups+r_fullprofile+r_contactinfo&state=54bcddd87b5dd4.29454273&redirec
t_uri=XXXXX.com

I get link as XXX.com/1

What version of the product are you using? On what operating system?
I am using php 5.6.3.

Please provide any additional information below.

I am developing it website with linkedin login, storing token in database and 
relogin using access token.

Login and user details can be pulled without any issues. This happens only once 
or twice in a week and will be fixed automatically..
But I would like to know what exactly went wrong here or am I missing any part, 
code here

Thanks in advance.
Jones DMathew

Original issue reported on code.google.com by jonesdm...@gmail.com on 19 Jan 2015 at 10:41