Reputation: 15296
I am creating a Windows 8 app. I want user to login with LinkedIn. I am using WebAuthenticationBroker
for that. But it's not showing the authorization dialog correctly. The "Allow Access" button remains hide and due to unavailability of scroll-bar one can't scroll.
I also tried Windows 8/RT WebAuthenticationBroker view issue - Alternative. It uses WebView
and provides better view, but it's useless for me because it's not returning me the authorization code i.e. OAuth response.
According to Tim Heuer it's not possible to customize the WebAuthenticationBroker
and I suspect there's issues in LinkedIn dialog itself.
Anyone has idea how to solve my problem?
Upvotes: 0
Views: 124
Reputation: 15296
Windows 8/RT WebAuthenticationBroker view issue - Alternative worked for me. I had issues in callback URL.
Upvotes: 0