Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
37
rated 0 times [  42] [ 5]  / answers: 1 / hits: 23358  / 11 Years ago, thu, may 30, 2013, 12:00:00

The Facebook OAuth popup is throwing an error in Chrome on iOS only. Both developers.facebook.com and google have turned up nothing about this. Ideas?



screenshot


More From » iphone

 Answers
7

You can use the redirection method as follow for this case (by detecting the user agent being chrome ios):



https://www.facebook.com/dialog/oauth?client_id={app-id}&redirect_uri={redirect-uri}


See more info here https://developers.facebook.com/docs/facebook-login/login-flow-for-web-no-jssdk/



Remark: I personnaly use the server OAuth in that case but this should do the trick and is quite simple


[#77908] Wednesday, May 29, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
adam

Total Points: 363
Total Questions: 102
Total Answers: 104

Location: Burkina Faso
Member since Thu, Dec 15, 2022
1 Year ago
;