Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Sign in with LinkedIn" doesn't work on Mobile Safari

On Mobile Safari, the "Sign in with LinkedIn" button opens a blank page, but does nothing else. For example, if I open up the documentation's example on my iPhone, tapping the "Sign in with LinkedIn" button opens up a blank page (and occasionally switches focus back to the orignal page), but there are no obvious errors (even with the error console activated).

Should the the "Sign in" button work on Mobile Safari? And, if not, is there any way to "fake it"?

like image 315
David Wolever Avatar asked Nov 13 '22 11:11

David Wolever


1 Answers

Use the Mobile SDK for iOS (https://developer.linkedin.com/docs/ios-sdk)

--

Was: You will need to use the REST API and OAuth 1/2.

like image 159
Adam Trachtenberg Avatar answered Jan 04 '23 01:01

Adam Trachtenberg