Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

Facebook login takes forever to redirect

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Facebook login takes forever to redirect

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.

Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

Facebook login takes forever to redirect

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Facebook login takes forever to redirect

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.

Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

Facebook login takes forever to redirect

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,

Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

Facebook login takes forever to redirect

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Facebook login takes forever to redirect

Hello Bachi,

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

Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

Facebook login takes forever to redirect

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.
Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

Facebook login takes forever to redirect

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Facebook login takes forever to redirect

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...

Return to “Issues”