Page 3 of 3

linkedin plugin , login diaglog from linkedin

Posted: Thu Nov 21, 2013 11:07 pm
by Alena Prykhodko

Hi,

Please check state, its value is myuniquekey, when it should be, as said above, equal to Marker Token OAuth which you can get on LinkedIn site
Yes, you should set up redirection to LINKEDIN_loginPage on LinkedIn site and in Service settings.


linkedin plugin , login diaglog from linkedin

Posted: Sat Nov 15, 2014 4:43 pm
by LukeM

I found that testing this in Chrome does not seem to work well, perhaps it's caching something?
I could test reliably in FFX, Private Window. Had to start new PW each time with 'frameless' url.

Also, I can get this to work fine in Android, but not on IOS8.
By 'not work' I mean when you press 'Login with Linkedin' button, it attempts it but then nothing happens.

Any ideas why it doesnt work on iphone?


linkedin plugin , login diaglog from linkedin

Posted: Sun Nov 16, 2014 12:37 am
by Illya Stepanov

Hi Luke -

Have you tried debugging your app with Weinre -- http://devcenter.appery.io/documentat...


linkedin plugin , login diaglog from linkedin

Posted: Mon Nov 17, 2014 4:58 pm
by LukeM

Hi Ilya, I get 'Error : you have no permission to view this project' with Weinre.


linkedin plugin , login diaglog from linkedin

Posted: Mon Nov 17, 2014 6:29 pm
by LukeM

I've made some progress, might be helpful for other newbs...

for on iphone, I needed to completely delete and reinstall the appery.io tester app itself. It was caching something related to the authentication. Same with Android phone. That got me up and running....

then in my app, I've also added a 'logout' button that sets expiryTime to 0. This seems to do the job. (also seems to mean I dont now need to delete/reinstall the tester app, as long as I remember to logout).


linkedin plugin , login diaglog from linkedin

Posted: Mon Nov 17, 2014 7:38 pm
by Maryna Brodina

Thank you for update!