Skip to content
This repository has been archived by the owner on Mar 24, 2018. It is now read-only.

UIWebView not loading #26

Open
bhavind opened this issue Dec 6, 2011 · 1 comment
Open

UIWebView not loading #26

bhavind opened this issue Dec 6, 2011 · 1 comment

Comments

@bhavind
Copy link

bhavind commented Dec 6, 2011

UIWebView(rdWebView) which displays the option to allow my app to access user account using linkedIn is not loading. I get a blank page but do see Cancel button on top left with LinkedIn Authorization title. I have correct kOAuthConsumerKey and kOAuthConsumerSecret. After digging further in to the code I found out that rdEngine.hasRequestToken does not return true and webview is never displayed

  • (void)displayAuthorization

    if( rdEngine.hasRequestToken ) {

I am using Xcode Version 4.2 and ios sdk 5.0.Am I missing any step? It use to work before when I had sdk 4.3. I am not sure if its related to that. Any help is greatly appreciated.

Bhavin

@ranganathagv
Copy link

check the clock on IOS device, In order get access to the LinkedIn server your system clock should have the right time otherwise it wouldn't sync.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants