user not redirecting to website homepage after social login in google chrome - google-chrome

I am trying to inegrate my wordpress website with social media and have used a plugin called facebook all from http://wordpress.org/plugins/facebookall/ for this purpose, but after authentication the user is not redirected to his homepage, but when we reload the page the user is logged in. The issue is valid only in google chrome and works perfectly in Mozilla. Kindly help me ASAP.

Related

Open Registration link sent by another web app in the Browser

I have a web app running in Browser through which I can send Registration links. The registration link is received in Gmail. When a user, accessing the link from a mobile device, the link opens in Gmail in-app browser.
I want the link to be opened in user's default browser.
How can I achieve this?
Note: Do not suggest changing Gmail settings. Suggest code related changes only

How to redirect user to PWA using URL

I want to redirect user to my PWA from a link in an email and/or other application. This doesn't work now because on iphone it redirects to the Safari browser instead of the PWA.
Anybody a solution/idea for this?

My website doesn't open in Facebook in-app browser

I have a Facebook Page and I have a website based on WordPress. I share links from my website to the Facebook page, but unfortunately, when I used the Facebook app on my mobile, the links do not open in Facebook in-app browser.
What should I do to solve this problem? Another link from another website is working correctly, but from my website, it's not opening.
This may or may not help, but try running your website though the Facebook debugger. You might also hit the Scrape Again button while you are there. Then see if your page open in the in-app browser.

Android browser doesn't update the url on address bar on jQuery mobile

I am using jQuery mobile 1.3.1 to create a mobile web site. I have some basic content in the page
Login
Signup
when user clicks to one of the buttons he should go to mydomain/login or mydomain/signup . In chrome on android or in safari on iOS it works like this way but on android browser url is still mydomain after the click. It doesn't add signup or login to the end of the link. It still works jQuery mobile makes an ajax request and shows the login or signup page but when I refresh the page of course it goes back to mydomain rather than my domain/login .
In some web sites I heard android 4 is not supporting html5 history. Is that happening because of that? And is there any solution to solve this? Or am I doing something wrong?
Thanks in advance.

Facebook Connect w/ Mobile Web App - How to get most fluid flow?

I'm developing a mobile wep app, and would like to allow my users to login using Facebook connect.
I initially implemented the standard Oauth2 authentication, but I found a couple issues:
When I install the app as a home screen shortcut and the user needs to authenticate the user is redirected to facebook's site for authentication in normal safari. When the user is redirected back, the user is still in safari (with the top and bottom nav bars). This is obviously sub-optimal as I'd like to have the full-screen appearance
I can't get logout to work properly, there appears to be a m_user cookie left on facebook.com that is the username of the user that was previously logged in.
I thought, perhaps, that I could switch to the javascript SDK for facebook connect and render a pop-over instead of the redirect dance, but it looks like this is a pop-up only experience. When I try it on the simulator it appears the home screen shortcut is broken out of to safari, and then after login the user isn't even logged in (and the screen remains blank).
Any ideas on the smoothest way of using Facebook connect on a mobile web (HTML5) app, especially if the homescreen shortcut is to be retained?
thanks!
-simon
Have you tried the latest Javascript SDK to accomplish this? https://developers.facebook.com/docs/reference/javascript/