0

There is a question Facebook OAuth "Unsupported" in Chrome on iOS where there are fixes with manually redirecting to login screen and back to the original url.

But, I have situation when login button is in the iframe within popup on some page. This popup could be displayed on multiple sites.

Redirect_uri should be the page of facebook application, in this example iframe inside popup. I need it to be redirecting on the original page.

Any ideas?

Update: Even with Manual login flow, it doesn't work. It's not redirecting me anywhere after login. Just same facebook window with message "Please close this tab to proceed".

Community
  • 1
  • 1
Volodymyr
  • 1
  • 2
  • Store the “original” page URL into your session, and then redirect back there after the login flow comes back to your app URL …? (Or try to pass it as a GET parameter in the redirect_uri to begin with, if you don’t want to rely on sessions.) – CBroe Oct 05 '15 at 17:19
  • Thanks, good idea. But there is a problem that original solution (I mean solution for facebook on chrome) doesn't work. It's not redirecting to uri, that I mentioned. It's just showing message close this tab. – Volodymyr Oct 07 '15 at 17:34

0 Answers0