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.
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