Page 1 of 3

Facebook login takes forever to redirect

Posted: Tue Jun 24, 2014 2:15 pm
by Bachi

Facebook login redirection takes forever. It worked for the first time, but every time click the page which we connected FB login.
My question; Is there any way to make it only one-time login after the installation, not every time load that page.
Error message; Please wait. You will be redirected to the page automatically.


Facebook login takes forever to redirect

Posted: Tue Jun 24, 2014 3:33 pm
by Evgene Karachevtsev

Hello,

If you use Appery.io facebook plugin: http://devcenter.appery.io/documentat...
then everything should work correctly.
If you don't need to get data from FB account, then when first login you can store the result in local storage e.g localStorage.setItem("isLogged", "true");
Then when you start the application you should make redirect depending on its value or to the login page or to any other.


Facebook login takes forever to redirect

Posted: Thu Jun 26, 2014 4:16 am
by Bachi

Dear Eugene,
Thank you for your respond and I appreciate your effort to solving this problem.
Yes, we did it as you instructed. Im still experiencing delay (stuck-it's like facing dead end). I'm new to this app development world but it seems to me it isn't proper. I would consider solving the dellay on Login authentication through Facebook SDK. I wonder if your developer re-examine it once again. Please advise, thank you.


Facebook login takes forever to redirect

Posted: Thu Jun 26, 2014 4:34 am
by Yurii Orishchuk

Hi Bachi.

Please give us your app public link. And describe steps to reproduce this problem.

Also please specify: what page should load after FB success login.

Regards.


Facebook login takes forever to redirect

Posted: Thu Jun 26, 2014 4:47 am
by Bachi

Thanks for the quick respond.
Here is the public links; http://appery.io/app/view/b47b5c46-b6...
To get to the FB login page; button with + sign (Add new property) on the bottom left corner of the footer.
Thanks,


Facebook login takes forever to redirect

Posted: Thu Jun 26, 2014 4:54 am
by Bachi

Actually, I changed to location of the fb login page so it doesn't come up on appery testing. The problem persists on actuall on App Store.


Facebook login takes forever to redirect

Posted: Thu Jun 26, 2014 6:44 pm
by Evgene Karachevtsev

Hello Bachi,

So now you don't have service for login using facebook, do you? Do you need Support Team to help?


Facebook login takes forever to redirect

Posted: Fri Jun 27, 2014 12:23 am
by Bachi

Eugene,
Here is the test links on appery;
http://appery.io/app/view/b47b5c46-b6...
Here is actual app links on App Store;
For Android and Samsung; https://play.google.com/store/apps/de...
For iPhone & iPad; https://itunes.apple.com/mn/app/mreg/...

  • Issues
  • On Appery, I assigned FB login as StartPage instead of MapPage. It works fine for the first time, but it doesn't work neither MapPage nor FB login.
  • On actual, FB login does not work at all.
    Also, I found out That what works on Appery, does not on actual app as supposed to.
    Thank you for your support in advance.

Facebook login takes forever to redirect

Posted: Fri Jun 27, 2014 12:39 am
by Bachi

FB login does not work on Appery.IO testing app on iOS devices as well.


Facebook login takes forever to redirect

Posted: Fri Jun 27, 2014 4:52 pm
by Evgene Karachevtsev

Hello Bachi,

I see that you use your own implementation for authentication via Facebook. Please clarify why don't you use the approach proposed in our tutorial:
http://devcenter.appery.io/documentat...