Page 2 of 2

Facebook Login Issues on Android

Posted: Sun Sep 29, 2013 10:45 pm
by Obed Eugene

Hi Igor,

I get the error only when testing as an Android app. It works fine on browser


Facebook Login Issues on Android

Posted: Sun Sep 29, 2013 10:59 pm
by Igor

Did you change Android permissions on "App settings" page? Try to reset them to defaults.


Facebook Login Issues on Android

Posted: Sun Sep 29, 2013 11:24 pm
by Obed Eugene

I tried resetting the permissions, but Im still getting the same error.


Facebook Login Issues on Android

Posted: Mon Sep 30, 2013 12:17 am
by Igor

Can you post the steps how to reproduce this error?


Facebook Login Issues on Android

Posted: Mon Sep 30, 2013 12:44 am
by Obed Eugene

First Download .apk file
then Login to facebook
then navigate to Profile page
(On this page, the facebook data is supposed to show, but it doesnt)


Facebook Login Issues on Android

Posted: Mon Sep 30, 2013 6:19 pm
by Maryna Brodina

Hello! We reproduced the problem, working on it.


Facebook Login Issues on Android

Posted: Mon Sep 30, 2013 7:10 pm
by Obed Eugene

Thanks Marina.


Facebook Login Issues on Android

Posted: Mon Sep 30, 2013 7:28 pm
by Maryna Brodina

1) On page voutchescore on Load event you have two evens - Invoke service and Run JavaScript. Change events order because in your JS you set localStorage variable code which is used in service response parameter and Run JavaScript should be before Invoke service.
2) on FacebookLogin page on click on image change code from:
prelocalStorage.setItem('code', vars.code + '_'); /* store secret code //pre
to
pre localStorage.setItem('code', vars.code); / store secret code *//pre


Facebook Login Issues on Android

Posted: Mon Sep 30, 2013 8:01 pm
by Obed Eugene

Wow, that worked
Thank you so much Marina
and the whole support team. :-)