Open GoogleCodeExporter opened 9 years ago
I had the same issue because i had my time 8 minutes ahead, but when i changed
back to the normal time it worked as i read in:
http://stackoverflow.com/questions/8562584/android-linkedin-integration-error-on
-device-and-emulator
Ashok's answer
Original comment by ibai.usu...@gmail.com
on 19 Jun 2012 at 1:19
even i'm facing the same problem but my time is correct, how to correct this
error?
Original comment by divyamon...@gmail.com
on 6 Feb 2013 at 11:30
please check timezone and time should be proper and for Authentication issue
this may solve http://stackoverflow.com/a/13510881/727432 for accessing
permissions for new updated linkedin api
Original comment by ashok200...@gmail.com
on 6 Feb 2013 at 11:42
I was facing the same issue because i accessed n/w on main thread just use aync
task or
StrictMode.ThreadPolicy policy = new
StrictMode.ThreadPolicy.Builder().permitAll().build();
StrictMode.setThreadPolicy(policy);
Original comment by opt...@gmail.com
on 15 Feb 2014 at 12:06
I added strict mode but still persist this problem. I was working before and
one day its stopped working
?
Original comment by owaisfor...@gmail.com
on 9 Jul 2015 at 8:40
Original issue reported on code.google.com by
misha.4i...@gmail.com
on 18 Nov 2011 at 4:04