Hi Igor,
I get the error only when testing as an Android app. It works fine on browser
Hi Igor,
I get the error only when testing as an Android app. It works fine on browser
Did you change Android permissions on "App settings" page? Try to reset them to defaults.
I tried resetting the permissions, but Im still getting the same error.
Can you post the steps how to reproduce this error?
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)
Hello! We reproduced the problem, working on it.
Thanks Marina.
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
Wow, that worked
Thank you so much Marina
and the whole support team. ![]()